[runtime] Fixed accidental whitespace change.
[mono.git] / mono /
2015-10-09 João Matos[runtime] Fixed accidental whitespace change.
2015-10-09 João Matos[runtime] Build fixes for builds with disabled LLVM.
2015-10-09 Zoltan Varga[llvmonly] Fix the build.
2015-10-09 Zoltan VargaMerge remote-tracking branch 'origin/bitcode-premerge'
2015-10-09 Zoltan VargaFix regressions caused by the llvmonly changes so norma...
2015-10-09 Zoltan VargaAvoid passing the ex_tag around when throwing exception...
2015-10-09 Zoltan VargaAvoid installing an unhandled exception handler in...
2015-10-09 Zoltan VargaDisable SIMD when using llvm only.
2015-10-09 Zoltan VargaEmulate ckfinite in llvmonly mode. Implement support...
2015-10-09 Zoltan VargaMake parts of the jit c++ clean.
2015-10-09 Zoltan VargaMore nesting issues with EH clauses. Fix stack traces.
2015-10-09 Zoltan VargaFix a crash if an assembly contains no EH.
2015-10-09 Zoltan VargaImplement mono_raise_exception () for LLVM.
2015-10-09 Zoltan VargaAvoid sorting the clauses, they are already sorted...
2015-10-09 Zoltan VargaFix the matching of exceptions in llvmonly mode. Add...
2015-10-09 Zoltan VargaAdd a fixme for virtual generic calls.
2015-10-09 Zoltan VargaProperly initialize the grouped_clauses array.
2015-10-09 Alexander Kyte[runtime] Make sure that the group index is available...
2015-10-09 Zoltan VargaAvoid creating jump trampolines in llvmonly mode.
2015-10-09 Zoltan VargaFix llvmonly support in mono_arch_create_specific_tramp...
2015-10-09 Zoltan VargaCheck for missing methods in llvmonly mode in mini...
2015-10-09 Zoltan VargaRemove empty phi nodes, this can happen if all their...
2015-10-09 Zoltan VargaAvoid generating OP_ATOMIC_LOAD/OP_ATOMIC_STORE opcodes...
2015-10-09 Zoltan VargaFix the LLVM_FAILURE message on OP_ATOMIC_STORE opcodes.
2015-10-09 Zoltan VargaFix the --aot=full support.
2015-10-09 Zoltan VargaAvoid an assert when looking up some trampolines.
2015-10-09 Alexander Kyte[runtime] Don't load exception trampolines if compiling...
2015-10-09 Alexander Kyte[runtime-llvmonly] Added support for SSE instructions
2015-10-09 Alexander Kyte[runtime][llvmonlyexceptions] Used correct preprocessor...
2015-10-09 Alexander Kyte[runtime][llvmonlyexceptions] Fixed whitespace mentione...
2015-10-09 Alexander Kyte[runtime][llvmonlyexceptions] Fixed visibility of unhan...
2015-10-09 Zoltan VargaImplement the throwing of corlib exceptions.
2015-10-09 Zoltan VargaImplement Assembly.GetExecutingAssembly () as an intrin...
2015-10-09 Zoltan VargaAvoid emitting calls to the llvm.mono.load/store intrin...
2015-10-09 Zoltan VargaAvoid disabling llvm for methods with an lmf.
2015-10-09 Zoltan VargaAvoid falling back to the jit in llvmonly mode.
2015-10-09 Zoltan Varga[llvm] Emit an unreachable instruction after llvm throws.
2015-10-09 Zoltan Varga[runtime] Merge origin/kyte/llvmonly-exceptions-pr.
2015-10-09 Zoltan VargaRemove the REALLY_LLVONLY flag, enable it by default...
2015-10-09 Zoltan VargaFix a merge problem.
2015-10-09 Zoltan VargaFix the REALLY_LLVMONY mode.
2015-10-09 Zoltan VargaFix merge and other problems.
2015-10-09 Zoltan VargaDisable REALLY_LLVM_ONLY by default.
2015-10-09 Zoltan VargaVarious hacks to make hello world run with only llvm...
2015-10-09 Zoltan VargaFix support for generic virtual calls.
2015-10-09 Zoltan VargaParallelize the generation of aot images for make llvmo...
2015-10-09 Zoltan VargaPass the rgctx argument last, instead of first, because...
2015-10-09 Zoltan VargaFix interface calls on a null receiver and virtual...
2015-10-09 Zoltan VargaEnable explicit-null-checks in llvm-only mode by default.
2015-10-09 Zoltan VargaAvoid an llvm assertion.
2015-10-09 Zoltan VargaFix the build.
2015-10-09 Zoltan VargaFix the build.
2015-10-09 Zoltan VargaEnable support for more ldvirtftn+delegate creation...
2015-10-09 Zoltan VargaFix the case when mono_method_needs_static_rgctx_invoke...
2015-10-09 Zoltan VargaFix support for ldvirtftn+delegate creation.
2015-10-09 Zoltan VargaAdd support for delegates which call methods which...
2015-10-09 Zoltan VargaAvoid using the mono calling conv in llvm-only mode...
2015-10-09 Zoltan VargaAd support for iface calls which might go to methods...
2015-10-09 Zoltan VargaA bunch of hacks to compile llvm code using clang inste...
2015-10-09 Zoltan VargaPass the rgctx argument to gshared methods explicitly...
2015-10-09 Zoltan VargaAdd a llvm_only flag to MonoCompile and use that instea...
2015-10-09 Zoltan VargaAvoid creating jump trampolines and delegate trampoline...
2015-10-09 Zoltan VargaDisable stack overflow trampolines in llvm-only mode.
2015-10-09 Zoltan VargaAvoid creating plt entries for empty plt sections.
2015-10-09 Zoltan VargaDisable the dyn call runtime invoke code in llvm-only...
2015-10-09 Zoltan VargaDisable the usage of delegate trampolines in llvm-only...
2015-10-09 Zoltan VargaProperly inflate methods called from llvm code without...
2015-10-09 Zoltan VargaAvoid emitting symbols for jitted code if all methods...
2015-10-09 Zoltan VargaDon't put references to LLVM compiled methods into...
2015-10-09 Zoltan VargaImplement virtual/interface calls by calling a jit...
2015-10-09 Zoltan VargaImplement unbox trampolines for llvm compiled methods...
2015-10-09 Zoltan VargaMove the lookup of llvm compiled methods into a generat...
2015-10-09 Zoltan VargaImplement rgctx fetches by calling a JIT icall.
2015-10-09 Zoltan VargaImplement support for self-initialization in methods...
2015-10-09 Zoltan VargaAdd a GOT entry pointing to the AOT module.
2015-10-09 Zoltan VargaTemporarily disable running opt.
2015-10-09 Zoltan VargaAdd an 'llvmonlycheck' makefile target to run the jit...
2015-10-09 Zoltan VargaAdd 'llvmonly' aot option and a corresponding --llvmonl...
2015-10-08 Zoltan VargaMerge pull request #2116 from cmp-/fix-sdb-trampoline...
2015-10-08 Mark ProbstMerge pull request #2114 from cmp-/fix-sgen-gchandle...
2015-10-08 Alexis ChristoforidesMerge pull request #1949 from lewurm/fixtype
2015-10-08 cmpFix sdb trampoline on Windows x64
2015-10-08 Ludovic Henry[threadpool-ms] Refactor thread parking
2015-10-07 cmpFix sgen gchandle truncating pointers on Windows x64
2015-10-07 Ludovic Henry[test] The process output/error is finished only when...
2015-10-07 Ludovic Henry[threadpool-ms] Remove recursivity of active_threads_lock
2015-10-06 João MatosMerge pull request #2112 from madewokherd/lowercaseinclude
2015-10-06 Vincent PovirkStandardize on lower-case names for Windows include...
2015-10-06 Zoltan Varga[runtime] Fix the handling of large allocation sizes...
2015-10-06 Rodrigo KumperaMerge pull request #1978 from ludovic-henry/coop-interrupt
2015-10-06 Rodrigo KumperaMerge pull request #2060 from ludovic-henry/socket...
2015-10-06 Rodrigo KumperaMerge pull request #2110 from ludovic-henry/threadpool...
2015-10-06 Ludovic Henry[socket] Enable Thread.Abort on blocking syscall
2015-10-06 Ludovic Henry[runtime] Cleanup of mono_unhandled_exception
2015-10-06 Ludovic Henry[threadpool-ms] Exit worker thread after 5 to 60 seconds
2015-10-06 Ludovic Henry[System] Make process pipe creation exception more...
2015-10-05 Rodrigo Kumpera[tests] Add test for apploading related crashes due...
2015-10-05 Rodrigo Kumpera[runtime/appdomain] Fix a bad interaction between appdo...
2015-10-05 Ludovic Henry[socket] Factor SocketAsyncResult and ProcessAsyncResul...
2015-10-05 Marek SafarMerge pull request #2107 from kasthack/system.web.sr
next