updated the demo application
[mono.git] / mcs / ilasm /
2003-04-02 Jackson HarperInitialize call conv
2003-04-02 Jackson Harper * ILParser.jay: Add Call conventions, fix primitive...
2003-04-02 Jackson Harper* ILParser.jay: Add TypedRef primative type.
2003-04-02 Jackson Harper* ILParser.jay: Support pinned, modreq, and modopt...
2003-04-02 Jackson Harper* ILParser.jay: Support pinned, modreq, and modopt...
2003-04-01 Jackson Harper* ILParser.jay: Use the CodeGen CompleteClass method...
2003-04-01 Jackson Harper* ClassTable.cs: Do not append a . to names that are...
2003-04-01 Jackson Harper* NumberHelper.cs: handle situations like this 21452...
2003-04-01 Jackson Harper* ILParser.jay: Add bound arrays
2003-04-01 Jackson Harper * test-10.il: New test, does some bounded array stuff
2003-04-01 Jackson Harper * ILTokenizer.cs: Handle Ellipsis
2003-04-01 Jackson Harper* ExternTable.cs: Remove some unsed fields.
2003-03-31 Jackson Harper* ILParser.jay: Concat slashed names properly
2003-03-31 Jackson Harper* ILParser.jay: Implement most of type
2003-03-31 Jackson Harper* ILParser.jay: Add code from old parser to declare...
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* Driver.cs: de-tabbify
2003-03-30 Jackson Harper* ILTokenizer.cs: Take some special cases into account.
2003-03-30 Jackson Harper * ILTables.cs: Remove 'ptr' I can't find documentation...
2003-03-30 Jackson Harper * ILParser.jay: New grammar that I haven't made a...
2003-03-30 Jackson Harper* NumberHelper.cs: handle sci, hex, and byte
2003-03-30 Jackson Harper* ILReader.cs: Instead of mainting a buffer let the...
2003-03-30 Jackson Harper* InstrTable.cs: Add branch ops switch, and lc.r*,...
2003-03-30 Jackson Harper* Driver.cs: Add switch to display parser debugging...
2003-03-19 Jackson Harper* ILParser.jay: .hash algorithm can be followed by...
2003-03-19 Jackson Harper* NumberHelper.cs: Handle strange number situations...
2003-03-19 Jackson Harper* ILParser.jay: Allow assembly refs to have dots in...
2003-03-18 Dick PorterFix cygwin build
2003-03-18 Jackson Harper* tests: Update to valid il code.
2003-03-18 Jackson Harper* ILParser.jay: Add object to primative types
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...
2003-03-18 Jackson Harper* ILParser.jay: Set CallConv for opcodes that have...
2003-03-18 Jackson Harper* test-9.il: Add output to the constructor so I know...
2003-03-18 Jackson Harper* ILParser.jay: Set CallConvs properly, use type_ref...
2003-03-17 Jackson Harper* test-9.il: New test, test instaniating a class
2003-03-17 Jackson Harper* Driver.cs: Add switch to display method definitions...
2003-03-17 Jackson Harper* MethodTable.cs: Fire events when methods are defined...
2003-03-17 Jackson Harper* ILParser.jay: .ctor and .cctor can also be method...
2003-03-17 Jackson Harper* ILTokenizer.cs: Append tail to values so opcodes...
2003-03-16 Jackson Harper* ILParser.jay: Use assembly_ref for extern assemblies...
2003-03-16 Jackson Harper* Driver.cs: Add switch to display tokens as they are...
2003-03-16 Jackson Harper* ILTokenizer.cs: Fire an event when a new token is...
2003-03-16 Jackson Harper* ILParser.jay: Define local variables
2003-03-16 Jackson Harper* ILParser.jay: Add param_list definition, use param_li...
2003-03-15 Jackson Harper* ILParser.jay: de-bacwardificate values passed to...
2003-03-15 Jackson Harper* ILParser.jay: Add external field references
2003-03-15 Jackson Harper* ILParser.jay: Add fields to the field table, add...
2003-03-15 Jackson Harper* ClassTable.cs: Classes now store field tables
2003-03-15 Jackson Harper* makefile, makefile.gnu: Add FieldTable to build
2003-03-15 Jackson Harper* FieldTable.cs: New file, holds a classes fields
2003-03-15 Jackson Harper* InstrTable.cs: Add FieldOp instructions
2003-03-15 Jackson Harper* ILParser.jay: Emit ldstr instruction
2003-03-15 Jackson Harper* InstrTable.cs: Add ldstr instruction
2003-03-15 Jackson Harper* ILParser.jay: Create external method references
2003-03-15 Jackson Harper* ILParser.jay: Emit instructions that take a method...
2003-03-15 Jackson Harper * CodeGen.cs: Add method to get method references.
2003-03-15 Jackson Harper* ILParser.jay: Emit instructions that take a single...
2003-03-15 Jackson Harper* InstrTable.cs: Add TypeOps (instructions that take...
2003-03-15 Jackson Harper* ILParser.jay: Emit instructions that take a single...
2003-03-15 Jackson Harper * ILTokenizer.cs: Use the IsInstr method for checking...
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 * ILParser.jay: Remove unused references
2003-03-14 Jackson Harper * InstrTable.cs: Fix instructions that have dots in...
2003-03-14 Jackson Harper * ILParser.jay: Emit simple instructions
2003-03-14 Jackson Harper* ILTokenizer.cs: Use InstrTable for looking up and...
2003-03-14 Jackson Harper * makefile, makefile.gnu: Add InstrTable to build
2003-03-14 Jackson Harper * CodeGen.cs: Add code buffer for il instructions...
2003-03-14 Jackson Harper * ILParser.jay: Set MaxStack, clean up some typos
2003-03-14 Jackson Harper * ILParser.jay: Set entrypoint
2003-03-14 Jackson Harper * CodeGen.cs: Set current method when a new method...
2003-03-13 Jackson Harper * ILParser.jay: Create TypeRefs instead of types,...
2003-03-13 Jackson Harper* makefile, makefile.gnu: Add MethodTable and TypeRef...
2003-03-13 Jackson Harper * ClassTable.cs: Add Method tables to Class tables...
2003-03-12 Jackson Harper * TypeRef.cs: New file, used for pairing types and...
2003-03-12 Jackson Harper//
2003-03-10 Jackson Harper * ILParser.jay: Set Call Conventions and Implementatio...
2003-03-09 Jackson Harper * ILParser.jay: Add implemented interfaces
2003-03-09 Jackson Harper * ExternTable.cs: Do not verify the existence of exter...
2003-03-09 Jackson Harper * ILParser.jay: Create method attributes
2003-03-09 Jackson Harper * makefile, makefile.gnu: Add ExternTable to build
2003-03-09 Jackson Harper * ILParser.jay: Reference external assemblies.
2003-03-09 Jackson Harper * CodeGen.cs: Add ExternTable property
2003-03-08 Jackson Harper * test-8.il: New test, test creating a class that...
2003-03-08 Jackson Harper * Driver.cs: If a file does not exist print an error...
2003-03-08 Jackson Harper * test-6.il: Define class that field references
2003-03-08 Jackson Harper * ILParser.jay: Implemented class inheritence
2003-03-08 Jackson Harper * ClassTable.cs, CodeGen.cs: Add methods to allow...
2003-03-07 Alp TokerReference the newly-built PEAPI.dll
2003-03-07 Alp Toker2003-03-07 Alp Toker <alp@atoker.com>
2003-03-07 Jackson Harper * makefile, makefile.gnu: Add AssemblyInfo.cs to build
2003-03-07 Jackson Harper * AssemblyInfo.cs: Bump up version number, this new...
2003-03-07 Jackson Harper * makefile: add some tests
2003-03-07 Jackson Harper * codegen/ClassTable.cs: Add method to check for undef...
2003-03-07 Jackson Harper * ClassTable.cs: Return ClassDef when defining types
2003-03-07 Jackson Harper * CodeGen.cs: Use class table for adding type definitions
2003-03-07 Jackson Harper * ILParser.jay: Pass null Location when adding class...
2003-03-07 Jackson Harperchangelog
next