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