* TypeDef.cs (GenericInfo):
[mono.git] / mcs / ilasm / codegen / InstrTable.cs
2006-01-11 Ankit Jain* InstrTable.cs (inst_table): Uncomment stelem and...
2006-01-10 Raja R HarinathThis should fix #76928. This fix incorporates ideas...
2006-01-07 Ankit JainIn ilasm/codegen:
2005-08-29 Ankit JainIn ilasm/codegen:
2005-05-15 Konstantin Trigermerging the Mainsoft branch to the trunk
2005-04-22 Atsushi Eno2005-04-22 Atsushi Enomoto <atsushi@ximian.com>
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2004-12-14 Marek SafarCopied remotely
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-06-20 Jackson Harper * InstrTable.cs: Add .u8 opcodes for ldind...
2004-06-19 Jackson Harper * InstrTable.cs: Add undocumented brnull opcode...
2004-05-22 Jackson Harper * InstrTable.cs: ldc.i4.M1 is aliased to ldc...
2003-10-18 Jackson Harper * InstrTable.cs: Use short branch instructions...
2003-10-08 Jackson Harper * InstrTable.cs: Add unbox.any instruction.
2003-09-17 Jackson Harper * InstrTable.cs: endfault instruction (which...
2003-07-18 Jackson Harper * GenericTypeRef.cs: New File - A reference to a...
2003-05-31 Jackson Harper * CustomAttr.cs: New file - Custom attributes
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-11 Jackson Harper * TypeDef.cs: Add named param table and methods...
2003-05-04 Jackson Harper * LdcInstr.cs: New file - lcd* instructions
2003-05-02 Jackson Harper * CodeGen.cs: Add outer classes to typedefs if necesary
2003-05-01 Jackson HarperFix typo
2003-04-29 Jackson Harper * InstrTable.cs: Much simpler system. All token...
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-15 Jackson Harper* InstrTable.cs: Add FieldOp instructions
2003-03-15 Jackson Harper* InstrTable.cs: Add ldstr instruction
2003-03-15 Jackson Harper * CodeGen.cs: Add method to get method references.
2003-03-15 Jackson Harper* InstrTable.cs: Add TypeOps (instructions that take...
2003-03-15 Jackson Harper* InstrTable.cs: Add IntOps (instructions that take...
2003-03-14 Paolo MolaroFri Mar 14 10:06:49 CET 2003 Paolo Molaro <lupus@ximian...
2003-03-14 Jackson Harper * InstrTable.cs: Fix instructions that have dots in...
2003-03-14 Jackson Harper * CodeGen.cs: Add code buffer for il instructions...