mono.git
2013-11-19 Sebastien Pouliot[linker] Allow overriding MarkCustomAttribute and expos...
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 Rodrigo Kumpera [bcl] Implement CultureInfo.DefaultThreadCurrentUICulture.
2013-11-18 Rodrigo Kumpera[bcl]Add test for CultureInfo.DefaultThreadCurrentCulture
2013-11-18 Rodrigo Kumpera[bcl] Implement CultureInfo.DefaultThreadCurrentCulture.
2013-11-18 Rodrigo Kumpera[bcl]Memoize the default culture so it can be reused...
2013-11-18 Rodrigo Kumpera[bcl]Set the culture of the thread local NumberFormatte...
2013-11-18 Jonathan Pryor[System] Add more of System.ComponentModel to MOBILE...
2013-11-18 Rodrigo Kumpera[bcl] Add regression test for bxc #16096.
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 VargaFix the previous commit.
2013-11-18 Zoltan VargaBump expected LLVM version in configure.
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-16 Marek SafarBump ikvm-reflection
2013-11-16 Marek SafarAdd new test
2013-11-16 Marek Safar[ilasm] Correctly set empty export attributes
2013-11-16 Zoltan VargaFix corlib tests.
2013-11-15 Marek Safar[mcs] Import only forwarder kind of exported types.
2013-11-15 Alex Rønne... Fix the `nop` opcode on some MIPS-based Loongson CPUs.
2013-11-15 Marek SafarMerge pull request #809 from criteo/16186-SqlCommand
2013-11-15 Maxime Brugidou[Bug 16186] SqlCommand.BeginExecuteInternal fix
2013-11-15 Zoltan VargaMark a few corlib tests as LLVMNotWorking.
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 Jeffrey Stedfast[Mono.Debugger.Soft] Added FlagsAttrbite where appropriate
2013-11-14 Zoltan Varga[aot] Increase a buffer size to avoid an assert. Fixes...
2013-11-14 Rodrigo KumperaAdd some tests for #15124.
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 Marek Safar[mcs] Assignment to value type readonly generated varia...
2013-11-14 Marek Safar[mcs] Missing type forwarded types should not cause...
2013-11-14 Marek Safar[ilasm] Fixes forwarded types namespace encoding
2013-11-14 Marek SafarMerge pull request #808 from knocte/master
2013-11-14 Andrés G. Aragoneses[System.Configuration/Test] Try to track down failure...
2013-11-14 Zoltan Varga[jit] Fix the DISABLE_JIT build.
2013-11-14 Sebastien Pouliot[linker] Do not import something that is not marked...
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 Jonathan Pryor[mdoc] Flush expected output.
2013-11-13 Marek SafarAlways show error message when type resolver produces...
2013-11-13 Marek Safar[mcs] tests update
2013-11-13 Rolf Bjarne... Merge pull request #801 from Ninds/master
2013-11-13 Marek SafarDisable failing test
2013-11-12 Marek Safar[sle] Enable char equality comparison. Fixes #15582
2013-11-12 Rodrigo KumperaFix the build.
2013-11-12 Marek SafarUpdate currency separators. Fixes #15425
2013-11-12 Marek SafarExtract CurrencyDecimalDigits using currency and not...
2013-11-12 Marek SafarAdd more tests
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 Rodrigo Kumpera[corlib] Improve the exception message in Delegate...
2013-11-12 Sebastien Pouliot[linker] Do not remove resources from mscorlib unless...
2013-11-12 Marek SafarMerge pull request #799 from kebby/master
2013-11-12 Marek SafarMerge pull request #805 from supershitauto/master
2013-11-12 supershitauto2013-11-12 Ryan Williams <ryan@ryanwilliams.id.au>
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 xplicitfixed stackoverflow exception in Attribute.GetHashCode()
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 Miguel de IcazaDo not justify the text
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-10 Marek SafarMerge pull request #803 from Wolpertinger/patch-1
2013-11-09 Alex WillmySystem.CompomentModel.Component.cs: Make disposedEvent...
2013-11-09 Alex Rønne... Improve my previous change a bit.
2013-11-09 Alex Rønne... Fix an NRE in System.Timers.Timer.Dispose ().
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 Rolf Bjarne... [Mono.Tuner] Make ISubStep.Initialize public virtual...
2013-11-08 Atsushi Enofix package build.
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 Sebastien Pouliot[monolinker] Add additional preserve instruction for...
2013-11-07 Zoltan Varga[runtime] Preserve the call chain in mono_arch_setup_as...
next