Merge pull request #801 from Ninds/master
[mono.git] / mono /
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...
2013-10-29 Zoltan Varga[runtime] Add mno-signal-handler.h to dist.
2013-10-26 Alex Rønne PetersenSilence some noisy warnings in mono/tests/.
2013-10-26 Alex Rønne PetersenDon't assert in Interlocked.Add () icalls on 64-bit...
2013-10-26 Alex Rønne PetersenDefine WIN32_LEAN_AND_MEAN before including windows.h.
2013-10-26 Marek SafarMerge pull request #790 from akoeplinger/fixtests
2013-10-26 Alex Rønne PetersenRemove dead s390(x) code from mono-membar.h.
2013-10-26 Alex Rønne PetersenEnable GCC atomics on sparc32/64.
2013-10-25 Alex Rønne PetersenCorrect VFP detection in mono-hwcap-arm.
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-25 Rodrigo Kumpera[runtime] Improve the docs on reference queues a bit.
2013-10-25 Rodrigo Kumpera[runtime] Promote the reference queue API to the public.
2013-10-24 Zoltan Varga[runtime] Fix the windows build.
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...
2013-10-23 Rodrigo Kumpera[runtime]Properly calculate the bitmap of valuetype...
2013-10-23 Alex Rønne PetersenFix mono_gc_wbarrier_generic_store_atomic semantics.
2013-10-23 Alex Rønne PetersenFix the semantics for System.Threading.Volatile methods.
2013-10-23 Alex Rønne PetersenAdd Interlocked{Read,Write}{8,16,Pointer} functions.
2013-10-23 Alex Rønne PetersenMerge pull request #787 from directhex/master
2013-10-23 Jo ShieldsDon't redeclare desc in mini_create_ftnptr on ppc64
next