2004-07-08 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / cil / ChangeLog
1 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
2
3         * opcode.def: Remove CEE_MONO_FUNC and related opcodes, replace them
4         with CEE_MONO_ICALL.
5
6 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
7
8         * opcode.def: Add mono_save_lmf and mono_restore_lmf.
9
10 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
11
12         * opcode.def: Add mono_func2.
13
14 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
15
16         * opcode.def, cil-opcodes.xml: Added two new opcodes for type checking:
17         mono_cisinst and mono_ccastclass.
18
19 Thu May 29 12:52:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
20
21         * opcode.def, cil-opcodes.xml: fix opcode entries.
22
23 Wed Sep 5 15:54:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
24
25         * opcode.def: cvs add to reduce build dependencies for
26         people using the snapshots or cvs.
27
28 Wed Jul 11 18:50:12 CEST 2001 Paolo Molaro <lupus@ximian.com>
29
30         * cil-opcodes.xml: change duplicate unused entry.
31
32 Mon Jul  2 15:31:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
33
34         * cil-opcodes.xml: use a more proper XML format (single root tag).
35         * make-opcodes-def.pl: use XML::Parser, remove debugging print that
36         broke compilation, corrected opcode byte len.
37
38 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
39
40         * cil-opcodes.xml: New file that describes the CIL opcodes in
41         XML format.
42
43         * make-opcodes-def.pl: Perl script that parses the above file and
44         generates a Annex V/C.2 compliant opcode.def file.
45
46