[llvm] Pass the type token index to throw_corlib_exception on amd64 too.
[mono.git] / mono /
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 Rodrigo Kumpera[runtime] Avoid caching member_ref tokens of dynamic...
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-16 Zoltan Varga[runtime] Fix unaligned access in volatile icalls.
2013-11-15 Alex Rønne PetersenFix the `nop` opcode on some MIPS-based Loongson CPUs.
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 Rodrigo Kumpera[runtime]Type parsing of generics should not rely on...
2013-11-14 Rodrigo Kumpera[runtime]When setting a loader error, clear the previou...
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 Rodrigo Kumpera[runtime]Don't expand variant generic interfaces on...
2013-11-13 Rolf Bjarne KvingeMerge pull request #801 from Ninds/master
2013-11-12 Marek SafarUpdate currency separators. Fixes #15425
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 Narinder CLAIRESocket ReceiveBufferSize & SendBufferSize set to random...
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-05 Zoltan Varga[runtime] Fix the osx mavericks stack size calculation...
2013-11-05 Zoltan Varga[runtime] Fix stack size detection on osx mavericks...
2013-11-05 Rodrigo Kumpera[runtime]Split thread unregistration in two steps,...
2013-11-05 Zoltan Varga[runtime] Handle unaligned access in all interlocked...
2013-11-05 Zoltan Varga[runtime] Fix warnings.
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 Alistair BushFix compile warning and break from for loop once complete
2013-11-03 Alistair BushAttempt to implement GetTimeZoneData to support all...
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 VargaRevert "[sgen] Use mono_class_has_parent () instead...
2013-11-01 Zoltan VargaFix warnings.
2013-11-01 Zoltan Varga[sgen] Use mono_class_has_parent () instead of mono_cla...
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 a warning.
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...
next