Update
[mono.git] / mcs / ilasm /
2003-07-16 Jackson Harper * Driver.cs: Use WriteLine for 'compilation...
2003-07-16 Jackson Harper * test-11.il: Don't specify constraints with...
2003-07-16 Jackson Harper * ILTables.cs: Add tokens for generic constraints.
2003-07-16 Jackson Harper * ILParser.jay: Add generic type constraints...
2003-07-16 Jackson Harper * TypeDef.cs: Allow adding and emitting generic...
2003-07-16 Peter Williams2003-07-16 Peter Williams <peter@newton.cx>
2003-07-15 Jackson Harper * Makefile: Add the class/lib directory to the lib...
2003-07-15 Jackson Harper * ILParser.jay: Seperate generic constraints from...
2003-07-15 Jackson Harper * TypeDef.cs: Emit generic parameters.
2003-07-14 Gonzalo Paniagua... New build system
2003-07-14 Gonzalo Paniagua... New build system from Peter Williams (peter@newton.cx)
2003-07-07 Gonzalo Paniagua... added test target
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 * ILParser.jay: Add set imagebase, subsystem...
2003-06-15 Jackson Harper * ILTables.cs: Add imagebase keyword.
2003-06-15 Jackson Harper * CodeGen.cs: Add methods for setting corflags...
2003-06-15 Jackson Harper * ILParser.jay: Implement custom modified types.
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 * AssemblyInfo.cs: Bump version number up ...
2003-06-09 Jackson HarperAnother test.
2003-06-09 Jackson Harper * ILParser.jay: Implement properties
2003-06-09 Jackson HarperAdd property def to build
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 HarperMore tests
2003-06-08 Jackson Harper * ILParser.jay: Add generic type parameters...
2003-06-08 Jackson HarperAdd eventdefs and feature attrs to build
2003-06-08 Jackson Harper * EventDef.cs: New file - An event definition.
2003-06-05 Jackson Harper * ILParser.jay: Assembly and module names may...
2003-06-01 Jackson Harper * ILParser.jay: Set assembly names. When lookin...
2003-06-01 Jackson Harper * CodeGen.cs: Allow this assembly name to be...
2003-05-31 Jackson Harper * ILParser.jay: Use type instead of params...
2003-05-31 Jackson Harpermore tests
2003-05-31 Jackson Harpermisc diff tests, proper tests to come soon.
2003-05-31 Jackson Harper * ILParser.jay: When looking up types first...
2003-05-31 Jackson HarperAdd custom attributes to build.
2003-05-31 Jackson Harper * CustomAttr.cs: New file - Custom attributes
2003-05-31 Jackson Harper * ILTables.cs: Add refany keyword which is...
2003-05-25 Jackson Harper * ILParser.jay: Pass call conv to methoref...
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-24 Jackson Harper * ILParser.jay: Remove top secret debugging...
2003-05-23 Jackson Harper * ILParser.jay: Implement label form structured...
2003-05-23 Jackson Harperadd new files to build.
2003-05-23 Jackson Harper * CatchBlock.cs: New file - Initial implementat...
2003-05-23 Jackson Harper * ILTokenizer.cs: When building instructions...
2003-05-23 Jackson Harper * InstrTable.cs: Add unsigned conversion instru...
2003-05-23 Jackson Harper * ILParser.jay: Comment out K_IMF and K_NAN...
2003-05-23 Jackson Harper * ILTables.cs: Comment out nan and inf keywords, these...
2003-05-22 Jackson Harper* ILParser.jay: Add ldc.r4 to INSTR_R int also fix...
2003-05-22 Jackson Harper * ILParser.jay: When converting from int32 to int64...
2003-05-22 Jackson Harper * InstrTable.cs: ldc.i8 is a TOKEN_I8 and shoul...
2003-05-22 Jackson Harper * ILParser.jay: INT_I8s are not int instruction...
2003-05-22 Jackson HarperAdd new instructions to build
2003-05-22 Jackson Harper * CalliInstr.cs: New file - The calli instruction
2003-05-20 Jackson Harper * Driver.cs: Exit with 1 return code when no...
2003-05-19 Jackson Harper * Driver.cs: Add command switch to delete outpu...
2003-05-19 Jackson Harper* ILParser.jay: Same as below but with float64 ()
2003-05-19 Jackson Harper * ILParser.jay: When the float32 (0xFFFFFF...
2003-05-19 Jackson Harper * Driver.cs: Print error exception when compila...
2003-05-19 Jackson Harper * Driver.cs: Return an error code if any errors...
2003-05-19 Jackson Harper * ILParser.jay: Use new methods for converting...
2003-05-19 Jackson Harper * ExternMethodRef.cs: Accept and add calling...
2003-05-18 Jackson Harper * ILParser.jay: Convert cast integers to floats.
2003-05-18 Jackson Harper * ILTokenizer.cs: If toen.token does not create...
2003-05-11 Jackson Harper * MethodDef.cs: Add named param table and metho...
2003-05-11 Jackson Harper * ILParser.jay: Add tokens for instructions...
2003-05-11 Jackson Harper * TypeDef.cs: Add named param table and methods...
2003-05-11 Jackson Harper * ILParser.jay: Set size and packing informatio...
2003-05-11 Jackson Harper * TypeDef.cs: Add size and packing information
2003-05-11 Jackson Harper * ILParser.jay: Add field instructions
2003-05-11 Jackson HarperAdd field types to build.
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 * ILParser.jay: Add global method references
2003-05-10 Jackson HarperAdd global method refs to build.
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 * ILParser.jay: Add locals, method references...
2003-05-10 Jackson HarperAdd new files to build.
2003-05-10 Jackson Harper * IMethodRef.cs: New file - Interface that method...
2003-05-08 Jackson Harper * ILParser.jay: Add type instructions. NOTE - type_spe...
2003-05-08 Jackson HarperAdd TypeInstr to build.
2003-05-08 Jackson Harper * TypeInstr.cs: New file - implementation of instructi...
2003-05-07 Jackson Harper * ILParser.jay: Remove dotted_name, it is not...
2003-05-07 Jackson Harper * ILParser.jay: Remove extraneous dotted_name...
2003-05-06 Jackson Harper * ILParser.jay: Emit INSTR_I8 instructions...
2003-05-06 Jackson HarperAdd SwitchInstr.cs to build
2003-05-06 Jackson Harper * SwitchInstr.cs: New file - implementation...
2003-05-06 Jackson Harper * ILParser.jay: Add labels to methods, add...
2003-05-06 Jackson HarperAdd BranchInstr to build.
2003-05-06 Jackson Harper * MethodDef.cs: Add ability to add and emit...
2003-05-04 Jackson Harper* ILParser.jay: Use new MiscInstr.ldstr for ldstr,...
2003-05-04 Jackson Harper * ILParser.jay: Use new MiscInstr.ldstr for...
2003-05-04 Jackson HarperAdd new instructions to build.
next