[sdb] Fix step-over with recursive functions. Fixes #5700.
[mono.git] / mono / mini /
2013-11-30 Zoltan Varga[sdb] Fix step-over with recursive functions. Fixes...
2013-11-30 Zoltan VargaFix a warning.
2013-11-30 Zoltan Varga[x86] Simplify emit_push_lmf()/emit_pop_lmf () by remov...
2013-11-29 Zoltan Varga[jit] Add beginnings of a mach image writer for use...
2013-11-28 Zoltan Varga[jit] Get rid of the mono_arch_get_domain_intrinsic...
2013-11-28 Zoltan Varga[x86] Emit the push/pop LMF code as IR on linux.
2013-11-28 Zoltan Varga[x86] Emit the push/pop LMF code as IR on osx.
2013-11-28 Zoltan Varga[gsharedvt] Avoid using gsharedvt trampolines for calls...
2013-11-28 Zoltan Varga[amd64] Translate TLS offsets on osx/amd64 too.
2013-11-28 Zoltan Varga[x86] Revert some changes which seem to cause regressio...
2013-11-28 Zoltan Varga[x86] Remove some dead code.
2013-11-28 Zoltan Varga[jit] Translate TLS offsets on osx/x86 in mono_resolve_...
2013-11-28 Zoltan Varga[jit] Avoid emitting two AOT_CONST instructions for...
2013-11-28 Zoltan Varga[x86] Implement OP_TLS_SET/OP_TLS_SET_REG opcodes.
2013-11-28 Zoltan Varga[x86] Disable fast tls access in the push/pop LMF code...
2013-11-28 Zoltan Varga[x86] Remove some dead code.
2013-11-28 Zoltan Varga[x86] Fix the epilog tls access on linux too.
2013-11-28 Zoltan Varga[runtime] Fix the windows build.
2013-11-28 Zoltan Varga[x86] Fix tls access in epilogs in AOT code.
2013-11-27 Zoltan VargaRework the x86 lmf code to use stores instead of pushes...
2013-11-27 Zoltan VargaRevert "Rework the x86 lmf code to use stores instead...
2013-11-27 Zoltan VargaRework the x86 lmf code to use stores instead of pushes...
2013-11-27 Alex Rønne PetersenMerge pull request #812 from ColdPie1/master
2013-11-27 Rodrigo KumperaMerge pull request #815 from tmds/master
2013-11-27 Rolf Bjarne KvingeIgnore generated files.
2013-11-27 Zoltan Varga[runtime] Avoid busy waiting when using the MONO_DEBUG...
2013-11-27 Alex Rønne PetersenUnbreak the amd64 build.
2013-11-26 Rodrigo Kumpera[runtime] Remove the old debugger interface.
2013-11-26 Rodrigo Kumpera[jit] Remove mono_debug_add_icall_wrapper as it doesn...
2013-11-26 Rodrigo Kumpera[runtime]Hide public fields and kill MONO_DEBUG_FORMAT_...
2013-11-26 Rodrigo Kumpera[jit]Remove the last uses of MONO_DEBUGGER_SUPPORTED.
2013-11-26 Rodrigo Kumpera[runtime] Remove mono_debug_using_mono_debugger. This...
2013-11-26 Rodrigo Kumpera[jit] Kill the debug-mini.h header.
2013-11-26 Rodrigo Kumpera[jit] Remove some unused definitions.
2013-11-26 Rodrigo Kumpera[jit] Remove the rest of the API exposed by debug-mini.h.
2013-11-26 Rodrigo Kumpera[jit] Remove mono_debugger_handle_exception, which...
2013-11-26 Rodrigo Kumpera[jit] Remove the exception handling code of the old...
2013-11-26 Rodrigo Kumpera[jit] Kill more of mdb.
2013-11-26 Rodrigo Kumpera[jit] Kill debug-debugger.c
2013-11-26 Rodrigo Kumpera[jit] Remove the mdb debug-info files.
2013-11-25 Zoltan Varga[amd64] Unify the register saving/restoring code for...
2013-11-24 Zoltan Varga[amd64] Simplify the push/pop LMF code a bit more.
2013-11-24 Zoltan VargaFix a warning.
2013-11-24 Zoltan VargaFix a warning.
2013-11-24 Zoltan Varga[amd64] Use the IR based push/pop LMF code on all platf...
2013-11-22 Jérémie LavalMerge pull request #811 from criteo/16334-ConcurrentBag
2013-11-21 Zoltan Varga[jit] Implement the optimized variant of the push/pop...
2013-11-21 Zoltan Varga[jit] Fix the optimized variant of push/pop LMF code.
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.
next