* ILParser.jay: Use new sentinel type. Create valuetypes.
[mono.git] / mcs / ilasm / parser / ChangeLog
1 2003-08-03 Jackson Harper <jackson@latitudegeo.com>
2
3         * ILParser.jay: Use new sentinel type. Create valuetypes.
4
5 2003-08-03 Jackson Harper <jackson@latitudegeo.com>
6
7         * ILParser.jay: Make value types and enum types.
8         
9 2003-08-03 Jackson Harper <jackson@latitudegeo.com>
10
11         * ILParser.jay: Create label references where appropriate instead
12         of adding labels.
13         
14 2003-08-02 Jackson Harper <jackson@latitudegeo.com>
15
16         * ILParser.jay: Set from label, not to label for filter block handlers
17         
18 2003-07-30 Jackson Harper <jackson@latitudegeo.com>
19
20         * ILParser.jay: Create branch instructions with explicit offsets
21         
22 2003-07-29 Jackson Harper <jackson@latitudegeo.com>
23
24         * ILParser.jay: Use new labeling system for handler blocks.
25         
26 2003-07-29 Jackson Harper <jackson@latitudegeo.com>
27
28         * ILParser.jay: No longer need to supply method references
29         to instructions, they get that when emitting now.
30         
31 2003-07-28 Jackson Harper <jackson@latitudegeo.com>
32
33         * ILParser.jay: Use TypeRef.Ellipsis instead of null for a 
34         placeholder in bound arrays. Do not use AsClassRef anymore.
35         
36 2003-07-21 Jackson Harper <jackson@latitudegeo.com>
37
38         * ILParser.jay: Set maxstack
39         
40 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
41
42         * ILParser.jay: Do not use the AsClassRef method anymore to attach
43         methods and fields to types. All types can do this now. Create
44         generic type refs and generic type instances. 
45         
46 2003-07-17 Jackson Harper <jackson@latitudegeo.com>
47
48         * ILParser.jay: Add generic type refs, and fake generic class refs.
49                 
50 2003-07-15 Jackson Harper <jackson@latitudegeo.com>
51
52         * ILParser.jay: Add generic type constraints and tokens used to
53         create them
54                 
55 2003-07-16  Peter Williams  <peter@newton.cx>
56
57         * .cvsignore: ILParser.cs has been moved.
58
59 2003-07-14 Jackson Harper <jackson@latitudegeo.com>
60
61         * ILParser.jay: Seperate generic constraints from generic parameters.
62                 
63 2003-06-14 Jackson Harper <jackson@latitudegeo.com>
64
65         * ILParser.jay: Add set imagebase, subsystem, and corflags.
66                 
67 2003-06-14 Jackson Harper <jackson@latitidegeo.com>
68
69         * ILParser.jay: Implement custom modified types.
70                 
71 2003-06-08 Jackson Harper <jackson@latitudegeo.com>
72
73         * ILParser.jay: Implement properties
74                 
75 2003-06-08 Jackson Harper <jackson@latitudegeo.com>
76
77         * ILParser.jay: Add generic type parameters to types. Implement events.
78                 
79 2003-06-04 Jackson Harper <jackson@latitudegeo.com>
80
81         * ILParser.jay: Assembly and module names may have dashes in them
82         (like gtk-sharp.dll).
83                 
84 2003-05-31 Jackson Harper <jackson@latitudegeo.com>
85
86         * ILParser.jay: Set assembly names. When looking up types in the
87         form [assembly]name first check if the assembly is this
88         assembly. Implement scope_blocks, and implement scope block form
89         exception handling.
90                 
91 2003-05-31 Jackson Harper <jackson@latitudegeo.com>
92
93         * ILParser.jay: Use type instead of params for calli signatures.
94                 
95 2003-05-31 Jackson Harper <jackson@latitudegeo.com>
96
97         * ILParser.jay: When looking up types first check to see if this
98         is actually a primitive object type (System.String,
99         System.Object). Add custom attributes to types. Handle the il
100         keyword the exact same way as cil. Add ellipsises to param and sig
101         lists. Add an optional name to typelists, this is just parsed it
102         is not implemented properly. Add custom attributes to
103         methods. Implement custom types (just methodrefs to ctors).
104                 
105 2003-05-25 Jackson Harper <jackson@latitudegeo.com>
106
107         * ILParser.jay: Pass call conv to methoref constructors. Add the
108         ELLIPSIS to type_lists, this is for vararg methods
109                 
110 2003-05-23 Jackson Harper <jackson@latitudegeo.com>
111
112         * ILParser.jay: Remove top secret debugging code.
113                 
114 2003-05-23 Jackson Harper <jackson@latitudegeo.com>
115
116         * ILParser.jay: Implement label form structured exception handling.
117                 
118 2003-05-22 Jackson Harper <jackson@latitudegeo.com>
119
120         * ILParser.jay: Comment out K_IMF and K_NAN these are not used in
121         the grammar.
122                 
123 2003-05-21 Jackson Harper <jackson@latitudegeo.com>
124
125         * ILParser.jay: Add ldc.r4 to INSTR_R int also fix cast to double.
126                 
127 2003-05-21 Jackson Harper <jackson@latitudegeo.com>
128
129         * ILParser.jay: When converting from int32 to int64 do an exact
130         bit conversion, not a numerical conversion.
131                 
132 2003-05-21 Jackson Harper <jackson@latitudegeo.com>
133
134         * ILParser.jay: INT_I8s are not int instructions, currently the
135         only INT_I8 instruction is ldc.i8 so this new code does more
136         checks then needed but is written in anticipation of some new long
137         instructions being found. Implement signature instructions, token
138         instructions, and signatures. Convert INT32s masquerading as
139         INT64s to Int64.
140                 
141 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
142
143         * ILParser.jay: Same as below but with float64 ()
144                 
145 2003-05-19 Jackson Harper <jackson@latitudegeo.com>
146
147         * ILParser.jay: When the float32 (0xFFFFFF) syntax is used the hex
148         value represents the exact byte value of a float NOT an integer
149         value that is converted to a float.
150                 
151 2003-05-18 Jackson Harper <jackson@latitudegeo.com>
152
153         * ILParser.jay: Use new methods for converting types to
154         classrefs. Expand grammar for locals.
155
156                 
157 2003-05-18 Jackson Harper <jackson@latitudegeo.com>
158
159         * ILParser.jay: Convert cast integers to floats.
160                 
161 2003-05-11 Jackson Harper <jackson@latitudegeo.com>
162
163         * ILParser.jay: Add tokens for instructions that take param and
164         local args. Do not create empty lists for sig_args and
165         type_lists. Add param and local instructions.
166                 
167 2003-05-11 Jackson Harper <jackson@latitudegeo.com>
168
169         * ILParser.jay: Set size and packing information for types
170                 
171 2003-05-10 Jackson Harper <jackson@latitudegeo.com>
172
173         * ILParser.jay: Add field instructions
174                 
175 2003-05-10 Jackson Harper <jackson@latitudegeo.com>
176
177         * ILParser.jay: Add global method references
178                 
179 2003-05-10 Jackson Harper <jackson@latitudegeo.com>
180
181         * ILParser.jay: Add locals, method references, and method instructions
182                 
183 2003-05-07 Jackson Harper <jackson@latitudegeo.com>
184
185         * ILParser.jay: Add type instructions. NOTE - type_spec is not
186         fully implemented yet, so this has some explosive potential.
187                 
188 2003-05-07 Jackson Harper <jackson@latitudegeo.com>
189
190         * ILParser.jay: Remove dotted_name, it is not used at all
191         anymore. vtattr only take an int64 param, this fix gets rid of all
192         of the remaining reduce/reduce conflicts
193                 
194 2003-05-07 Jackson Harper <jackson@latitudegeo.com>
195
196         * ILParser.jay: Remove extraneous dotted_name, also make comp_name
197         contain dotted_name logic. Oh how I will miss the 301
198         reduce/reduce conflicts these small changes fixed :-)
199                 
200 2003-05-06 Jackson Harper <jackson@latitudegeo.com>
201
202         * ILParser.jay: Emit INSTR_I8 instructions as int
203         instructions. Implement label lists, emit switch instruction.
204                 
205 2003-05-05 Jackson Harper <jackson@latitudegeo.com>
206
207         * ILParser.jay: Add labels to methods, add branching instructions.
208                 
209 2003-05-04 Jackson Harper <jackson@latitudegeo.com>
210
211         * ILParser.jay: Use new MiscInstr.ldstr for ldstr, add INSTR_Rs
212                 
213 2003-05-04 Jackson Harper <jackson@latitudegeo.com>
214
215         * ILParser.jay: Set int64's masquerading as int32 to upper and
216         lower bounds if neccasary. NEED TO TEST this behavoir on windows.
217                 
218 2003-05-01 Jackson Harper <jackson@latitudegeo.com>
219
220         * ILParser.jay: Fix a bunch of conversions, implement hexbytes
221                 
222 2003-04-30 Jackson Harper <jackson@latitudegeo.com>
223
224         * ILParser.jay: Implement non marshalled methodheads, method
225         attributes, impl attributes, imit simple int and ldstr instructions.
226                 
227 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
228
229         * ILParser.jay: Define data, fix repeat_opt allways being set.
230                 
231 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
232
233         * ILParser.jay: Add external types to the extern type table.
234                 
235 2003-04-17 Jackson Harper <jackson@latitudegeo.com>
236
237         * ILParser.jay: Use new types and methods to build a tree.
238                 
239 2003-04-07 Jackson Harper <jackson@latitudegeo.com>
240
241         * ILParser.jay: Implement data items
242                 
243 2003-04-07 Jackson Harper <jackson@latitudegeo.com>
244
245         * ILParser.jay: Implement most field features
246                 
247 2003-04-05 Jackson Harper <jackson@latitudegeo.com>
248
249         * ILParser.jay: Set type parameter index
250                 
251 2003-04-05 Jackson Harper <jackson@latitudegeo.com>
252
253         * ILParser.jay: Emit parameterized types
254                 
255 2003-04-04 Jackson Harper <jackson@latitudegeo.com>
256
257         * ILParser.jay: Add parameterized method declarations.
258                 
259 2003-04-03 Jackson Harper <jackson@latitudegeo.com>
260
261         * ILParser.jay: Add parameterized types to classes.
262                 
263 2003-04-02 Jackson Harper <jackson@latitudegeo.com>
264
265         * ILParser.jay: Support most non-obsolete native types.
266                 
267 2003-04-02 Jackson Harper <jackson@latitudegeo.com>
268
269         * ILParser.jay: Proper names for native int and native uint
270                 
271 2003-04-01 Jackson Harper <jackson@latitudegeo.com>
272
273         * ILParser.jay: Add Call conventions, fix primitive spelling.
274         
275 2003-04-01 Jackson Harper <jackson@latitudegeo.com>
276
277         * ILParser.jay: Add TypedRef primative type.
278         
279 2003-04-01 Jackson Harper <jackson@latitudegeo.com>
280
281         * ILParser.jay: Support pinned, modreq, and modopt types.
282         
283 2003-04-01 Jackson Harper <jackson@latitudegeo.com>
284
285         * ILParser.jay: Use the CodeGen CompleteClass method when a class
286         is completed instead of setting the current class to null. This
287         does some extra cleanup
288         
289 2003-03-31 Jackson Harper <jackson@latitudegeo.com>
290
291         * ILParser.jay: Add bound arrays
292         
293 2003-03-30 Jackson Harper <jackson@latitudegeo.com>
294
295         * ILParser.jay: Concat slashed names properly
296         
297 2003-03-30 Jackson Harper <jackson@latitudegeo.com>
298
299         * ILParser.jay: Implement most of type
300         
301 2003-03-30 Jackson Harper <jackson@latitudegeo.com>
302
303         * ILParser.jay: Add code from old parser to declare and define classes.
304                 
305 2003-03-30 Jackson Harper <jackson@latitudegeo.com>
306
307         * ILParser.jay: New grammar that I haven't made a mess of, this
308         takes all the special cases into account much better.
309                 
310 2003-03-19 Jackson Harper <jackson@latitudegeo.com>
311
312         * ILParser.jay: .hash algorithm can be followed by bytes
313
314 2003-03-19 Jackson Harper <jackson@latitudegeo.com>
315
316         * ILParser.jay: Allow assembly refs to have dots in name.
317
318 2003-03-17 Jackson Harper <jackson@latitudegeo.com>
319
320         * ILParser.jay: Add object to primative types
321
322 2003-03-17 Jackson Harper <jackson@latitudegeo.com>
323
324         * ILParser.jay: Set CallConv for opcodes that have a call conv, 
325         like call and newobj
326
327 2003-03-17 Jackson Harper <jackson@latitudegeo.com>
328
329         * ILParser.jay: Set CallConvs properly, use type_ref instead of type for
330         method overrides.
331
332 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
333
334         * ILParser.jay: .ctor and .cctor can also be method names.
335
336 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
337
338         * ILParser.jay: Use assembly_ref for extern assemblies so names with dashes can be used.
339
340 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
341
342         * ILParser.jay: Define local variables
343
344 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
345
346         * ILParser.jay: Add param_list definition, use param_list for method refs
347
348 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
349
350         * ILParser.jay: de-bacwardificate values passed to add method, 
351         I was setting the return to the parent before, but the parent 
352         value was being set to the return type value so it all worked 
353         out but was very confusing.
354
355 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
356
357         * ILParser.jay: Add external field references
358
359 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
360
361         * ILParser.jay: Add fields to the field table, add field references,
362         emit instructions that take a field param
363
364 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
365
366         * ILParser.jay: Emit ldstr instruction
367
368 2003-03-15 Jackson Harper <jackson@latitudegeo.com>
369
370         * ILParser.jay: Create external method references
371
372 2003-03-14 Jackson Harper <jackson@latitudegeo.com>
373
374         * ILParser.jay: Emit instructions that take a method def as a single param
375
376 2003-03-14 Jackson Harper <jackson@latitudegeo.com>
377
378         * ILParser.jay: Emit instructions that take a single type as a param
379
380 2003-03-14 Jackson Harper <jackson@latitudegeo.com>
381
382         * ILParser.jay: Emit instructions that take a single int32 as a param
383
384 2003-03-13 Jackson Harper <jackson@latitudegeo.com>
385
386         * ILParser.jay: Remove unused references
387
388 2003-03-13 Jackson Harper <jackson@latitudegeo.com>
389
390         * ILParser.jay: Emit simple instructions
391
392 2003-03-13 Jackson Harper <jackson@latitudegeo.com>
393
394         * ILParser.jay: Set MaxStack, clean up some typos
395
396 2003-03-13 Jackson Harper <jackson@latitudegeo.com>
397
398         * ILParser.jay: Set entrypoint 
399
400 2003-03-11 Jackson Harper <jackson@latitudegeo.com>
401
402         * ILParser.jay: Create TypeRefs instead of types, define methods.
403
404 2003-03-09 Jackson Harper <jackson@latitudegeo.com>
405
406         * ILParser.jay: Set Call Conventions and Implementation Flags
407
408 2003-03-09 Jackson Harper <jackson@latitudegeo.com>
409
410         * ILParser.jay: Add implemented interfaces
411
412 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
413
414         * ILParser.jay: Create method attributes
415
416 2003-03-08 Jackson Harper <jackson@latitudegeo.com>
417
418         * ILParser.jay: Reference external assemblies.
419
420 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
421
422         * ILParser.jay: Implemented class inheritence
423
424 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
425
426         * ILParser.jay: Pass null Location when adding class, concat dottedName pieces
427
428 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
429
430         * ILParser.jay: Reconfigure to work with new PEAPI emission system
431
432 2003-02-10 Jackson Harper <jackson@latitudegeo.com>
433
434         * ILParser.jay: Use arg_list for method signatures, set method parameters
435
436 2003-02-09 Jackson Harper <jackson@latitudegeo.com>
437
438         * ILParser.jay: full names can be short names too (for members)
439
440 2003-02-09 Jackson Harper <jackson@latitudegeo.com>
441
442         * ILParser.jay: Use full names for calling instructions
443
444 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
445
446         * ILParser.jay: Create type names properly
447
448 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
449
450         * ILParser.jay: Handle argument lists better
451
452 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
453
454         * ILParser.jay: Handle .local and newobj
455
456 2003-02-06 Jackson Harper <jackson@latitudegeo.com>
457
458         * ILParser.jay: Allow assembly names to have lots of dashes.
459
460 2003-02-06 Jackson Harper <jackson@latitudegeo.com>
461
462         * ILParser.jay: Add dash token, allow assembly refs to have dashes in their names.
463
464 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
465
466         * ILParser.jay: Add call instruction, other little fixes and additions