Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mono
AgeCommit message (Expand)Author
2015-02-20[aot] Fix the emission of llvm plt entries.Zoltan Varga
2015-02-20[runtime] Export the GC bridge api functions.Zoltan Varga
2015-02-20[aot] Fix the emission of dwarf debug info.Zoltan Varga
2015-02-20[aot] Emit dwarf emission on arm64.Zoltan Varga
2015-02-20[llvm] Fix a bug introduced by 61ae03fef1aaa74228c5eeba4fe6c03261ce2552.Zoltan Varga
2015-02-20[llvm] Mark methods with the NOINLINING attribute as non-inlinable.Zoltan Varga
2015-02-20[llvm] Refactor the calling convention handling code a bit, add support for r...Zoltan Varga
2015-02-19[aot] Enable LLVM level inlining.Zoltan Varga
2015-02-19[llvm] Mark methods with clauses as noinline.Zoltan Varga
2015-02-19[jit] Fix the overflow checks in the liveness2 pass since the liveness ranges...Zoltan Varga
2015-02-19[aot] Fix catching exceptions in gshared methods on amd64.Zoltan Varga
2015-02-19[llvm] Mark the mono_aot_personality () function as used, to prevent llvm fro...Zoltan Varga
2015-02-19[runtime] Export a few functions needed by xam.mac.Zoltan Varga
2015-02-19[aot] Fix an assertion.Zoltan Varga
2015-02-19[llvm] Emit null checks for remainders as well.Zoltan Varga
2015-02-19[llvm] Emit null checks in div opcodes if needed.Zoltan Varga
2015-02-19[aot] Fix binary search in the code offsets table when emitting llvm code sep...Zoltan Varga
2015-02-19[aot] Fix the computation of LLVM code ranges.Zoltan Varga
2015-02-19Ensure check-seq-point target exits immediately on failure.Jo Shields
2015-02-19[jit] Disable llvm support for the atomic load/store opcodes for now to fix c...Zoltan Varga
2015-02-19[aot] Handle separate blocks of llvm and jitted code correctly.Zoltan Varga
2015-02-18[sgen] Correctly calculate size of zero-based one-dimensional non-vector arrays.Mark Probst
2015-02-18[runtime] Really fix the loadable LLVM build.Zoltan Varga
2015-02-18Just avoid BSD sed altogether.Jo Shields
2015-02-18More fixes for BSD sed breaking check-seq-point targetJo Shields
2015-02-18Further fixes to check-seq-point testJo Shields
2015-02-18Fix test suite on OSXJo Shields
2015-02-18[runtime] Fix the loadable LLVM build.Zoltan Varga
2015-02-18[profiler] Fixed an Android build regression introduced by 2b74940f64fb39b727...João Matos
2015-02-18[monodis] Fixed building against LLVM-compiled Mono.João Matos
2015-02-18Emit NUnit representation of check-seq-points target.Jo Shields
2015-02-18Merge pull request #1563 from directhex/emit-nunit-xml-in-unmanaged-testsMiguel de Icaza
2015-02-18[runtime] Link the logging profiler against eglib.Zoltan Varga
2015-02-18[runtime] Export mono_threads_attach_tools_thread ().Zoltan Varga
2015-02-17Merge pull request #1570 from mono/fix27010Rodrigo Kumpera
2015-02-17[utils] Fix warning in Makefile.am.Jon Purdy
2015-02-17[mini] Improve the driver to handle more cases of incompatible cross-compilat...João Matos
2015-02-17[metadata] Do not try to use host context members when cross-compiling.João Matos
2015-02-17[metadata] Add missing ARM64 object offsets.João Matos
2015-02-17[aot] Fix the emission of ElementAddr wrappers.Zoltan Varga
2015-02-17[runtime] Link monodis against libmonoruntime instead of libmono which can be...Zoltan Varga
2015-02-17[gsharedvt] Implement support for multi-dimensional arrays in gsharedvt methods.Zoltan Varga
2015-02-17Fix a warning.Zoltan Varga
2015-02-17Bug 27010 - Difference in Assembly.GetExportedTypes with .NETUngureanu Marius
2015-02-17[mini] Fix a crash on armel.Alex Rønne Petersen
2015-02-17[jit] Add tests for arm64 gsharedvt argument passing.Zoltan Varga
2015-02-16[jit] Add tests for arm64 gsharedvt argument passing.Zoltan Varga
2015-02-16[aot] Re-organize JSON dumping code.João Matos
2015-02-16Revert "[aot] Re-organize JSON dumping code."João Matos
2015-02-16[aot] Re-organize JSON dumping code.Zoltan Varga