* System.dll.sources: Added new files:
[mono.git] / mcs / ilasm / codegen /
2004-09-14 Raja R Harinathcvs ignores, sorry about the spam
2004-08-01 Atsushi Eno2004-08-01 Atsushi Enomoto <atsushi@ximian.com>
2004-07-30 Martin BauligUse the new symbol writer API.
2004-07-26 Martin Baulig2004-07-27 Martin Baulig <martin@ximian.com>
2004-07-26 Jackson Harperfix changelog entry
2004-07-23 Jackson Harper * MethodDef.cs: Params are 1 based if the metho...
2004-07-21 Jackson Harper * ExternTypeRefInst.cs: Use the PeapiType so...
2004-07-13 Jackson Harper * MethodDef.cs: Local lists are not lazyily...
2004-07-08 Jackson Harper * CodeGen.cs: Add assembly custom attributes...
2004-06-27 Jackson Harper * TypeDef.cs: Preserve the order of fields...
2004-06-24 Jackson Harper * MethodDef.cs: Report when defining methods...
2004-06-23 Jackson Harper * MethodDef.cs: sigh, another varargs fix that...
2004-06-20 Jackson Harper * SwitchInstr.cs: Allow switches with no labels.
2004-06-20 Jackson Harper * InstrTable.cs: Add .u8 opcodes for ldind...
2004-06-19 Jackson Harper * MethodPointerTypeRef.cs: New File - represent...
2004-06-19 Jackson Harper * InstrTable.cs: Add undocumented brnull opcode...
2004-06-19 Jackson Harper * MethodDef.cs: Add a method to create vararg...
2004-06-15 Jackson Harper * CodeGen.cs: Allow file refs to be added.
2004-06-15 Jackson Harper * CodeGen.cs: Allow adding module refs.
2004-06-14 Jackson Harper * CodeGen.cs: Implement setting module names.
2004-05-23 Jackson Harper * MethodDef.cs: Cache vararg signatures so...
2004-05-22 Jackson Harper * InstrTable.cs: ldc.i4.M1 is aliased to ldc...
2004-05-22 Jackson Harper * GlobalMethodRef.cs: Check for sentinel properly.
2004-04-03 Jackson Harper * CodeGen.cs: cast
2004-04-03 Jackson Harper * CodeGen.cs: Allow setting assembly info.
2004-04-01 Jackson Harper * CodeGen.cs: Add a current assembly ref and...
2004-03-28 Jackson Harper * PeapiTypeRef.cs: Check for null bounds...
2004-02-18 Jackson Harper * ExternTypeRefInst.cs: New file - represents...
2003-12-10 Jackson Harper * ModifiableType.cs: Allow the conversion list...
2003-12-10 Jackson Harper * ExternTable.cs: Add methods to update a types...
2003-12-09 Jackson Harper * ModifiableType.cs: Put modifier and class...
2003-11-18 Jackson Harper * MethodDef.cs: Add support for .zeroinit....
2003-11-17 Jackson Harper * LdstrInstr.cs: Allow strings to be created...
2003-10-28 Jackson Harper * ExternTable.cs: Revert back to resolving...
2003-10-28 Jackson Harperchangelog
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-13 Jackson Harper * MethodDef.cs: Check for null param lists...
2003-10-11 Jackson Harper * GenericTypeRef.cs: Allow Mvars to be a base...
2003-10-09 Jackson Harper * PeapiTypeRef.cs: Remove old hackery for addin...
2003-10-08 Jackson Harper * InstrTable.cs: Add unbox.any instruction.
2003-10-06 Jackson Harper * MethodInfo.cs: Use report to display no label...
2003-10-02 Jackson Harper * LabelInfo.cs: Fix tabbing, add ToString so...
2003-09-27 Jackson Harper * MethodDef.cs: Allow PInvoke info to be added.
2003-09-22 Jackson Harper * CodeGen.cs: Add methods for adding data....
2003-09-21 Jackson Harper * TypeDef.cs: Rework so multiple constraints...
2003-09-17 Jackson Harper * InstrTable.cs: endfault instruction (which...
2003-09-16 Jackson Harper * FinallyBlock.cs: The sad thing is how long...
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-09 Jackson Harper * TypeDef.cs: By default types will have System...
2003-08-20 Jackson Harper * DataDef.cs: Make name public so data names...
2003-08-19 Jackson Harper * IClassRef.cs: Removed methods that have been...
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 * IClassRef.cs: Add method for making types into value...
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-02 Jackson Harper * ExternMethodRef.cs: Remove top secret debugging...
2003-08-02 Jackson Harper * IMethodRef.cs: Method refs should expose their call...
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 * BranchInstr.cs: Allow explicit offsets for labels
2003-07-29 Jackson Harper * FilterBlock.cs: Use a handler block for the this...
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 * ExternFieldRef.cs: Resolve as a typespec field if...
2003-07-25 Jackson Harper * MEthodDef.cs: If methods do not have the...
2003-07-22 Jackson Harper * MethodDef.cs: Do not decremint param count...
2003-07-20 Jackson Harper * GenericTypeInst.cs: New File - A type referen...
2003-07-18 Jackson Harper * GenericTypeRef.cs: New File - A reference to a...
2003-07-16 Jackson Harper * TypeDef.cs: Allow adding and emitting generic...
2003-07-15 Jackson Harper * TypeDef.cs: Emit generic parameters.
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 * CodeGen.cs: Add methods for setting corflags...
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 * TypeDef.cs: Add properties to types.
2003-06-08 Jackson Harper * TypeDef.cs: Fix silly null reference bug.
2003-06-08 Jackson Harper * EventDef.cs: New file - An event definition.
2003-06-01 Jackson Harper * CodeGen.cs: Allow this assembly name to be...
2003-05-31 Jackson Harper * CustomAttr.cs: New file - Custom attributes
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-23 Jackson Harper * CatchBlock.cs: New file - Initial implementat...
2003-05-23 Jackson Harper * InstrTable.cs: Add unsigned conversion instru...
2003-05-22 Jackson Harper * InstrTable.cs: ldc.i8 is a TOKEN_I8 and shoul...
2003-05-22 Jackson Harper * CalliInstr.cs: New file - The calli instruction
2003-05-19 Jackson Harper * ExternMethodRef.cs: Accept and add calling...
2003-05-11 Jackson Harper * MethodDef.cs: Add named param table and metho...
2003-05-11 Jackson Harper * TypeDef.cs: Add named param table and methods...
2003-05-11 Jackson Harper * TypeDef.cs: Add size and packing information
2003-05-11 Jackson Harper * IFieldRef.cs: New file - interface field...
2003-05-10 Jackson Harper * CodeGen.cs: Store global methods and fields...
2003-05-10 Jackson Harper * GlobalMethodRef.cs: New file - A reference...
2003-05-10 Jackson Harper * MethodDef.cs: Allways set max stack
next