mono.git
2015-10-12 João MatosMerge pull request #2120 from mono/revert-2101-stack...
2015-10-12 João MatosRevert "Reworked coop GC stack handling in platforms...
2015-10-12 Rodrigo KumperaMerge pull request #2101 from tritao/stack-coop-gc
2015-10-10 Marek Safar[mcs] Rename error test
2015-10-10 Marek Safar[mcs] Report global attributes without target. Fixes...
2015-10-10 Marek Safar[mcs] Fixes typo
2015-10-09 Rodrigo Kumpera[Apple] Disable environment access on Apple platforms...
2015-10-09 Zoltan VargaFix the loaded llvm build.
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 VargaRemove optimization flags from LLVM_CXXFLAGS.
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 Ludovic Henry[process] Fix race between Exited and OutputDataReceive...
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 Marek SafarMerge pull request #2117 from Numpsy/ObjectSecurity
2015-10-08 cmpFix sdb trampoline on Windows x64
2015-10-08 Richard WebbAdd stub implementation of System.DirectoryServices...
2015-10-08 João Matos[runtime] Reworked coop GC stack handling in platforms...
2015-10-08 Marek Safar[mcs] Resolve target before resolving collection/dictio...
2015-10-08 Ludovic Henry[threadpool-ms] Refactor thread parking
2015-10-08 Sebastien Pouliot[linker] Both the TypeSpecification (T) along with...
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...
next