2004-06-26  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: vtable fixups use the int32 or int64 keyword, not
	actual int values. When adding modules for pinvoke info use the
	ExternTable so we dont get duplicate modules.
	
2004-06-19  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Resolve method pointers that are being treated as
	typerefs.
	
2004-06-19  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Resolve other modules global 'type'.
	
2004-06-14  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Add file refs.
	
2004-06-14  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Add module refs, allow them to be referenced.
	
2004-06-14  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Set module names.
	
2004-05-25  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Fix casting for data type constants.
	
2004-05-22  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: [,] is short form for [...,...] this fixes bug
	number 58569.
	
2004-05-22  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Handle wchar, it is just an alias for char. This
	fixes bug #58523.
	
2004-05-05  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Handle endian issues when converting numeric
	types.
	
2004-04-14  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Correct args for version numbers.
	
2004-04-03  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Dont use hash alg enum its too restrictive
	
2004-04-02  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Set assembly info.
	
2004-04-01  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Set a flag in the tokenizer when parsing byte
	arrays. Otherwise we can't tell WTF they are. Set assemblyref
	attributes.
	
2004-03-28  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Fix typo.
	
2004-03-28  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Set true and false literals properly. Add instance
	property attribute.
	
2004-02-18  Jackson Harper  <jackson@ximian.com>

	* ILParser.jay: Create ExternTypeRefInsts when a valuetype
	extern_class is encountered. This way the underlying type is not
	changed to a value type.
	

2003-12-10  Jackson Harper <jackson@ximian.com>

	* ILParser.jay: When modifying extern types, clone them and modify
	the clone.
	
2003-12-10  Jackson Harper <jackson@ximian.com>

	* ILParser.jay: Use the extern table for all extern type
	creations.
	
2003-12-10  Jackson Harper <jackson@ximian.com>

	* ILParser.jay: Add COMP_NAME token.
	
2003-12-10  Jackson Harper <jackson@ximian.com>

	* ILParser.jay: vtable fixups can be int32s
	
2003-11-18  Jackson Harper <jackson@ximian.com>

	* ILParser.jay: Add zeroinit.
	
2003-11-17 Jackson Harper <jackson@ximian.com>

	* ILParser.jay: Create strings from byte arrays. Fix parsing of
	bytes that are passed as INT64.
	
2003-11-16 Jackson Harper <jackson@ximian.com>

	* ILParser.jay: Handle string instructions that are given byte
	arrays. This fixes bug #51039.
	
2003-10-28 Jackson Harper <jackson@ximian.com>

	* ILParser.jay: Use the ExternTable to create external type
	references. Remove some ultra top secret debugging code.
	
2003-10-17 Jackson Harper <jackson@ximian.com>

	* ILParser.jay: Set value types, set enums as value types. Use
	correct var for call conv in method signatures.
	
2003-10-10 Jackson Harper <jackson@ximian.com>

	* ILParser.jay: Create generic method refs.
	
2003-10-08 Jackson Harper <jackson@ximian.com>

	* ILParser.jay: Attach generic type parameters to methods.
	
2003-09-27 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set pinvoke info. Allow param attributes in type
	lists.
	
2003-09-21 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Define data
	
2003-09-15 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: dashed names aren't legal for file names, if the
	name has a dash in it it needs to be quoted ie 'gtk-sharp'.
	
2003-09-12 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Fix typo in field inits. Methods attached to
	modified types should be type spec method refs.
	
2003-08-19 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Implement address constants and string
	constants. Add data definitions to their types, and create data
	item lists. Also implement long form overrides.
	
2003-08-19 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add override methods.
	
2003-08-10 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Create an empty array list for empty type
	lists. Start phasing out INT32 because the tokenizer will no
	longer create this token.
		
2003-08-03 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Use new sentinel type. Create valuetypes.

2003-08-03 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Make value types and enum types.
	
2003-08-03 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Create label references where appropriate instead
	of adding labels.
	
2003-08-02 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set from label, not to label for filter block handlers
	
2003-07-30 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Create branch instructions with explicit offsets
	
