2003-11-06 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / ilasm /
2003-10-28 Jackson Harper * ExternTable.cs: Revert back to resolving...
2003-10-28 Jackson Harper * Driver.cs: Stub some command line args to...
2003-10-28 Jackson Harperchangelog
2003-10-28 Jackson Harper * ILParser.jay: Use the ExternTable to create...
2003-10-28 Jackson Harper * ExternTable.cs: This is now used to store...
2003-10-18 Jackson Harper * ExternTable.cs: Separate class and value...
2003-10-18 Jackson Harper * InstrTable.cs: Use short branch instructions...
2003-10-18 Jackson Harper * ILParser.jay: Set value types, set enums as...
2003-10-14 Jackson Harper * ILTokenizer.cs: Fix /* */ comment blocks.
2003-10-14 Jackson HarperTests to make sure comments are being handled properly
2003-10-13 Jackson Harper * MethodDef.cs: Check for null param lists...
2003-10-11 Jackson HarperAdd new generic method types to build
2003-10-11 Jackson Harper * GenericTypeRef.cs: Allow Mvars to be a base...
2003-10-11 Jackson Harper * ILParser.jay: Create generic method refs.
2003-10-09 Jackson Harper * PeapiTypeRef.cs: Remove old hackery for addin...
2003-10-08 Jackson HarperTest defining a generic method
2003-10-08 Jackson Harper * ILParser.jay: Attach generic type parameters...
2003-10-08 Jackson Harper * InstrTable.cs: Add unbox.any instruction.
2003-10-06 Jackson HarperNew tests for pinvoke
2003-10-06 Jackson HarperMake sure compilation fails when an undefined label...
2003-10-06 Jackson Harper * MethodInfo.cs: Use report to display no label...
2003-10-02 Jackson Harper * Driver.cs: Remove delete on error, add quiet option.
2003-10-02 Jackson Harper * LabelInfo.cs: Fix tabbing, add ToString so...
2003-10-02 Duncan MakForgot to commit this
2003-09-27 Jackson Harper * ILParser.jay: Set pinvoke info. Allow param...
2003-09-27 Jackson Harper * MethodDef.cs: Allow PInvoke info to be added.
2003-09-22 Jackson Harper * ILParser.jay: Define data
2003-09-22 Jackson Harper * CodeGen.cs: Add methods for adding data....
2003-09-22 Jackson Harper * Driver.cs: Give codegen a report object
2003-09-22 Jackson HarperNew tests for .data
2003-09-21 Jackson Harper * TypeDef.cs: Rework so multiple constraints...
2003-09-20 Jackson HarperNew test multiple catch blocks
2003-09-20 Jackson HarperNew test uses two seh filters
2003-09-20 Jackson HarperSwitch to divide by zero exception, make sure exception...
2003-09-20 Jackson Harperpop exception object off stack
2003-09-20 Jackson Harperleave try block
2003-09-18 Jackson HarperNew seh test that uses a filter
2003-09-18 Jackson HarperAnother SEH test this one has a fault block
2003-09-17 Jackson HarperLeave finally block with the endfinally instruction...
2003-09-17 Jackson Harper * InstrTable.cs: endfault instruction (which...
2003-09-17 Jackson Harper * ILTables.cs: compilercontrolled is lowercase...
2003-09-16 Jackson HarperFirst of many exception tests
2003-09-16 Jackson Harper * FinallyBlock.cs: The sad thing is how long...
2003-09-16 Jackson Harper * ILParser.jay: dashed names aren't legal for...
2003-09-13 Jackson Harper * MethodInstr.cs: callvirt operation is implici...
2003-09-13 Jackson Harper * TypeRef.cs: Remove unused enum, this has...
2003-09-13 Jackson Harper * ILParser.jay: Fix typo in field inits. Method...
2003-09-09 Jackson Harper * TypeDef.cs: By default types will have System...
2003-08-25 Jackson Harper * test-31.il: Added tests for static properties. Also...
2003-08-20 Jackson Harper * ILParser.jay: Implement address constants...
2003-08-20 Jackson Harper * DataDef.cs: Make name public so data names...
2003-08-19 Jackson Harper * ILParser.jay: Add override methods.
2003-08-19 Jackson Harper * IClassRef.cs: Removed methods that have been...
2003-08-15 Jackson Harper * Driver.cs: Report entry for each il file...
2003-08-13 Jackson Harper * AssemblyInfo.cs: Bump up the vizzity-version...
2003-08-11 Jackson Harper * StringHelper.cs: If an escape is not valid...
2003-08-10 Jackson Harper * StringHelper.cs: If an escape is not valid...
2003-08-10 Jackson Harper * ILParser.jay: Create an empty array list...
2003-08-10 Jackson Harper * CodeGen.cs: Fix tabbing
2003-08-05 Nick Drochak2003-08-05 Nick Drochak <ndrochak@gol.com>
2003-08-04 Jackson Harper * ILParser.jay: Use new sentinel type. Create valuetypes.
2003-08-04 Jackson HarperAdd sentinel
2003-08-04 Jackson Harper * IClassRef.cs: Add method for making types into value...
2003-08-03 Jackson Harper * ILParser.jay: Make value types and enum types.
2003-08-03 Jackson Harper * TypeDef.cs: Make types into value types if specified...
2003-08-03 Jackson Harper * LabelInfo.cs: Move this type outside of MethodDef...
2003-08-03 Jackson HarperAdd LabelInfo to build
2003-08-03 Jackson Harper * ILParser.jay: Create label references where appropri...
2003-08-03 Jackson Harper * NumberHelper.cs: All numbers should allways be Int64
2003-08-02 Jackson Harper * ExternMethodRef.cs: Remove top secret debugging...
2003-08-02 Jackson Harper * IMethodRef.cs: Method refs should expose their call...
2003-08-02 Jackson Harper * ILParser.jay: Set from label, not to label for filte...
2003-08-01 Jackson Harper * MethodDef.cs: Allow 0 offsets for labels, and make...
2003-08-01 Jackson Harper * MethodDef.cs: Allow 0 offsets for labels
2003-07-31 Jackson Harper * ILReader.cs: Incremint colums while reading
2003-07-31 Jackson Harpernew test
2003-07-31 Jackson Harper * ILParser.jay: Create branch instructions with explic...
2003-07-31 Jackson Harper * BranchInstr.cs: Allow explicit offsets for labels
2003-07-31 Jackson Harper * Driver.cs: Throw compile errors for now
2003-07-30 Jackson Harper * Driver.cs: Add some basic line number feedback when...
2003-07-30 Jackson Harper * ILReader.cs: Incriment line numbers
2003-07-29 Jackson Harper * ILParser.jay: Use new labeling system for handler...
2003-07-29 Jackson Harper * ILParser.jay: Use new labeling system for handler...
2003-07-29 Jackson Harper * FilterBlock.cs: Use a handler block for the this...
2003-07-29 Jackson Harper * ILParser.jay: No longer need to supply method references
2003-07-29 Jackson Harper * IInstr.cs: Instructions now get their parent method...
2003-07-28 Jackson Harper * CodeGen.cs: Set the assembly name when creating...
2003-07-28 Jackson Harper * CodeGen.cs: Do not create the PEFile untill the...
2003-07-28 Jackson Harper * ExternFieldRef.cs: Resolve as a typespec field if...
2003-07-28 Jackson Harper * ILParser.jay: Use TypeRef.Ellipsis instead of null...
2003-07-28 Jackson HarperAdd modifiable type to build.
2003-07-28 Jackson Harper * ExternFieldRef.cs: Resolve as a typespec field if...
2003-07-25 Jackson Harper * MEthodDef.cs: If methods do not have the...
2003-07-25 Paolo MolaroSlightly more complex example.
2003-07-25 Paolo MolaroFri Jul 25 12:27:24 CEST 2003 Paolo Molaro <lupus@ximia...
2003-07-23 Dick PorterShut CVS up
2003-07-22 Jackson Harper * ILParser.jay: Set maxstack
2003-07-22 Jackson Harper * MethodDef.cs: Do not decremint param count...
2003-07-22 Jackson HarperInstantiate generic types so we don't get null pointers
2003-07-21 Jackson HarperAnother generics test
next