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