2003-07-29 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Use new labeling system for handler blocks.
	
2003-07-29 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: No longer need to supply method references
	to instructions, they get that when emitting now.
	
2003-07-28 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Use TypeRef.Ellipsis instead of null for a 
	placeholder in bound arrays. Do not use AsClassRef anymore.
	
2003-07-21 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set maxstack
	
2003-07-20 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Do not use the AsClassRef method anymore to attach
	methods and fields to types. All types can do this now. Create
	generic type refs and generic type instances. 
	
2003-07-17 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add generic type refs, and fake generic class refs.
		
2003-07-15 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add generic type constraints and tokens used to
	create them
		
2003-07-16  Peter Williams  <peter@newton.cx>

	* .cvsignore: ILParser.cs has been moved.

2003-07-14 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Seperate generic constraints from generic parameters.
		
2003-06-14 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add set imagebase, subsystem, and corflags.
		
2003-06-14 Jackson Harper <jackson@latitidegeo.com>

	* ILParser.jay: Implement custom modified types.
		
2003-06-08 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Implement properties
		
2003-06-08 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add generic type parameters to types. Implement events.
		
2003-06-04 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Assembly and module names may have dashes in them
	(like gtk-sharp.dll).
		
2003-05-31 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set assembly names. When looking up types in the
	form [assembly]name first check if the assembly is this
	assembly. Implement scope_blocks, and implement scope block form
	exception handling.
		
2003-05-31 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Use type instead of params for calli signatures.
		
2003-05-31 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: When looking up types first check to see if this
	is actually a primitive object type (System.String,
	System.Object). Add custom attributes to types. Handle the il
	keyword the exact same way as cil. Add ellipsises to param and sig
	lists. Add an optional name to typelists, this is just parsed it
	is not implemented properly. Add custom attributes to
	methods. Implement custom types (just methodrefs to ctors).
		
2003-05-25 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Pass call conv to methoref constructors. Add the
	ELLIPSIS to type_lists, this is for vararg methods
		
2003-05-23 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Remove top secret debugging code.
		
2003-05-23 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Implement label form structured exception handling.
		
2003-05-22 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Comment out K_IMF and K_NAN these are not used in
	the grammar.
		
2003-05-21 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add ldc.r4 to INSTR_R int also fix cast to double.
		
2003-05-21 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: When converting from int32 to int64 do an exact
	bit conversion, not a numerical conversion.
		
2003-05-21 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: INT_I8s are not int instructions, currently the
	only INT_I8 instruction is ldc.i8 so this new code does more
	checks then needed but is written in anticipation of some new long
	instructions being found. Implement signature instructions, token
	instructions, and signatures. Convert INT32s masquerading as
	INT64s to Int64.
		
2003-05-19 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Same as below but with float64 ()
		
2003-05-19 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: When the float32 (0xFFFFFF) syntax is used the hex
	value represents the exact byte value of a float NOT an integer
	value that is converted to a float.
		
2003-05-18 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Use new methods for converting types to
	classrefs. Expand grammar for locals.

		
2003-05-18 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Convert cast integers to floats.
		
2003-05-11 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add tokens for instructions that take param and
	local args. Do not create empty lists for sig_args and
	type_lists. Add param and local instructions.
		
2003-05-11 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set size and packing information for types
		
2003-05-10 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add field instructions
		
2003-05-10 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add global method references
		
2003-05-10 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add locals, method references, and method instructions
		
2003-05-07 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add type instructions. NOTE - type_spec is not
	fully implemented yet, so this has some explosive potential.
		
2003-05-07 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Remove dotted_name, it is not used at all
	anymore. vtattr only take an int64 param, this fix gets rid of all
	of the remaining reduce/reduce conflicts
		
2003-05-07 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Remove extraneous dotted_name, also make comp_name
	contain dotted_name logic. Oh how I will miss the 301
	reduce/reduce conflicts these small changes fixed :-)
		
2003-05-06 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Emit INSTR_I8 instructions as int
	instructions. Implement label lists, emit switch instruction.
		
