mono.git
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 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...
2013-11-06 Tammo 'kb'... Added tests for Task.WhenAll w/ empty list
2013-11-06 Tammo 'kb'... Return empty result array when calling Task.WhenAllCore...
2013-11-05 Sebastien PouliotFurther reduce the chance of an NRE in WebConnection...
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 Sebastien Pouliot[linker] Allow accessing more MarkStep.Mark* methods...
2013-11-05 Paolo MolaroReduce contention and unnecessary checks at each lookup...
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 KumperaFix the mobile_static build.
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-04 Rodrigo Kumpera[build]Enable passing arguments to the extension module.
2013-11-03 Zoltan Varga[jit] Reduce the number of #ifdefs in the JIT code...
2013-11-03 Zoltan VargaFix corlib tests with hard coded line numbers.
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 VargaMark some corlib tests with the LLVMNotWorking category.
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 Alistair BushAdd unit test for NZST
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 Atsushi Enohack SettingValueElement.Unmerge().
2013-11-02 Zoltan Varga[jit] Fix fbd9fd71679f626fabe0b1bd7f923836f98252b4...
2013-11-01 Rodrigo Kumpera[fullaot] Don't use the complicated generics-heavy...
2013-11-01 Jonathan Pryor[System] Avoid an NRE when Close() and Write() are...
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 Alexander KöplingerFixed an issue in corlib Makefile that would make a...
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 Rodrigo KumperaFix the linker script for OSX. libtool screwed up the...
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 Zoltan Varga[sdb] Fix tests.
2013-11-01 Andrea Canciani[runtime] Fix AOT log message
2013-11-01 Alex Rønne... Fix indentation.
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 Jeffrey Stedfast[Mono.Debugger.Soft] Test the inherited Type attributes
2013-10-31 Jeffrey Stedfast[Mono.Debugger.Soft] Fixed unit test for getting custom...
2013-10-31 Rodrigo KumperaRevert "Implementation of Properties and Methods in...
2013-10-31 Zoltan Varga[runtime] Fix the ARM build.
2013-10-31 Martin Baulig[linker]: Fix my previous commit.
2013-10-31 Marek SafarMerge pull request #794 from aakashapoorv/patch-1
next