[xbuild] Fix warnings.
[mono.git] / mono / mini /
2011-02-28 Zoltan VargaDelete an unused define.
2011-02-25 Geoff NortonCache the result of the pthread_specific disassembly...
2011-02-25 Geoff NortonImplement TLS_GET for amd64-darwin
2011-02-25 Zoltan VargaFix previous arm patch.
2011-02-24 Zoltan VargaFlush stdout in mono_print_method_from_ip () to make...
2011-02-24 Zoltan VargaFix stop_debugger_thread () on windows. Shutdown both...
2011-02-24 Martin BauligFix bug #669836:
2011-02-24 Zoltan VargaOnly use memory barriers on arm when running on armv6...
2011-02-23 Rodrigo KumperaEnable locking fast path on darwin-x86.
2011-02-23 Rodrigo KumperaUse new shared code for darwin fast tls.
2011-02-23 Zoltan VargaFix a warning.
2011-02-23 Zoltan VargaFix the passing of the mrgctx argument in case of a...
2011-02-21 Zoltan VargaFix arm thunk creation in dynamic methods. Fixes #673828.
2011-02-21 Rodrigo KumperaMove declaration to a more appropriate header.
2011-02-21 Geoff NortonImplement proper TSD lookup for arm-darwin
2011-02-21 Geoff NortonAvoid disassembling pthread_getspecific every time...
2011-02-21 Geoff NortonFix mono_amd64_emit_tls_get on darwin. Fixes sgen...
2011-02-21 Geoff NortonOSX 10.6 properly respected signal handlers before...
2011-02-20 Zoltan VargaImplement mono_memory_barrier () and OP_MEMORY_BARRIER...
2011-02-19 Zoltan VargaReorganize the way jump_target_hash is stored in the...
2011-02-18 Zoltan VargaWork around a gcc bug on arm.
2011-02-18 Zoltan VargaSet cfg->uses_rgctx_reg in another code path too on...
2011-02-17 Rodrigo KumperaMake sure we keep a root for the delegates when calling...
2011-02-17 Rodrigo KumperaHandle gsharing and marshal by ref.
2011-02-16 Geoff NortonRemove dead code
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-14 Neale FergusonAdd unwind support to s390x and fix stack unwinding...
2011-02-13 Alexandre MutelFix sizeof(T) in non-gshared code. Fixes #580189.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-11 Zoltan VargaAvoid a boehm dependency in driver.c.
2011-02-11 Zoltan VargaChange some Sleep(0)'s to Sleep(1) in the soft-debugger...
2011-02-10 Zoltan VargaMerge branch 'mips-vm-fixes' of https://github.com...
2011-02-10 Damien DiederenMIPS: Ignore float->int overflow behaviour, as on PPC...
2011-02-10 Damien DiederenMIPS: Do not generate superfluous "load_const" in IMT...
2011-02-10 Damien DiederenMIPS: Fix IMT binary search code generation in backend
2011-02-10 Damien DiederenMIPS: Fix unboxing trampolines for functions returning...
2011-02-10 Damien DiederenMIPS: Use SLTU to implement COND_EXC_LE_UN (Exception...
2011-02-10 Damien DiederenMIPS: Throw OverflowException if Int32.MinValue is...
2011-02-10 Zoltan VargaRemove unused mono_arch_has_unwind_info () function.
2011-02-09 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2011-02-09 Zoltan VargaDisable OP_INEG cfolding on 32 bit arches, as it breaks...
2011-02-07 Zoltan VargaCast the result of MONO_CONTEXT_GET_SP () to an int...
2011-02-07 Zoltan VargaInclude sys/types.h for pid_t on mingw. Fixes #670076.
2011-02-07 Jonathan PobstMove variable declaration to top of function for msvc.
2011-02-07 Rodrigo KumperaHandle patching with shared opt enabled.
2011-02-06 Zoltan VargaRemove a duplicate call to mini_gc_init ().
2011-02-06 Zoltan VargaReally fix the ia64 build.
2011-02-05 Zoltan VargaFix the ia64 build.
2011-02-05 Rodrigo KumperaFixes ldfnt to ldvtftn conversion.
2011-02-04 Zoltan VargaApplied small changes/reorganizations from the unity...
2011-02-04 Zoltan VargaPrint a normal stack trace even if a hard stack overflo...
2011-02-03 Zoltan VargaPrint a normal stack trace on a hard stack overflow.
2011-02-03 Zoltan VargaFix the handling of CompareExchange icalls in AOT,...
2011-02-03 Rodrigo KumperaAvoid padding in some cases.
2011-02-03 Zoltan VargaFix the passing of vtype arguments for methods which...
2011-02-02 Zoltan VargaAdd support for --debug=casts to Array:SetValue ()...
2011-02-02 Lucas Meijermake mono_print_thread_dump output to the visualstudio...
2011-02-02 Marek SafarCompile&Run runtime tests with 4.0 corlib
2011-02-02 Rodrigo KumperaAlign call instructions to make code patching SMP safe.
2011-02-02 Marek SafarUpdate to the latest mcs
2011-01-31 Zoltan VargaRemove some duplicate code from mono_arch_find_jit_info ().
2011-01-31 Zoltan VargaFix stack walks on sparc.
2011-01-31 Zoltan VargaWhen using xdebug, allocate all code from the code...
2011-01-30 Zoltan VargaMark a newly added test as !FULLAOT.
2011-01-30 Zoltan VargaFix some quadratic behavior in the AOT compiler.
2011-01-30 Zoltan VargaImprove hashing of MONO_PATCH_INFO_TYPE_FROM_HANDLE.
2011-01-30 Zoltan VargaDon't crash when inlining static methods called using...
2011-01-29 Zoltan VargaClear the 'need_rgctx_tramp' flag when creating a synch...
2011-01-28 Geoff NortonBump SDB protocol so MonoDevelop can guard IL inspectio...
2011-01-28 Geoff NortonDont leak loader errors in the aot compiler, as it...
2011-01-27 Zoltan VargaIncrease an aot buffer size again.
2011-01-27 Zoltan VargaImprove an AOT error message.
2011-01-27 Zoltan VargaAdd AOT support for castclass_with_cache wrappers.
2011-01-26 Geoff NortonEnsure we properly align the stack before resuming...
2011-01-26 Geoff NortonDynamic methods are classes already here
2011-01-26 Zoltan VargaAdd a 'suspend-on-unhandled' MONO_DEBUG option to help...
2011-01-25 Zoltan VargaPrint OP_TAILCALL as a call.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-22 Zoltan VargaFix an assert which happens when a call is made to...
2011-01-21 Zoltan VargaFix the previous aot fix.
2011-01-21 Zoltan VargaAdd a test for infinite generic recursion + AOT.
2011-01-21 Zoltan VargaOnly add imt items whose is_equal flag is set to the...
2011-01-21 Zoltan VargaAvoid emitting .note.GNU-stack on arm.
2011-01-21 Zoltan VargaDetect inifinite generic recursion differently in the...
2011-01-21 Zoltan VargaFix misaligned loads when loading small structures...
2011-01-21 Zoltan VargaFix the DISABLE_JIT build.
2011-01-20 Marek SafarUpdate mcs location
2011-01-20 Zoltan VargaClean up the ARM generic trampoline.
2011-01-20 Zoltan VargaProperly align the stack in the arm generic trampoline.
2011-01-20 Zoltan VargaAdd a TID field to ThreadMirror which returns the syste...
2011-01-19 Gonzalo Paniagua... Happy new year.
2011-01-18 Neale FergusonCast result of s390x_emit16/32 to eliminate lots of...
2011-01-18 Zoltan VargaMake the stacks of aot image non-executable.
2011-01-17 Zoltan VargaOP_LCOMPARE_IM has type 'L', not 'I'. Fixes #664630.
2011-01-17 Zoltan VargaFix a warning.
2011-01-17 Zoltan VargaAvoid another case of infinite recursion in AOT.
2011-01-16 Zoltan VargaFix a warning.
2011-01-14 Zoltan VargaMake OP_CHECK_THIS do a byte load on arm, since the...
2011-01-14 Zoltan VargaRevert "Avoid defining boehm/sgen defines when compilin...
next