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