* ILParser.jay: Use type instead of params for calli signatures.
[mono.git] / mcs / ilasm / codegen / InstrTable.cs
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...