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