updated the demo application
[mono.git] / mcs / ilasm /
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.
2003-05-04 Jackson Harper * LdcInstr.cs: New file - lcd* instructions
2003-05-04 Jackson Harper * ILParser.jay: Set int64's masquerading as...
2003-05-02 Jackson Harper* AssemblyInfo.cs: Bump up version number
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 * ILParser.jay: Fix a bunch of conversions...
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 * ILParser.jay: Implement non marshalled method...
2003-05-01 Jackson Harper * makefile: Add instructions to build
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-29 Jackson Harper * ILTokenizer.cs: Get instructions from table...
2003-04-20 Jackson Harper"oops forgot to commit"
2003-04-20 Jackson Harper * makefile: Add DataDef to build
2003-04-20 Jackson Harper* ILParser.jay: Define data, fix repeat_opt allways...
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 * makefile: Add new types to build
2003-04-18 Jackson Harper * MethodDef.cs: New file - definition of a...
2003-04-18 Jackson Harper* ILParser.jay: Add external types to the extern type...
2003-04-18 Jackson Harper* ExternTypeRef.cs: external types are classrefs
2003-04-18 Jackson Harper* AssemblyInfo.cs: Increase version number.
2003-04-18 Jackson Harper * PeapiTypeRef.cs: New file - base wrapper...
2003-04-18 Jackson Harper * Driver.cs: Call new codegen methods.
2003-04-18 Jackson Harper * TypeRef.cs: Rewrite - Typerefs are now resolv...
2003-04-18 Jackson Harper* ILParser.jay: Use new types and methods to build...
2003-04-18 Jackson Harper * ExternTypeRef.cs: New file - Represents a...
2003-04-11 Jackson Harperforgot changelog
2003-04-08 Jackson Harper* ILParser.jay: Implement data items
2003-04-08 Jackson Harper* TypeRef.cs: Return FieldDef when adding a field def...
2003-04-08 Jackson Harper* ILParser.jay: Implement most field features
2003-04-06 Jackson Harper* ILParser.jay: Set type parameter index
2003-04-06 Jackson Harperremove classref references
2003-04-06 Jackson Harper* ILParser.jay: Emit parameterized types
2003-04-05 Jackson Harper* ILParser.jay: Add parameterized method declarations.
2003-04-04 Jackson Harper* ILParser.jay: Add parameterized types to classes.
2003-04-04 Jackson Harper* ILToken.cs: Add open angle bracket, and close angle...
2003-04-04 Jackson Harpernew test
2003-04-03 Jackson Harper* ILParser.jay: Support most non-obsolete native types.
2003-04-03 Jackson Harper* ILParser.jay: Proper names for native int and native...
next