* AssemblyInfo.cs: Bump up the vizzity-version number.
[mono.git] / mcs / ilasm /
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
2003-07-20 Jackson Harper * ILParser.jay: Do not use the AsClassRef metho...
2003-07-20 Jackson HarperAdd new types to build.
2003-07-20 Jackson Harper * GenericTypeInst.cs: New File - A type referen...
2003-07-20 Jackson HarperSome generics tests
2003-07-18 Jackson Harper * ILParser.jay: Add generic type refs, and fake generi...
2003-07-18 Jackson Harper * ilasm.exe.sources: Add corlib/GenericTypeRef...
2003-07-18 Jackson Harper * GenericTypeRef.cs: New File - A reference to a...
2003-07-16 Jackson Harper * Driver.cs: Use WriteLine for 'compilation...
2003-07-16 Jackson Harper * test-11.il: Don't specify constraints with...
2003-07-16 Jackson Harper * ILTables.cs: Add tokens for generic constraints.
2003-07-16 Jackson Harper * ILParser.jay: Add generic type constraints...
2003-07-16 Jackson Harper * TypeDef.cs: Allow adding and emitting generic...
2003-07-16 Peter Williams2003-07-16 Peter Williams <peter@newton.cx>
2003-07-15 Jackson Harper * Makefile: Add the class/lib directory to the lib...
2003-07-15 Jackson Harper * ILParser.jay: Seperate generic constraints from...
2003-07-15 Jackson Harper * TypeDef.cs: Emit generic parameters.
2003-07-14 Gonzalo Paniagua... New build system
2003-07-14 Gonzalo Paniagua... New build system from Peter Williams (peter@newton.cx)
2003-07-07 Gonzalo Paniagua... added test target
2003-06-15 Jackson Harper * CodeGen.cs: Fix buglet in cache name creating (I...
2003-06-15 Jackson Harper * CodeGen.cs: When creating nested types cache their...
2003-06-15 Jackson Harper * ILParser.jay: Add set imagebase, subsystem...
2003-06-15 Jackson Harper * ILTables.cs: Add imagebase keyword.
2003-06-15 Jackson Harper * CodeGen.cs: Add methods for setting corflags...
2003-06-15 Jackson Harper * ILParser.jay: Implement custom modified types.
2003-06-15 Jackson Harper * ITypeRef.cs, PeapiTypeRef.cs, TypeRef.cs...
2003-06-09 Jackson Harper * EventDef.cs: Only add one method for addon...
2003-06-09 Jackson Harper * AssemblyInfo.cs: Bump version number up ...
2003-06-09 Jackson HarperAnother test.
2003-06-09 Jackson Harper * ILParser.jay: Implement properties
2003-06-09 Jackson HarperAdd property def to build
2003-06-09 Jackson Harper * TypeDef.cs: Add properties to types.
2003-06-08 Jackson Harper * TypeDef.cs: Fix silly null reference bug.
2003-06-08 Jackson HarperMore tests
2003-06-08 Jackson Harper * ILParser.jay: Add generic type parameters...
2003-06-08 Jackson HarperAdd eventdefs and feature attrs to build
2003-06-08 Jackson Harper * EventDef.cs: New file - An event definition.
2003-06-05 Jackson Harper * ILParser.jay: Assembly and module names may...
2003-06-01 Jackson Harper * ILParser.jay: Set assembly names. When lookin...
2003-06-01 Jackson Harper * CodeGen.cs: Allow this assembly name to be...
2003-05-31 Jackson Harper * ILParser.jay: Use type instead of params...
2003-05-31 Jackson Harpermore tests
2003-05-31 Jackson Harpermisc diff tests, proper tests to come soon.
2003-05-31 Jackson Harper * ILParser.jay: When looking up types first...
2003-05-31 Jackson HarperAdd custom attributes to build.
2003-05-31 Jackson Harper * CustomAttr.cs: New file - Custom attributes
2003-05-31 Jackson Harper * ILTables.cs: Add refany keyword which is...
2003-05-25 Jackson Harper * ILParser.jay: Pass call conv to methoref...
2003-05-25 Jackson Harper * CodeGen.cs: Add method to resolve global...
2003-05-24 Jackson Harper * CatchBlock.cs: Remove typo causing to labels...
2003-05-24 Jackson Harper * ILParser.jay: Remove top secret debugging...
2003-05-23 Jackson Harper * ILParser.jay: Implement label form structured...
2003-05-23 Jackson Harperadd new files to build.
2003-05-23 Jackson Harper * CatchBlock.cs: New file - Initial implementat...
next