Avoid padding in some cases.
[mono.git] / mono / mini /
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...
2011-01-14 Zoltan VargaFix AOT.
2011-01-14 Zoltan VargaDecrease the length of the dyn_call opcode on arm to...
2011-01-13 Zoltan VargaAvoid defining boehm/sgen defines when compiling files...
2011-01-13 Zoltan VargaAdd some more functions to gc-internal.h to help remove...
2011-01-13 Zoltan VargaRemove an unneccesary HAVE_SGEN_GC.
2011-01-13 Zoltan VargaEmit all AOT symbols to 4 bytes on apple.
2011-01-13 Zoltan VargaAdd null check to stelem_ref_check () jit icall. Fixes...
2011-01-13 Zoltan VargaApplied patch from Alexander Stohr <Alexander.Stohr...
2011-01-11 Geoff NortonFix win32 build
2011-01-11 Geoff NortonFix AOT on OSX/x86
2011-01-11 Geoff NortonFixed loadedllvm on OSX
2011-01-10 Zoltan VargaImplement all SIMD intrinsics in LLVM used by basic...
2011-01-10 Zoltan VargaFix the loadable llvm build.
2011-01-10 Martin BauligFix short trampoline branch.
2011-01-10 Zoltan VargaAdd another bunch of SIMD intrinsics to the LLVM backend.
2011-01-10 Rodrigo KumperaFix a deadlock on the interrupt guard machinery.
2011-01-10 Zoltan VargaMark mono_print_method_from_ip () with __attribute__...
2011-01-10 Rodrigo KumperaImplement mono.simd new conversion ops on amd64
2011-01-10 Rodrigo KumperaImplement a few conversion operations.
2011-01-10 Rodrigo KumperaFix 64bits Shuffle/3 when simd intrinsics are disabled
2011-01-08 Zoltan VargaPass -relocation-model=static to llc in static mode.
2011-01-08 Zoltan VargaApply .no_dead_strip to all symbols. Unify __APPLE__...
2011-01-08 Zoltan VargaEmit .no_dead_strip directives for all LLVM methods...
2011-01-08 Zoltan VargaEmit .no_dead_strip directives for all LLVM methods...
2011-01-08 Zoltan VargaAvoid an assert if System.Diagnostics.DebuggableAttribu...
2011-01-08 Zoltan VargaFix the arm dyncall code after the this passing changes.
2011-01-08 Zoltan VargaDisallow loading of non-llvm compiled aot modules into...
2011-01-08 Zoltan VargaTidy up AOT trace messages a bit more.
2011-01-08 Zoltan VargaGenerate an icall wrapper for CompareExchange<object...
2011-01-08 Zoltan VargaMake an AOT trace message shorter.
2011-01-08 Zoltan VargaFix the previous fix.
2011-01-08 Zoltan VargaFix the apple aot problem.
2011-01-08 Zoltan VargaInclude the assembly name in AOT symbol names in static...
2011-01-08 Zoltan VargaChange how double/long alignment is saved in the AOT...
2011-01-08 Zoltan VargaVarious changes to make thumb work under osx.
2011-01-08 Zoltan VargaEmit thumb unbox trampolines for thumb functions.
2011-01-08 Zoltan VargaUse 'globals' instead of '.Lglobals' to name an aot...
2011-01-07 Zoltan VargaAdd 'no-write-symbols' aot option.
2011-01-07 Zoltan VargaAdd an 'llvm-path' aot option.
2011-01-07 Zoltan VargaAvoid 0b notation, older gcc's can't handle it.
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Zoltan VargaUse emit_zero_bytes () instead of .skip directive.
2011-01-07 Zoltan VargaMake 'mono_aot_assembly_name' a local symbol as well.
2011-01-07 Zoltan VargaFix the DISABLE_JIT build.
2011-01-07 Zoltan VargaReorganize the static AOT support a bit more: the ...
2011-01-07 Zoltan VargaAdd sanity check to AOT for long/double alignment.
2011-01-07 Zoltan VargaDisallow the 'soft-debug' aot option when compiling...
2011-01-07 Zoltan VargaUse symbolic constants and sizeof(mgreg_t) instead...
2011-01-07 Rodrigo KumperaAMD64 version of the new mono.simd ops
2011-01-06 Rodrigo Kumperaremove stupid debug spew
2011-01-06 Rodrigo KumperaImplement Shuffle for 64bits types.
2011-01-06 Rodrigo KumperaImplement runtime support (x86 only) for 3 args Shuffle.
2011-01-06 Rodrigo KumperaAdd test for call clobbering of XMM regs
2011-01-06 Rodrigo KumperaProperly free xmm hregs.
next