Change a g_warning into a mono_trace call.
[mono.git] / mono / mini /
2010-10-26 Rodrigo KumperaFix some counters under 32bits.
2010-10-26 Zoltan VargaMark tls_get with clob:c on arm.
2010-10-25 Zoltan VargaDisable catchpoints when the DISABLE_BREAKPOINTS flag...
2010-10-23 Zoltan VargaImplement memory barriers for amd64/x86. Fixes #648831.
2010-10-22 Zoltan VargaEmit GenericEqualityComparer<T> instances for each...
2010-10-21 Zoltan VargaFix an assert in the LLVM backend if a long value was...
2010-10-20 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-10-20 Zoltan VargaAvoid trying to read the gc name in the AOT runtime...
2010-10-19 Zoltan Varga[Fix] Turn off exception callback filtering on WoW64.
2010-10-19 Tak[Fix] Ensure that exceptions are propagated when embedding
2010-10-17 Zoltan VargaEnable a more specialized version of the MONO_INST_FAUL...
2010-10-17 Zoltan VargaImplement passing of this as the first argument for...
2010-10-16 Zoltan VargaReally fix the ia64 build.
2010-10-15 Zoltan VargaFix a warning.
2010-10-15 Zoltan VargaEnable MONO_ARCH_HAVE_TLS_GET on arm platforms that...
2010-10-15 Zoltan VargaFix LLVM backend build with latest LLVM SVN.
2010-10-15 Zoltan VargaFix ia64 build.
2010-10-14 Zoltan VargaRename find_jit_info_no_ext to simply find_jit_info ().
2010-10-14 Zoltan VargaGet rid of the old mono_arch_find_jit_info functions...
2010-10-14 Zoltan VargaTransition s390/mips/ia64 to use mono_arch_find_jit_inf...
2010-10-14 Rodrigo KumperaImplement handle guard support for amd64.
2010-10-14 Zoltan VargaTransition sparc to use mono_arch_find_jit_info_ext.
2010-10-14 Zoltan VargaFix crashes in the AOT compiler when the loaded LLVM...
2010-10-14 Zoltan VargaUpdate the IMT thunk creation code on sparc to support...
2010-10-14 Geoff Norton[android] pthread_kill cannot be used safely on android
2010-10-12 Zoltan VargaMove the helper signatures along with their init functi...
2010-10-11 Rodrigo KumperaHandle dynamic methods as managed.
2010-10-11 Gonzalo Paniagua... Remove warnings
2010-10-11 Zoltan VargaFix full-aot support for the stelemref wrappers.
2010-10-09 Rodrigo KumperaImplement fast stelemref.
2010-10-08 Zoltan VargaFix the sparc build.
2010-10-07 Rodrigo KumperaImplement managed versions of the caching icalls.
2010-10-07 Rodrigo KumperaAdd gsharing support for cached casts.
2010-10-07 Rodrigo KumperaAdd single entry cache to casts of types with variant...
2010-10-07 Rodrigo KumperaFast cast for some cases of generic variant types.
2010-10-07 Zoltan VargaAdd --debug=casts support for ArrayTypeMismatchException's.
2010-10-07 Zoltan VargaCentralize the setting of cfg->exception_type and the...
2010-10-07 Zoltan VargaRemove the MonoGenericContext/MonoMethod arguments...
2010-10-05 Zoltan VargaFix a warning.
2010-10-05 Rodrigo KumperaImplement asm monitor/enter exit for amd64-sgen.
2010-10-05 Rodrigo KumperaImplement x86 support for monitor enter/exit fastpaths...
2010-10-05 Rodrigo KumperaEnable delegate .ctor optimization under sgen.
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-01 Zoltan VargaCheck the debugger_thread_exited condition in a loop...
2010-10-01 Zoltan VargaFix code buffer reallocation check for OP_SWITCH on...
2010-09-29 Rodrigo KumperaFix arm and ppc builds
2010-09-29 Gonzalo Paniagua... Handle error creating xdb.il
2010-09-27 Rodrigo KumperaAdd comment on the reason of a non obvious check.
2010-09-27 Rodrigo KumperaRaise ArgumentException for delegate on closed methods.
2010-09-27 Zoltan VargaMov the jit map generation code from tramp-x86.c to...
2010-09-27 Rodrigo KumperaRecord all trampolines to the jitmap.
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-25 Zoltan VargaEnable support for wrapping non Exception subclasses...
2010-09-24 Zoltan VargaFix AOT support for OP_GC_CARD_TABLE on amd64.
2010-09-24 Rodrigo KumperaImplement amd64 support for OP_CARDTABLE.
2010-09-23 Zoltan VargaAdd a few variants of the MONO_GC_REGISTER_ROOT ()...
2010-09-23 Zoltan VargaDisable the wrapped exception code for now, it break...
2010-09-23 Zoltan VargaWrap thrown objects which do not derive from Exception...
2010-09-21 Rodrigo KumperaAdd support for break on unverifiable for verifier...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-19 Rodrigo KumperaFix OP_CARDTABLE to support overlapping cards.
2010-09-19 Zoltan VargaAdd store_mem_imm to the x86 machine description. Fixes...
2010-09-18 Zoltan VargaMove the setting of mono_lmf, mono_lmf_addr and mono_ji...
2010-09-18 Zoltan VargaMake MonoThreadCleanupFunc take an InternalThread inste...
2010-09-17 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-09-16 Rolf Bjarne KvingeOnly build one version of libmonoruntimemoon.la (the...
2010-09-16 Rolf Bjarne KvingeAdd a configure option to disable building the shared...
2010-09-15 Chris Toshokbuilt a separate libmonoruntime for moonlight, so we...
2010-09-14 Marek SafarMerge branch 'marek'
2010-09-13 Geoff NortonThe tid is passed around internally as a unsigned value.
2010-09-13 Zoltan VargaFix a problem in mono_arch_get_argument_info () introdu...
2010-09-10 Geoff NortonForward port this change for MonoVS
2010-09-10 Geoff Nortonfix typo
2010-09-10 Geoff Norton2009-12-14 Geoff Norton <gnorton@novell.com>
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-09 Zoltan VargaFix x86 trace support after the callconv changes.
2010-09-09 Chris Toshokmove the call to mono_gc_base_init into mono_debug_init
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-02 Rodrigo KumperaDuring inlining, verify the method before producing...
2010-09-02 Zoltan VargaAdd some comments about the current state of the precis...
2010-09-01 Geoff NortonFix build of mono-basic on ppc64
2010-08-31 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-08-31 Zoltan VargaAlign structures on the stack to 4/8 bytes on ppc.
2010-08-31 Rodrigo KumperaFix AOT under x86.
2010-08-31 Zoltan VargaAdd AOT support for GC inline write barriers.
2010-08-30 Zoltan VargaFix the ppc build.
2010-08-30 Zoltan VargaFix the order of the arguments to the ppc_store macros.
2010-08-30 Rodrigo KumperaMerge branch 'sgen_cardtable_64bits_support'
2010-08-30 Rodrigo KumperaRemove leftover from testing.
2010-08-30 Rodrigo KumperaFix cardtable code under amd64.
2010-08-30 Rodrigo KumperaAdd support for card overlapping.
2010-08-30 Zoltan VargaAvoid loading the LLVM backend if llvm is not requested...
2010-08-29 Zoltan VargaRemove obsolete LLVM passes.
2010-08-28 Zoltan VargaGet rid of MONO_ARCH_HAVE_THROW_CORLIB_EXCEPTION.
2010-08-28 Zoltan VargaAvoid the loading of metadata for IMT calls from AOT...
2010-08-28 Zoltan VargaReorganize the vtable slot patching code a bit.
2010-08-28 Zoltan VargaRemove a redundant if ().
2010-08-25 Zoltan VargaFix a warning.
2010-08-25 Mark Probst[sgen] Fix build.
2010-08-25 Mark Probst[sgen] Inline card table wbarrier with nursery check.
next