[jit] Emit the push/pop LMF code as IR on amd64.
[mono.git] / mono / mini /
2013-11-21 Zoltan Varga[jit] Emit the push/pop LMF code as IR on amd64.
2013-11-21 Zoltan Varga[jit] Avoid pushing the lmf in inlined methods. Allow...
2013-11-20 Miguel de IcazaMerge pull request #780 from miniBill/master
2013-11-20 Miguel de IcazaMerge pull request #802 from alistair/universaltime_at_...
2013-11-20 Alex Rønne PetersenMerge pull request #807 from akoeplinger/fix-fonttest
2013-11-20 Alex Rønne PetersenMerge pull request #810 from criteo/16267-SemaphoreSlim
2013-11-19 Zoltan Varga[sdb] Move the setup of the sdb invoke LMF structure...
2013-11-19 Zoltan Varga[amd64] Instead of saving callee saved registers in...
2013-11-19 Zoltan Varga[amd64] Remove the unused 'method' field from MonoLMF.
2013-11-19 Zoltan Varga[llvm] Fix the handling of moves in the LICM optimization.
2013-11-19 Zoltan Varga[llvm] Decompose OP_STOREV_MEMBASE opcodes earlier...
2013-11-19 Zoltan Varga[llvm] Implement support for OP_TLS_GET_REG on osx...
2013-11-19 Zoltan Varga[llvm] Pass the type token index to throw_corlib_except...
2013-11-19 Zoltan Varga[llvm] Make the rgctx arg a pointer type as well.
2013-11-19 Zoltan Varga[llvm] Make some types more precise to decrease the...
2013-11-18 Zoltan Varga[llvm] Disable the LLVM verifier, it does module wide...
2013-11-18 Zoltan Varga[llvm] Collect used methods only in AOT mode.
2013-11-18 Zoltan Varga[llvm] Add some micro optimizations to the LLVM/AOT...
2013-11-18 Zoltan Varga[llvm] Use a pointer type as the type of 'this' instead...
2013-11-18 Zoltan VargaUpgrade the LLVM backend to LLVM e656caccc7dfb5c51c2089...
2013-11-18 Zoltan VargaDon't register the LLVM SSE intrinsics on arm.
2013-11-18 Zoltan Varga[jit] Handle the caller saved D8..D15 register during...
2013-11-18 Zoltan Varga[jit] Avoid clearing MONO_INST_FAULT flags when using...
2013-11-15 Zoltan Varga[jit] Make the exceptions.cs test suite runnable in...
2013-11-14 Zoltan Varga[sdb] Add an ExitCode property to VMDeathEvent. Fixes...
2013-11-14 Zoltan Varga[aot] Increase a buffer size to avoid an assert. Fixes...
2013-11-14 Zoltan Varga[jit] Fix the DISABLE_JIT build.
2013-11-13 Zoltan Varga[llvm] Fix type mismatches in the implementation of...
2013-11-13 Rolf Bjarne KvingeMerge pull request #801 from Ninds/master
2013-11-12 Rodrigo Kumpera[jit] Use unsigned comparisons with the IMT thunks...
2013-11-12 Rodrigo Kumpera[jit] Improve arm IMT debugging.
2013-11-12 Marek SafarMerge pull request #799 from kebby/master
2013-11-11 Zoltan Varga[aot] Fix a typo causing crashes when using async jit...
2013-11-11 Marek SafarMerge pull request #804 from xplicit/attrfix
2013-11-11 Zoltan Varga[aot] Remove -mattr=-avx flag to llc on amd64+osx,...
2013-11-11 Zoltan Varga[aot] Clean up the linker invocation code a bit.
2013-11-11 Zoltan Varga[aot] Use temp.bc/temp.opt.bc instead of temp.s.bc...
2013-11-11 Zoltan Varga[llvm] Add the strip-dead-prototypes pass to remove...
2013-11-11 Zoltan Varga[aot] Use clang as the assembler on osx.
2013-11-11 Zoltan Varga[aot] Avoid emitting a 'methods' symbol using .set...
2013-11-11 Zoltan Varga[llvm] Use i64*/i32* as the LLVM type of objrefs instea...
2013-11-11 Zoltan Varga[llvm] Update list of optimizations passed to 'opt'.
2013-11-11 Zoltan Varga[llvm] Rename the MONO_INST_CONSTANT_LOAD flag to MONO_...
2013-11-11 Zoltan Varga[llvm] Mark the load generated by OP_AOTCONST as invariant.
2013-11-10 Zoltan Varga[jit] Add a simple loop invariant loop motion pass...
2013-11-08 Zoltan Varga[jit] Remove references to unused llvm.invariant.start...
2013-11-08 Zoltan Varga[jit] Make ABCREM really remove bounds checks, not...
2013-11-08 Atsushi EnoMerge pull request #800 from alistair/south_timezone_fix
2013-11-08 Zoltan Varga[jit] Remove a few LLVM_MONO_BRANCH defines, we don...
2013-11-08 Zoltan Varga[jit] Fix sgen support in LLVM. Use the new LLVM 'invar...
2013-11-08 Zoltan Varga[jit] Implement support for OP_TLS_GET on amd64+llvm.
2013-11-08 Zoltan Varga[runtime] Remove some debug spew.
2013-11-08 Zoltan Varga[runtime] Only do the stack manipulation added by 79e08...
2013-11-07 Zoltan Varga[runtime] Preserve the call chain in mono_arch_setup_as...
2013-11-04 Rodrigo Kumpera[jit] Cleanup a bit how we handle small structs.
2013-11-04 Rodrigo Kumpera [jit]Add amd64 support for the new compare instructions.
2013-11-04 Rodrigo Kumpera[jit]Add x86 support for the new compare instructions.
2013-11-04 Rodrigo Kumpera[jit] Add some missing compare instructions which will...
2013-11-03 Zoltan Varga[jit] Reduce the number of #ifdefs in the JIT code...
2013-11-03 Zoltan Varga[jit] Get rid of the intermediate OP_..CALLVIRT opcodes...
2013-11-03 Zoltan Varga[jit] Add support for generating the push/pop the LMF...
2013-11-03 Zoltan Varga[jit] Disable the optimization added by 63eb94e451a5949...
2013-11-02 Zoltan Varga[jit] Add a comment.
2013-11-02 Zoltan Varga[jit] Remove OP_JMP implementation from the x86 backend...
2013-11-02 Zoltan Varga[jit] Clean up the tail call code a bit.
2013-11-02 Zoltan Varga[sdb] Implement support for DebuggerStepThrough attribu...
2013-11-02 Marek SafarMerge pull request #798 from akoeplinger/fix-test
2013-11-02 Zoltan Varga[jit] Fix fbd9fd71679f626fabe0b1bd7f923836f98252b4...
2013-11-01 Miguel de IcazaComment style
2013-11-01 Rodrigo Kumpera[jit] Avoid linking the try block with the EH block...
2013-11-01 Rodrigo Kumpera[jit]Extract emit_init_local and use it with the ldloca...
2013-11-01 Zoltan Varga[jit] Fix a gsharedvt crash on x86.
2013-11-01 Zoltan VargaFix warnings.
2013-11-01 Zoltan Varga[jit] Implement support for OP_TLS_GET_REG on amd64...
2013-11-01 Zoltan VargaMerge pull request #797 from ranma42/fix-log-message
2013-11-01 Zoltan VargaFix the amd64 build. Fix a warning.
2013-11-01 Zoltan Varga[sdb] Fix an assertion if a single step breakpoint...
2013-11-01 Zoltan Varga[jit] Fix the processing of LLVM compiled method frames...
2013-11-01 Andrea Canciani[runtime] Fix AOT log message
2013-10-31 Rodrigo Kumpera[jit] Pair of fixes from last merge.
2013-10-31 Rodrigo Kumpera[jit] The AggressiveInlining hint now triggers class...
2013-10-31 Rodrigo Kumpera[jit] Clean up emit_init_rvar and reduce code duplication.
2013-10-31 Rodrigo Kumpera[jit] Clean up usage of signature variables.
2013-10-31 Rodrigo Kumpera[jit]Add an alias analysis pass to the JIT.
2013-10-31 Rodrigo Kumpera[jit] Add counters for alias analysis.
2013-10-31 Rodrigo Kumpera[jit] Introduce has_indirection flag in MonoCompile...
2013-10-31 Rodrigo Kumpera[jit]Replace all usages of MONO_INST_INDIRECT to force...
2013-10-31 Rodrigo Kumpera[jit] Add new optimization flag for alias analysis.
2013-10-31 Zoltan Varga[runtime] Fix the ARM build.
2013-10-31 Marek SafarMerge pull request #794 from aakashapoorv/patch-1
2013-10-31 Zoltan Varga[runtime] Make an AOT log message smaller.
2013-10-30 Neale FergusonAdd mono_arch_get_nullified_class_init_trampoline
2013-10-30 Zoltan Varga[runtime] Fix an assertion in mono_arch_context_get_int...
2013-10-29 Zoltan Varga[aot] Small AOT changes. Save some constants into the...
2013-10-26 Marek SafarMerge pull request #790 from akoeplinger/fixtests
2013-10-25 Rodrigo Kumpera[runtime]Add a wrapper around signal handlers to ease...
2013-10-25 Alex Rønne PetersenAdd LLDB support to mono_gdb_render_native_backtraces...
2013-10-24 Zoltan Varga[runtime] Fix the sparc build.
2013-10-24 Alex Rønne PetersenPrefix internal variables with `mono_`.
2013-10-24 Rolf Bjarne KvingeMove mono_get_optimizations_for_method to mini.c, since...
next