102 lines
3.0 KiB
Plaintext
102 lines
3.0 KiB
Plaintext
2009-09-20 Zoltan Varga <vargaz@gmail.com>
|
|
|
|
* cil-opcodes.xml: Add mono_dyn_call opcode.
|
|
|
|
2009-07-30 Rodrigo Kumpera <rkumpera@novell.com>
|
|
|
|
cil-opcodes.xml: Fix naming of stelem and ldelem to be
|
|
the same of the spec. Fix stack effect of stelem. Change
|
|
type of constrained and readonly prefixes.
|
|
|
|
2008-08-08 Zoltan Varga <vargaz@gmail.com>
|
|
|
|
* cil-opcodes.xml: Add an 'icall_addr' opcode.
|
|
|
|
2008-06-06 Jb Evain <jbevain@novell.com>
|
|
|
|
* cil-opcodes.xml: constrained. is of type InlineType.
|
|
* opcode.def: re-generate.
|
|
|
|
|
|
Tue Sep 11 15:09:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
|
|
|
|
* cil-opcodes.xml opcode.def: added custom opcode used to access
|
|
runtime thread local storage.
|
|
|
|
2005-02-20 Zoltan Varga <vargaz@freemail.hu>
|
|
|
|
* cil-opcodes.xml opcode.def: Correct definition of mono_classconst and
|
|
add mono_not_taken which is used for branch prediction hints.
|
|
|
|
2005-01-03 Zoltan Varga <vargaz@freemail.hu>
|
|
|
|
* cil-opcodes.xml opcode.def: Add mono_classconst.
|
|
|
|
2004-08-05 Duncan Mak <duncan@ximian.com>
|
|
|
|
* cil-opcodes.xml:
|
|
* opcode.def: Rename "stelem" to "stelem.any"
|
|
and "ldelem" to "ldelem.any".
|
|
|
|
2004-08-02 Raja R Harinath <rharinath@novell.com>
|
|
|
|
* Makefile.am (opcode.def): Make $(srcdir)!=$(builddir) safe.
|
|
* make-opcodes-def.pl (OUTPUT): Use $ARGV[1].
|
|
(parsefile): Parse $ARGV[0].
|
|
|
|
2004-07-30 Duncan Mak <duncan@ximian.com>
|
|
|
|
* cil-opcodes.xml: Added OpCodeType information to each of the
|
|
public opcodes with the new "type" attribute. Removed mono_func_*
|
|
from the opcodes and updated the "o2" attribute for the mono_*
|
|
opcodes to match the values in the existing opcode.def. Added
|
|
"mono_save_lmf" and mono_restore_lmf", which were listed in
|
|
opcode.def, but not in the XML file.
|
|
|
|
2004-07-08 Zoltan Varga <vargaz@freemail.hu>
|
|
|
|
* opcode.def: Remove CEE_MONO_FUNC and related opcodes, replace them
|
|
with CEE_MONO_ICALL.
|
|
|
|
2004-05-20 Zoltan Varga <vargaz@freemail.hu>
|
|
|
|
* opcode.def: Add mono_save_lmf and mono_restore_lmf.
|
|
|
|
2004-05-11 Zoltan Varga <vargaz@freemail.hu>
|
|
|
|
* opcode.def: Add mono_func2.
|
|
|
|
2004-03-04 Lluis Sanchez Gual <lluis@ximian.com>
|
|
|
|
* opcode.def, cil-opcodes.xml: Added two new opcodes for type checking:
|
|
mono_cisinst and mono_ccastclass.
|
|
|
|
Thu May 29 12:52:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
|
|
|
|
* opcode.def, cil-opcodes.xml: fix opcode entries.
|
|
|
|
Wed Sep 5 15:54:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
|
|
|
|
* opcode.def: cvs add to reduce build dependencies for
|
|
people using the snapshots or cvs.
|
|
|
|
Wed Jul 11 18:50:12 CEST 2001 Paolo Molaro <lupus@ximian.com>
|
|
|
|
* cil-opcodes.xml: change duplicate unused entry.
|
|
|
|
Mon Jul 2 15:31:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
|
|
|
|
* cil-opcodes.xml: use a more proper XML format (single root tag).
|
|
* make-opcodes-def.pl: use XML::Parser, remove debugging print that
|
|
broke compilation, corrected opcode byte len.
|
|
|
|
2001-07-01 Miguel de Icaza <miguel@ximian.com>
|
|
|
|
* cil-opcodes.xml: New file that describes the CIL opcodes in
|
|
XML format.
|
|
|
|
* make-opcodes-def.pl: Perl script that parses the above file and
|
|
generates a Annex V/C.2 compliant opcode.def file.
|
|
|
|
|