2005-02-01 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / ilasm / codegen /
2004-12-14 Raja R Harinath* MethodDef.cs (CreateSignature): Add a space in genera...
2004-12-14 Marek SafarCopied remotely
2004-12-13 Miguel de Icaza2004-12-13 Miguel de Icaza <miguel@ximian.com>
2004-12-04 Martin Baulig**** Merged r36954 from MCS ****
2004-12-03 Jackson Harper * ExternTypeRefInst.cs: When converting to arrays...
2004-12-03 Jackson Harper * MethodDef.cs: Abstract methods don't get bodies...
2004-12-02 Jackson Harper * MethodDef.cs: If the type is an interface auto set...
2004-12-02 Jackson Harper * FieldDef.cs: Set the underlying type for bytearray...
2004-12-02 Jackson Harper * FieldDef.cs: Set the underlying type for data consta...
2004-12-02 Miguel de Icaza2004-12-02 Miguel de Icaza <miguel@ximian.com>
2004-12-02 Miguel de Icaza2004-12-02 Miguel de Icaza <miguel@ximian.com>
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-10 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-10-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-24 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-19 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-15 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-14 Raja R Harinathcvs ignores, sorry about the spam
2004-09-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-02 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-04 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-03 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-01 Atsushi Eno2004-08-01 Atsushi Enomoto <atsushi@ximian.com>
2004-07-30 Martin BauligUse the new symbol writer API.
2004-07-27 nobodyThis commit was manufactured by cvs2svn to create branc...
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-17 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-13 Jackson Harper * MethodDef.cs: Local lists are not lazyily...
2004-07-09 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-08 Jackson Harper * CodeGen.cs: Add assembly custom attributes...
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
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...
next