* ILParser.jay: Add locals, method references, and method instructions
[mono.git] / mcs / ilasm / parser / ChangeLog
1 2003-05-10 Jackson Harper <jackson@latitudegeo.com>
2
3         * ILParser.jay: Add locals, method references, and method instructions
4                 
5 2003-05-07 Jackson Harper <jackson@latitudegeo.com>
6
7         * ILParser.jay: Add type instructions. NOTE - type_spec is not
8         fully implemented yet, so this has some explosive potential.
9                 
10 2003-05-07 Jackson Harper <jackson@latitudegeo.com>
11
12         * ILParser.jay: Remove dotted_name, it is not used at all
13         anymore. vtattr only take an int64 param, this fix gets rid of all
14         of the remaining reduce/reduce conflicts
15                 
16 2003-05-07 Jackson Harper <jackson@latitudegeo.com>
17
18         * ILParser.jay: Remove extraneous dotted_name, also make comp_name
19         contain dotted_name logic. Oh how I will miss the 301
20         reduce/reduce conflicts these small changes fixed :-)
21                 
22 2003-05-06 Jackson Harper <jackson@latitudegeo.com>
23
24         * ILParser.jay: Emit INSTR_I8 instructions as int
25         instructions. Implement label lists, emit switch instruction.
26                 
27 2003-05-05 Jackson Harper <jackson@latitudegeo.com>
28
29         * ILParser.jay: Add labels to methods, add branching instructions.
30                 
31 2003-05-04 Jackson Harper <jackson@latitudegeo.com>
32
33         * ILParser.jay: Use new MiscInstr.ldstr for ldstr, add INSTR_Rs
34                 
35 2003-05-04 Jackson Harper <jackson@latitudegeo.com>
36
37         * ILParser.jay: Set int64's masquerading as int32 to upper and
38         lower bounds if neccasary. NEED TO TEST this behavoir on windows.
39                 
40 2003-05-01 Jackson Harper <jackson@latitudegeo.com>
41
42         * ILParser.jay: Fix a bunch of conversions, implement hexbytes
43                 
44 2003-04-30 Jackson Harper <jackson@latitudegeo.com>
45
46         * ILParser.jay: Implement non marshalled methodheads, method
47         attributes, impl attributes, imit simple int and ldstr instructions.
48                 
49 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
50
51         * ILParser.jay: Define data, fix repeat_opt allways being set.
52                 
53 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
54
55         * ILParser.jay: Add external types to the extern type table.
56                 
57 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
58
59         * ILParser.jay: Use new types and methods to build a tree.
60                 
61 2003-04-07 Jackson Harper <jackson@latitudegeo.com>
62
63         * ILParser.jay: Implement data items
64                 
65 2003-04-07 Jackson Harper <jackson@latitudegeo.com>
66
67         * ILParser.jay: Implement most field features
68                 
69 2003-04-05 Jackson Harper <jackson@latitudegeo.com>
70
71         * ILParser.jay: Set type parameter index
72                 
73 2003-04-05 Jackson Harper <jackson@latitudegeo.com>
74
75         * ILParser.jay: Emit parameterized types
76                 
77 2003-04-04 Jackson Harper <jackson@latitudegeo.com>
78
79         * ILParser.jay: Add parameterized method declarations.
80                 
81 2003-04-03 Jackson Harper <jackson@latitudegeo.com>
82
83         * ILParser.jay: Add parameterized types to classes.
84                 
85 2003-04-02 Jackson Harper <jackson@latitudegeo.com>
86
87         * ILParser.jay: Support most non-obsolete native types.
88                 
89 2003-04-02 Jackson Harper <jackson@latitudegeo.com>
90
91         * ILParser.jay: Proper names for native int and native uint
92                 
93 2003-04-01 Jackson Harper <jackson@latitudegeo.com>
94
95         * ILParser.jay: Add Call conventions, fix primitive spelling.
96         
97 2003-04-01 Jackson Harper <jackson@latitudegeo.com>
98
99         * ILParser.jay: Add TypedRef primative type.
100         
101 2003-04-01 Jackson Harper <jackson@latitudegeo.com>
102
103         * ILParser.jay: Support pinned, modreq, and modopt types.
104         
105 2003-04-01 Jackson Harper <jackson@latitudegeo.com>
106
107         * ILParser.jay: Use the CodeGen CompleteClass method when a class
108         is completed instead of setting the current class to null. This
109         does some extra cleanup
110         
111 2003-03-31 Jackson Harper <jackson@latitudegeo.com>
112
113         * ILParser.jay: Add bound arrays
114         
115 2003-03-30 Jackson Harper <jackson@latitudegeo.com>
116
117         * ILParser.jay: Concat slashed names properly
118         
119 2003-03-30 Jackson Harper <jackson@latitudegeo.com>
120
121         * ILParser.jay: Implement most of type
122         
123 2003-03-30 Jackson Harper <jackson@latitudegeo.com>
124
125         * ILParser.jay: Add code from old parser to declare and define classes.
126                 
127 2003-03-30 Jackson Harper <jackson@latitudegeo.com>
128
129         * ILParser.jay: New grammar that I haven't made a mess of, this
130         takes all the special cases into account much better.
131                 
132 2003-03-19 Jackson Harper <jackson@latitudegeo.com>
133
134         * ILParser.jay: .hash algorithm can be followed by bytes
135
136 2003-03-19 Jackson Harper <jackson@latitudegeo.com>
137
138         * ILParser.jay: Allow assembly refs to have dots in name.
139
140 2003-03-17 Jackson Harper <jackson@latitudegeo.com>
141
142         * ILParser.jay: Add object to primative types
143
144 2003-03-17 Jackson Harper <jackson@latitudegeo.com>
145
146         * ILParser.jay: Set CallConv for opcodes that have a call conv, 
147         like call and newobj
148
149 2003-03-17 Jackson Harper <jackson@latitudegeo.com>
150
151         * ILParser.jay: Set CallConvs properly, use type_ref instead of type for
152         method overrides.
153
154 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
155
156         * ILParser.jay: .ctor and .cctor can also be method names.
157
158 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
159
160         * ILParser.jay: Use assembly_ref for extern assemblies so names with dashes can be used.
161
162 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
163
164         * ILParser.jay: Define local variables
165
166 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
167
168         * ILParser.jay: Add param_list definition, use param_list for method refs
169
170 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
171
172         * ILParser.jay: de-bacwardificate values passed to add method, 
173         I was setting the return to the parent before, but the parent 
174         value was being set to the return type value so it all worked 
175         out but was very confusing.
176
177 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
178
179         * ILParser.jay: Add external field references
180
181 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
182
183         * ILParser.jay: Add fields to the field table, add field references,
184         emit instructions that take a field param
185
186 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
187
188         * ILParser.jay: Emit ldstr instruction
189
190 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
191
192         * ILParser.jay: Create external method references
193
194 2003-03-14 Jackson Harper <jackson@latitudegeo.com>
195
196         * ILParser.jay: Emit instructions that take a method def as a single param
197
198 2003-03-14 Jackson Harper <jackson@latitudegeo.com>
199
200         * ILParser.jay: Emit instructions that take a single type as a param
201
202 2003-03-14 Jackson Harper <jackson@latitudegeo.com>
203
204         * ILParser.jay: Emit instructions that take a single int32 as a param
205
206 2003-03-13 Jackson Harper <jackson@latitudegeo.com>
207
208         * ILParser.jay: Remove unused references
209
210 2003-03-13 Jackson Harper <jackson@latitudegeo.com>
211
212         * ILParser.jay: Emit simple instructions
213
214 2003-03-13 Jackson Harper <jackson@latitudegeo.com>
215
216         * ILParser.jay: Set MaxStack, clean up some typos
217
218 2003-03-13 Jackson Harper <jackson@latitudegeo.com>
219
220         * ILParser.jay: Set entrypoint 
221
222 2003-03-11 Jackson Harper <jackson@latitudegeo.com>
223
224         * ILParser.jay: Create TypeRefs instead of types, define methods.
225
226 2003-03-09 Jackson Harper <jackson@latitudegeo.com>
227
228         * ILParser.jay: Set Call Conventions and Implementation Flags
229
230 2003-03-09 Jackson Harper <jackson@latitudegeo.com>
231
232         * ILParser.jay: Add implemented interfaces
233
234 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
235
236         * ILParser.jay: Create method attributes
237
238 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
239
240         * ILParser.jay: Reference external assemblies.
241
242 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
243
244         * ILParser.jay: Implemented class inheritence
245
246 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
247
248         * ILParser.jay: Pass null Location when adding class, concat dottedName pieces
249
250 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
251
252         * ILParser.jay: Reconfigure to work with new PEAPI emission system
253
254 2003-02-10 Jackson Harper <jackson@latitudegeo.com>
255
256         * ILParser.jay: Use arg_list for method signatures, set method parameters
257
258 2003-02-09 Jackson Harper <jackson@latitudegeo.com>
259
260         * ILParser.jay: full names can be short names too (for members)
261
262 2003-02-09 Jackson Harper <jackson@latitudegeo.com>
263
264         * ILParser.jay: Use full names for calling instructions
265
266 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
267
268         * ILParser.jay: Create type names properly
269
270 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
271
272         * ILParser.jay: Handle argument lists better
273
274 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
275
276         * ILParser.jay: Handle .local and newobj
277
278 2003-02-06 Jackson Harper <jackson@latitudegeo.com>
279
280         * ILParser.jay: Allow assembly names to have lots of dashes.
281
282 2003-02-06 Jackson Harper <jackson@latitudegeo.com>
283
284         * ILParser.jay: Add dash token, allow assembly refs to have dashes in their names.
285
286 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
287
288         * ILParser.jay: Add call instruction, other little fixes and additions