2003-05-05 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add labels to methods, add branching instructions.
		
2003-05-04 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Use new MiscInstr.ldstr for ldstr, add INSTR_Rs
		
2003-05-04 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set int64's masquerading as int32 to upper and
	lower bounds if neccasary. NEED TO TEST this behavoir on windows.
		
2003-05-01 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Fix a bunch of conversions, implement hexbytes
		
2003-04-30 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Implement non marshalled methodheads, method
	attributes, impl attributes, imit simple int and ldstr instructions.
		
2003-04-17 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Define data, fix repeat_opt allways being set.
		
2003-04-17 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add external types to the extern type table.
		
2003-04-17 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Use new types and methods to build a tree.
		
2003-04-07 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Implement data items
		
2003-04-07 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Implement most field features
		
2003-04-05 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set type parameter index
		
2003-04-05 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Emit parameterized types
		
2003-04-04 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add parameterized method declarations.
		
2003-04-03 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add parameterized types to classes.
		
2003-04-02 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Support most non-obsolete native types.
		
2003-04-02 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Proper names for native int and native uint
		
2003-04-01 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add Call conventions, fix primitive spelling.
	
2003-04-01 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add TypedRef primative type.
	
2003-04-01 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Support pinned, modreq, and modopt types.
	
2003-04-01 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Use the CodeGen CompleteClass method when a class
	is completed instead of setting the current class to null. This
	does some extra cleanup
	
2003-03-31 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add bound arrays
	
2003-03-30 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Concat slashed names properly
	
2003-03-30 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Implement most of type
	
2003-03-30 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add code from old parser to declare and define classes.
		
2003-03-30 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: New grammar that I haven't made a mess of, this
	takes all the special cases into account much better.
		
2003-03-19 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: .hash algorithm can be followed by bytes

2003-03-19 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Allow assembly refs to have dots in name.

2003-03-17 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add object to primative types

2003-03-17 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set CallConv for opcodes that have a call conv, 
	like call and newobj

2003-03-17 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set CallConvs properly, use type_ref instead of type for
	method overrides.

2003-03-16 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: .ctor and .cctor can also be method names.

2003-03-16 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Use assembly_ref for extern assemblies so names with dashes can be used.

2003-03-15 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Define local variables

2003-03-15 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add param_list definition, use param_list for method refs

2003-03-15 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: de-bacwardificate values passed to add method, 
	I was setting the return to the parent before, but the parent 
	value was being set to the return type value so it all worked 
	out but was very confusing.

2003-03-15 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add external field references

2003-03-15 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add fields to the field table, add field references,
	emit instructions that take a field param

2003-03-15 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Emit ldstr instruction

2003-03-15 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Create external method references

2003-03-14 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Emit instructions that take a method def as a single param

2003-03-14 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Emit instructions that take a single type as a param

2003-03-14 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Emit instructions that take a single int32 as a param

2003-03-13 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Remove unused references

2003-03-13 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Emit simple instructions

2003-03-13 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set MaxStack, clean up some typos

2003-03-13 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set entrypoint 

2003-03-11 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Create TypeRefs instead of types, define methods.

2003-03-09 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Set Call Conventions and Implementation Flags

2003-03-09 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add implemented interfaces

2003-03-08 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Create method attributes

2003-03-08 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Reference external assemblies.

2003-03-06 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Implemented class inheritence

2003-03-06 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Pass null Location when adding class, concat dottedName pieces

2003-03-06 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Reconfigure to work with new PEAPI emission system

2003-02-10 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Use arg_list for method signatures, set method parameters

2003-02-09 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: full names can be short names too (for members)

2003-02-09 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Use full names for calling instructions

2003-02-08 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Create type names properly

2003-02-08 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Handle argument lists better

2003-02-08 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Handle .local and newobj

2003-02-06 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Allow assembly names to have lots of dashes.

2003-02-06 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add dash token, allow assembly refs to have dashes in their names.

2003-02-02 Jackson Harper <jackson@latitudegeo.com>

	* ILParser.jay: Add call instruction, other little fixes and additions
