merge -r 53370:58178
[mono.git] / mono / mini / mini-s390.c
2006-03-20 Konstantin Trigermerge -r 53370:58178
2006-03-20 Konstantin Trigermerge -r 53370:58178
2006-03-16 Neale Ferguson* mini-s390.c: Remove OP_X86_TEST_NULL.
2006-03-11 Zoltan Varga2006-03-11 Zoltan Varga <vargaz@gmail.com>
2006-02-15 Paolo MolaroWed Feb 15 16:23:17 CET 2006 Paolo Molaro <lupus@ximian...
2006-02-01 Raja R Harinath* support-test-*.cs: Rename from test-*-p2.cs.
2006-01-10 Chris Toshokstub out the 2.0 System.Web.Compilation stuff.
2006-01-10 Neale Ferguson * mini-s390.c: Fix ATOMIC_ADD_I4 operation.
2006-01-10 Raja R HarinathThis should fix #76928. This fix incorporates ideas...
2006-01-06 Neale Ferguson * mini-s390.c, mini-s390.h, inssel-s390.brg, cpu-s390...
2006-01-05 Neale Ferguson * mini-s390.c, mini-s390.h: Fix lmf handling when...
2005-12-29 Neale Ferguson* mini-s390.c (mono_arch_get_inst_for_method): Add...
2005-12-29 Neale Ferguson * inssel-s390.brg: Correct register assignment; Rework...
2005-12-21 Neale Ferguson* mini-ops.h: Add s390_backchain instruction
2005-12-21 Miguel de IcazaAdd this for backwards compatibility
2005-12-20 Neale Ferguson* inssel-s390.brg: remove debug statements
2005-12-16 Neale Ferguson* mini-s390.c: Fix LOCALLOC processing.
2005-12-15 Neale Ferguson* mini-s390.c: Fix ADDCC/SBB bug reveealed by test_0_ul...
2005-12-13 Neale FergusonRemove some debugging bits.
2005-12-13 Neale FergusonContinuing to bring s390 up to current levels
2005-12-02 Neale FergusonBring s390 JIT up to current level
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-03-22 Martin Baulig**** Merged r40732-r40872 from MCS ****
2005-03-16 Paolo MolaroWed Mar 16 16:24:11 CET 2005 Paolo Molaro <lupus@ximian...
2005-03-04 Neale FergusonAdd support for passing/returning small structures...
2005-02-06 Neale FergusonFix bug with register usage on certain arithmetic opera...
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2005-01-30 Ben MaurerIn mono/metadata:
2005-01-10 Neale Ferguson- Fix atomic ops on s390
2004-12-14 Marek SafarCopied remotely
2004-12-10 Patrik Torstensson--This linetrik Torstensson <patrik.torstensson@gmail...
2004-12-07 Neale FergusonFix atomic operations and add initial support for tls...
2004-12-01 Neale FergusonImplement vararg support for s390. Minor fix to atomic...
2004-11-19 Neale FergusonLMF and synchronization updates
2004-11-18 Lluis Sanchez2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
2004-11-17 Atsushi Eno2004-11-17 Atsushi Enomoto <atsushi@ximian.com>
2004-11-17 Neale FergusonAdd support for siginfo_t as a parameter to mono_arch_i...
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-10 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-11-09 Neale FergusonOP_RETHROW support; Fix global register allocations
2004-11-08 Ben Maurer2004-11-07 Ben Maurer <bmaurer@ximian.com>
2004-10-29 Neale FergusonCleanup exception s390 handling; fix prolog length...
2004-10-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-10-04 Neale FergusonMinor fix to OP_OR_IMM.
2004-09-28 Neale FergusonMinor JIT fixes
2004-09-24 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-21 Neale FergusonMinor OP_ARGLIST changes
2004-09-19 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-15 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-09 Paolo MolaroThu Sep 9 20:57:53 CEST 2004 Paolo Molaro <lupus@ximian...
2004-09-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-06 Paolo MolaroMon Sep 6 05:50:02 PDT 2004 Paolo Molaro <lupus@ximian...
2004-09-02 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-18 Ben Maurer2004-08-18 Ben Maurer <bmaurer@users.sourceforge.net>
2004-08-06 Neale FergusonSupport the MEMCPY(base, base) rule and add initial...
2004-08-04 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-04 Neale FergusonS/390 64-bit support
2004-08-03 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-30 Neale FergusonOptimize code generation macros and standardize
2004-07-29 Neale FergusonFix move instruction to handle large offsets
2004-07-27 Paolo MolaroTue Jul 27 16:05:19 CEST 2004 Paolo Molaro <lupus@ximia...
2004-07-27 Paolo MolaroTue Jul 27 16:05:19 CEST 2004 Paolo Molaro <lupus@ximia...
2004-07-27 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-17 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-16 Neale FergusonFix instruction length and correct register setting
2004-07-15 Neale FergusonFix ckfinite logic
2004-07-15 Neale FergusonImplement CEE_JMP
2004-07-15 Neale FergusonCorrect definitions of CONV_R_UN and a couple of LCONVs
2004-07-14 Neale FergusonJust when I thought there were no more ABI issues there...
2004-07-13 Neale FergusonFix single float handling
2004-07-12 Neale FergusonFix exception handler to recognize correct handler.
2004-07-12 Neale FergusonRework frame handling, correct some ABI problems and...
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-06-18 Neale FergusonFix broken ABI for stack parameters
2004-06-11 Neale FergusonFurther ABI tweeking
2004-05-26 Neale FergusonFurther exception handling refinement for JIT
2004-05-21 Neale FergusonRemove debugging printfs
2004-05-21 Neale FergusonFurther JIT fixes for S390
2004-05-20 Neale FergusonMore fixes for code generation (CONV_I1/CONV_I2)
2004-05-18 Neale FergusonFix local variable allocation logic
2004-05-07 Neale FergusonBring s390 JIT up to date.
2004-04-20 Neale FergusonFix LMF handling for S/390 JIT
2004-04-19 Neale FergusonCleanup S/390 with .30/.31 changes
2004-04-19 Zoltan Varga2004-04-19 Zoltan Varga <vargaz@freemail.hu>
2004-04-06 Neale FergusonS/390 JIT