Revert "Avoid building the log profiler on windows, it has no libz."
[mono.git] / mono / mini /
2010-11-08 Zoltan VargaFix a typo in process_breakpoint_inner which doesn...
2010-11-08 Zoltan VargaTransition ves_icall_get_frame_info () to use find_jit_...
2010-11-08 Paolo MolaroAdded a check for a corner case of a stack walk during...
2010-11-08 Zoltan VargaMake frames of type FRAME_TYPE_MANAGED_TO_NATIVE act...
2010-11-08 Zoltan VargaFix llvm build with LLVM 2.8.
2010-11-06 Zoltan VargaRemove the s390 hacks from the EH code by decreasing...
2010-11-06 Zoltan VargaAdd another assert to the amd64 EH code.
2010-11-06 Zoltan VargaAdd a few exceptions to the EH code to determine whenev...
2010-11-06 Zoltan VargaReorganize mono_handle_exception_internal ():
2010-11-06 Zoltan VargaRework an if () inside an #ifdef since it confuses...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Zoltan VargaEnlarge try-finally blocks preceeded by a Monitor.Enter...
2010-11-05 Zoltan VargaGet rid of gregs_from_ucontext (), use the normal UCONT...
2010-11-05 Zoltan VargaUnify stack walking functions:
2010-11-05 Zoltan VargaFix a bug introduced by the previous change to mono_jit...
2010-11-05 Zoltan VargaFix crashes in the debugger stack walk code if a gshare...
2010-11-05 Zoltan VargaFix more gshared problems in the soft debugger.
2010-11-05 Zoltan VargaFix gshared support in the soft debugger. Fixes #651251.
2010-11-04 Geoff Norton[RUNTIME] Ensure that we initialize the cpu for every...
2010-11-01 Zoltan VargaInclude JIT time in --stats output.
2010-11-01 Zoltan VargaAvoid adding generic classes during non-full AOT, since...
2010-10-31 Zoltan VargaDon't save xdebug info during AOT compilation.
2010-10-31 Zoltan VargaCache the array of classes in find_typespec_for_class ().
2010-10-31 Zoltan VargaAvoid asserts if a forced inline fails. Fix typos....
2010-10-31 Zoltan VargaDisable inlining if the assembly has a DebuggableAttrib...
2010-10-31 Brian LuczkiewiczEnable --aot (but not --aot=full) on osx/x86
2010-10-31 Zoltan VargaFix the amd64 dyn call code after the this passing...
2010-10-31 Zoltan VargaReturn information from decode_method_ref () in a Metho...
2010-10-31 Zoltan VargaFix the generation of GenericEqualityComparer () instan...
2010-10-31 Zoltan VargaRework decoding of method references in the AOT runtime.
2010-10-30 Geoff NortonFix the build
2010-10-30 Koushik DuttaFix Android build. MINI_THREAD_VAR_OFFSET needs to...
2010-10-29 Zoltan VargaInt32.MinValue/-1 should throw OverflowException, not...
2010-10-29 Zoltan VargaUpdate the LLVM backend to latest LLVM SVN.
2010-10-28 Geoff Norton[OSX] Fix debug=casts on OSX (Bug: 639172)
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
next