2009-01-07 Geoff Norton <gnorton@novell.com>
[mono.git] / mono / cil / ChangeLog
1 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
2
3         * cil-opcodes.xml: Add an 'icall_addr' opcode.
4
5 2008-06-06  Jb Evain  <jbevain@novell.com>
6
7         * cil-opcodes.xml: constrained. is of type InlineType.
8         * opcode.def: re-generate.
9
10
11 Tue Sep 11 15:09:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
12
13         * cil-opcodes.xml opcode.def: added custom opcode used to access
14         runtime thread local storage.
15
16 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
17
18         * cil-opcodes.xml opcode.def: Correct definition of mono_classconst and
19         add mono_not_taken which is used for branch prediction hints.
20
21 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
22
23         * cil-opcodes.xml opcode.def: Add mono_classconst.
24
25 2004-08-05  Duncan Mak  <duncan@ximian.com>
26
27         * cil-opcodes.xml: 
28         * opcode.def: Rename "stelem" to "stelem.any"
29         and "ldelem" to "ldelem.any".
30         
31 2004-08-02  Raja R Harinath  <rharinath@novell.com>
32
33         * Makefile.am (opcode.def): Make $(srcdir)!=$(builddir) safe.
34         * make-opcodes-def.pl (OUTPUT): Use $ARGV[1].
35         (parsefile): Parse $ARGV[0].
36
37 2004-07-30  Duncan Mak  <duncan@ximian.com>
38
39         * cil-opcodes.xml: Added OpCodeType information to each of the
40         public opcodes with the new "type" attribute. Removed mono_func_*
41         from the opcodes and updated the "o2" attribute for the mono_*
42         opcodes to match the values in the existing opcode.def. Added
43         "mono_save_lmf" and mono_restore_lmf", which were listed in
44         opcode.def, but not in the XML file.
45         
46 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
47
48         * opcode.def: Remove CEE_MONO_FUNC and related opcodes, replace them
49         with CEE_MONO_ICALL.
50
51 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
52
53         * opcode.def: Add mono_save_lmf and mono_restore_lmf.
54
55 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
56
57         * opcode.def: Add mono_func2.
58
59 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
60
61         * opcode.def, cil-opcodes.xml: Added two new opcodes for type checking:
62         mono_cisinst and mono_ccastclass.
63
64 Thu May 29 12:52:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
65
66         * opcode.def, cil-opcodes.xml: fix opcode entries.
67
68 Wed Sep 5 15:54:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
69
70         * opcode.def: cvs add to reduce build dependencies for
71         people using the snapshots or cvs.
72
73 Wed Jul 11 18:50:12 CEST 2001 Paolo Molaro <lupus@ximian.com>
74
75         * cil-opcodes.xml: change duplicate unused entry.
76
77 Mon Jul  2 15:31:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
78
79         * cil-opcodes.xml: use a more proper XML format (single root tag).
80         * make-opcodes-def.pl: use XML::Parser, remove debugging print that
81         broke compilation, corrected opcode byte len.
82
83 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
84
85         * cil-opcodes.xml: New file that describes the CIL opcodes in
86         XML format.
87
88         * make-opcodes-def.pl: Perl script that parses the above file and
89         generates a Annex V/C.2 compliant opcode.def file.
90
91