13 |
Description: |
Description: |
14 |
|
|
15 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
16 |
|
Name: Lal George |
17 |
|
Date: 2001/10/09 09:41:37 EDT |
18 |
|
Tag: george-20011008-mlrisc-labels |
19 |
|
Description: |
20 |
|
|
21 |
|
Changed the machine description files to support printing of |
22 |
|
local and global labels in assembly code, based on host assembler |
23 |
|
conventions. |
24 |
|
|
25 |
|
---------------------------------------------------------------------- |
26 |
|
Name: Matthias Blume |
27 |
|
Date: 2001/09/25 15:25:00 EDT |
28 |
|
Tag: blume-20010925-exninfo |
29 |
|
Description: |
30 |
|
|
31 |
|
I provided a non-hook implementation of exnName (at the toplevel) and |
32 |
|
made the "dummy" implementation of exnMessage (at the toplevel) more |
33 |
|
useful: if nothing gets "hooked in", then at least you are going to |
34 |
|
see the exception name and a message indicating why you don't see more. |
35 |
|
|
36 |
|
[For the time being, programs that need exnMessage and want to use |
37 |
|
ml-build should either use General.exnMessage (strongly recommended) or |
38 |
|
refer to structure General at some other point so that CM sees a |
39 |
|
static dependency.] |
40 |
|
|
41 |
|
[Similar remarks go for "print" and "use": If you want to use their |
42 |
|
functionality in stand-alone programs generated by ml-build, then use |
43 |
|
TextIO.output and Backend.Interact.useFile (from $smlnj/compiler.cm).] |
44 |
|
|
45 |
|
---------------------------------------------------------------------- |
46 |
|
Name: Matthias Blume |
47 |
|
Date: 2001/09/20 17:28:00 EDT |
48 |
|
Tag: blume-20010920-slowfp |
49 |
|
Description: |
50 |
|
|
51 |
|
Allen says that x86-fast-fp is not safe yet, so I turned it off again... |
52 |
|
|
53 |
|
---------------------------------------------------------------------- |
54 |
Name: Matthias Blume |
Name: Matthias Blume |
55 |
|
Date: 2001/09/20 17:20:00 EDT |
56 |
|
Tag: blume-20010920-canonicalpaths |
57 |
|
Description: |
58 |
|
|
59 |
|
0. Updated the BOOT file (something that I forgot to do earlier). |
60 |
|
|
61 |
|
1. Small internal change to CM so that it avoids "/../" in filenames |
62 |
|
as much as possible (but only where it is safe). |
63 |
|
|
64 |
|
2. Changed config/_run-sml (resulting in a changed bin/.run-sml) so |
65 |
|
that arguments that contain delimiters are passed through correctly. |
66 |
|
This change also means that all "special" arguments of the form |
67 |
|
@SMLxxx... must come first. |
68 |
|
|
69 |
|
3. Changed install script to put relative anchor names for tool commands |
70 |
|
into pathconfig. |
71 |
|
|
72 |
|
---------------------------------------------------------------------- |
73 |
|
Name: Matthias Blume |
74 |
|
>>>>>>> 1.169 |
75 |
|
Date: 2001/09/18 15:35:00 EDT |
76 |
|
Tag: blume-20010918-readme11036 |
77 |
|
Description: |
78 |
|
|
79 |
|
Added README files. |
80 |
|
|
81 |
|
---------------------------------------------------------------------- |
82 |
|
Name: Matthias Blume |
83 |
|
Date: 2001/09/18 11:45:00 EDT |
84 |
|
Tag: Release_110_36 (retag) |
85 |
|
Description: |
86 |
|
|
87 |
|
Fixed mistake in config/preloads. Retagged as 110.36. |
88 |
|
|
89 |
|
---------------------------------------------------------------------- |
90 |
|
Name: Matthias Blume |
91 |
|
Date: 2001/09/18 09:40:00 EDT |
92 |
|
Tag: Release_110_36_orig (tag changed) |
93 |
|
Description: |
94 |
|
|
95 |
|
New version (110.36). New bootfiles. |
96 |
|
|
97 |
|
---------------------------------------------------------------------- |
98 |
|
Name: Matthias Blume |
99 |
|
Date: 2001/09/14 16:15:00 EDT |
100 |
|
Tag: blume-20010914-x86fastfp |
101 |
|
Description: |
102 |
|
|
103 |
|
John committed some changes that Allen made, in particular a (hopefully) |
104 |
|
correctly working version of the x86-fp module. |
105 |
|
|
106 |
|
I changed the default setting of the Control.MLRISC.getFlag "x86-fast-fp" |
107 |
|
flag to "true". Everything seems to compile to a fixpoint ok, and |
108 |
|
"mandelbrot" speeds up by about 15%. |
109 |
|
|
110 |
|
---------------------------------------------------------------------- |
111 |
|
Name: Matthias Blume |
112 |
|
Date: 2001/09/13 11:20:00 EDT |
113 |
|
Tag: blume-20010913-minimal |
114 |
|
Description: |
115 |
|
|
116 |
|
1. Stefan Monnier's patch to fix a miscompilation problem that |
117 |
|
was brought to light by John Reppy's work on Moby. |
118 |
|
|
119 |
|
2. Implemented a minimal "structure Compiler" that contains just |
120 |
|
"version" and "architecture". The minimal version will be |
121 |
|
available when the full version is not. This is for backward- |
122 |
|
compatibility with code that wants to test Compiler.version. |
123 |
|
|
124 |
|
---------------------------------------------------------------------- |
125 |
|
Name: Matthias Blume |
126 |
|
Date: 2001/08/28 14:03:00 EDT |
127 |
|
Tag: blume-20010828-ml-lex |
128 |
|
Description: |
129 |
|
|
130 |
|
Fix for bug 1581, received from Neophytos Michael. |
131 |
|
|
132 |
|
---------------------------------------------------------------------- |
133 |
|
Name: Matthias Blume |
134 |
|
Date: 2001/08/27 11:20:00 EDT |
135 |
|
Tag: blume-20010827-readme11035 |
136 |
|
Description: |
137 |
|
|
138 |
|
Fleshed out the README file for 110.35. |
139 |
|
|
140 |
|
---------------------------------------------------------------------- |
141 |
|
Name: Matthias Blume |
142 |
|
Date: 2001/08/24 17:10:00 EDT |
143 |
|
Tag: Release_110_35 |
144 |
|
Description: |
145 |
|
|
146 |
|
New version number (110.35). New bootfiles. |
147 |
|
|
148 |
|
---------------------------------------------------------------------- |
149 |
|
Name: Lal George |
150 |
Date: 2001/08/24 13:47:18 EDT 2001 |
Date: 2001/08/24 13:47:18 EDT 2001 |
151 |
Tag: george-20010824-MLRISC-graphs |
Tag: george-20010824-MLRISC-graphs |
152 |
Description: |
Description: |
3048 |
elaborator). There were a lot of changes during my "linkpath" trials |
elaborator). There were a lot of changes during my "linkpath" trials |
3049 |
that could have been reverted to their original state but weren't. |
that could have been reverted to their original state but weren't. |
3050 |
Please, don't be too harsh on me for messing with this code a bit more |
Please, don't be too harsh on me for messing with this code a bit more |
3051 |
than what was strictly necessary... (I _did_ resist the tempation |
than what was strictly necessary... (I _did_ resist the temptation |
3052 |
of doing any "global reformatting" to avoid an untimely death at |
of doing any "global reformatting" to avoid an untimely death at |
3053 |
Dave's hands. :) |
Dave's hands. :) |
3054 |
|
|