* ILParser.jay: Remove unused references
[mono.git] / mcs / ilasm / parser / ILParser.jay
2003-03-14 Jackson Harper * ILParser.jay: Remove unused references
2003-03-14 Jackson Harper * ILParser.jay: Emit simple instructions
2003-03-14 Jackson Harper * ILParser.jay: Set MaxStack, clean up some typos
2003-03-14 Jackson Harper * ILParser.jay: Set entrypoint
2003-03-13 Jackson Harper * ILParser.jay: Create TypeRefs instead of types,...
2003-03-10 Jackson Harper * ILParser.jay: Set Call Conventions and Implementatio...
2003-03-09 Jackson Harper * ILParser.jay: Add implemented interfaces
2003-03-09 Jackson Harper * ILParser.jay: Create method attributes
2003-03-09 Jackson Harper * ILParser.jay: Reference external assemblies.
2003-03-08 Jackson Harper * ILParser.jay: Implemented class inheritence
2003-03-07 Jackson Harper * ILParser.jay: Pass null Location when adding class...
2003-03-07 Jackson Harper * ILParser.jay: Reconfigure to work with new PEAPI...
2003-02-11 Jackson Harper Use arg_list for method signatures, set method parameters
2003-02-10 Jackson Harper full names can be short names too (for members)
2003-02-09 Jackson HarperUse full names for calling instructions
2003-02-09 Jackson HarperCreate type names properly
2003-02-09 Jackson HarperHandle argument lists better
2003-02-08 Jackson HarperHandle .local and newobj
2003-02-07 Jackson Harper * ILParser.jay: Allow assembly names to have lots...
2003-02-07 Jackson Harper * ILParser.jay: Add dash token, allow assembly refs...
2003-02-02 Jackson Harper* ILParser.jay: Add call instruction, other little...
2002-10-01 Gonzalo Paniagua... little fixes
2002-09-17 Miguel de IcazaAdd Sergey Panov's ILASM to the build, waiting for...