2003-11-06 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / ilasm / codegen /
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
2003-05-10 Jackson Harper * ExternTable.cs: Alias corlib to mscorlib since these...
2003-05-10 Jackson Harper * MethodRef.cs: New file - Reference to a metho...
2003-05-10 Jackson Harper * ExternTypeRef.cs: Add methods to get classref...
2003-05-10 Jackson Harper * IMethodRef.cs: New file - Interface that method...
2003-05-08 Jackson Harper * TypeInstr.cs: New file - implementation of instructi...
2003-05-06 Jackson Harper * SwitchInstr.cs: New file - implementation...
2003-05-06 Jackson Harper * MethodDef.cs: Add ability to add and emit...
2003-05-04 Jackson Harper * LdcInstr.cs: New file - lcd* instructions
2003-05-02 Jackson Harper* CodeGen.cs: Define the contents of types after all...
2003-05-02 Jackson Harper* TypeManager.cs: Check if type is defined before defin...
2003-05-02 Jackson Harper * CodeGen.cs: Add outer classes to typedefs if necesary
2003-05-01 Jackson HarperFix typo
2003-05-01 Jackson Harperforgot
2003-05-01 Jackson Harper * MethodDef.cs: Accept and emit instructions.
2003-04-29 Jackson Harper * InstrTable.cs: Much simpler system. All token...
2003-04-20 Jackson Harper"oops forgot to commit"
2003-04-20 Jackson Harper * CodeGen.cs: Add method to add data
2003-04-19 Jackson Harper * FieldDef.cs: Change peapi fielddef name.
2003-04-18 Miguel de IcazaCouple of fixes to the build: clash of name and parent...
2003-04-18 Jackson Harper * MethodDef.cs: New file - definition of a...
2003-04-18 Jackson Harper* ExternTypeRef.cs: external types are classrefs
2003-04-18 Jackson Harper * PeapiTypeRef.cs: New file - base wrapper...
2003-04-18 Jackson Harper * TypeRef.cs: Rewrite - Typerefs are now resolv...
2003-04-18 Jackson Harper * ExternTypeRef.cs: New file - Represents a...
2003-04-08 Jackson Harper* TypeRef.cs: Return FieldDef when adding a field def...
2003-04-02 Jackson Harper* ILParser.jay: Support pinned, modreq, and modopt...
2003-04-01 Jackson Harper* ClassTable.cs: Do not append a . to names that are...
2003-04-01 Jackson Harper* ExternTable.cs: Remove some unsed fields.
2003-03-31 Jackson Harper* ExternTable.cs: Add method to lookup classes with...
2003-03-30 Jackson Harper* InstrTable.cs: Add Calli, detabify
2003-03-30 Jackson Harper* InstrTable.cs: Add branch ops switch, and lc.r*,...
2003-03-18 Jackson Harper* ClassTable.cs: Set defined flag and type attributes...
2003-03-18 Jackson Harper* MethodTable.cs: Add method to Check if all methods...
next