Merge pull request #1857 from slluis/fix-assembly-resolver
[mono.git] / mono /
2015-06-05 Ankit JainMerge pull request #1857 from slluis/fix-assembly-resolver
2015-06-04 Zoltan Varga[sdb] Avoid marking seq points as nonempty-stack if...
2015-06-04 Rodrigo KumperaMerge pull request #1849 from esdrubal/rfix
2015-06-04 Zoltan Varga[llvm] Decrease the basic block size cutoff to 3000...
2015-06-04 Zoltan Varga[arm] Implement support for nullable arguments in the...
2015-06-04 Zoltan Varga[aot] Enable the direct emission of llvm object files...
2015-06-03 Zoltan Varga[jit] Emulate OP_RREM if OP_FREM is emulated. Fixes...
2015-06-03 Zoltan Varga[sdb] Fix interface/virtual calls to valuetype methods.
2015-06-03 Marek SafarMerge pull request #1851 from esdrubal/mmf
2015-06-03 Jo ShieldsFix "make dist" for mono/utils/mono-complex.h
2015-06-02 Rodrigo Kumpera[jit] Fix the coop amd64 backend.
2015-06-02 Marek SafarMerge pull request #1847 from alexanderkyte/left_shift_...
2015-06-02 Alex Rønne PetersenMerge pull request #1846 from BillSeurer/master
2015-06-02 João MatosMerge pull request #1848 from tritao/complex_math
2015-06-02 Joao Matos[ms-threadpool] Replaced complex math with portable...
2015-06-02 Joao Matos[runtime] Implemented cross-platform complex math code.
2015-06-01 BrzVladMerge pull request #1841 from BrzVlad/fix-managed-alloc
2015-06-01 Zoltan Varga[amd64] Fully initialize the the MonoContext used by...
2015-06-01 Zoltan Varga[jit] Fix the hashing/equals check for MONO_PATCH_INFO_...
2015-06-01 Vlad Brezae[sgen] The normal managed allocator receives only one...
2015-06-01 Zoltan VargaRemove more CAS code.
2015-06-01 Zoltan Varga[aot] Fix thumb support after the separate llvm changes...
2015-06-01 Zoltan Varga[runtime] Fix the windows build.
2015-06-01 Bill SeurerAdd tailcall opcode for powerpc64le
2015-06-01 Zoltan Varga[runtime] Update object offsets.
2015-06-01 Zoltan Varga[amd64] Add fregs to MonoContext, only used by the...
2015-06-01 Marek SafarMerge pull request #1845 from esdrubal/httpfix
2015-05-31 Zoltan Varga[runtime] Fix the locking around the assembly->tokens...
2015-05-31 Zoltan Varga[amd64] Make the generic trampolines fill out a MonoCon...
2015-05-31 Zoltan Varga[amd64] Compute frame size precisely for the generic...
2015-05-30 Zoltan Varga[amd64] Simplify the throw trampolines by constructing...
2015-05-30 Zoltan VargaRevert "[amd64] Simplify the throw trampolines by const...
2015-05-30 Zoltan VargaRevert "[amd64] Add back a dummy argument to the throw...
2015-05-30 Zoltan Varga[amd64] Add back a dummy argument to the throw trampoli...
2015-05-30 Marek SafarMerge pull request #1816 from esdrubal/getdaylight
2015-05-30 Zoltan Varga[amd64] Simplify the throw trampolines by constructing...
2015-05-30 Zoltan Varga[runtime] Update object offsets.
2015-05-30 Zoltan Varga[amd64] Use a register array in MonoContext instead...
2015-05-29 Zoltan Varga[llvm] Use the generic IL code for generic class inits.
2015-05-29 Zoltan Varga[jit] Refactor the calls to class init trampolines...
2015-05-29 Zoltan Varga[amd64] Make generic_class_init as clob:c.
2015-05-29 Zoltan Varga[sdb] Fix reading/writing locals when not all of the...
2015-05-29 Zoltan Varga[jit] Remove generic class init trampolines, all archit...
2015-05-29 Zoltan Varga[jit] Emit a fallback IL version of generic class initi...
2015-05-29 Miguel de Icaza[Version] I am sick of the mono --version showing ...
2015-05-29 Rodrigo KumperaMerge pull request #1817 from alexanderkyte/bug30085
2015-05-28 Vlad Brezae[boehm] Use managed allocator only for objects with...
2015-05-28 Alexander Kyte[runtime] Fix resolution of a type with an incorrect...
2015-05-28 Zoltan Varga[arm64] Add generic_class_init to cpu-arm64.md.
2015-05-28 Marek SafarMerge pull request #1838 from esdrubal/assemblyname
2015-05-27 Zoltan Varga[runtime] Print wrapper methods in the same format...
2015-05-27 Rodrigo Kumpera[mini] Add assert around managed allocator to avoid...
2015-05-27 Zoltan VargaRevert "[x86] Enable support for OP_GENERIC_CLASS_INIT."
2015-05-27 Zoltan Varga[arm] Set more information in cinfo for fp returns...
2015-05-27 Neale FergusonAdd support for OP_GENERIC_CLASS_INIT
2015-05-27 Zoltan Varga[llvm] Fix rethrowing exceptions on x86.
2015-05-27 Zoltan Varga[llvm] Fix the loadable llvm build.
2015-05-27 Zoltan Varga[jit] Properly compute the layout of generic instances...
2015-05-26 Zoltan Varga[x86] Enable support for OP_GENERIC_CLASS_INIT.
2015-05-26 Alex Rønne Petersen[mini] Remove MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE...
2015-05-26 Zoltan Varga[sgen] Use mono_class_has_finalizer () instead of klass...
2015-05-26 Marek Safar[corlib] Clean up thread execution context
2015-05-26 Zoltan Varga[jit] Handle not attached threads in mono_thread_state_...
2015-05-26 Marek SafarMerge pull request #1832 from Tragetaschen/fix-http...
2015-05-26 Zoltan Varga[llvm] Fix the argument type of specific_trampoline_gen...
2015-05-26 Marek Safar[corlib] More thread code from reference sources, mostl...
2015-05-26 Zoltan VargaRevert "[runtime] Use condvars instead of events for...
2015-05-26 Zoltan Varga[arm] Implement support for OP_GENERIC_CLASS_INIT.
2015-05-26 Zoltan Varga[arm] Remove unused codegen files.
2015-05-25 Joao Matos[metadata] Replace non-portable usleep() with g_usleep...
2015-05-25 Joao Matos[metadata] Fixed MSVC union compilation issues in MS...
2015-05-25 Joao Matos[sgen] Fixed compilation of sgen-workers.c under MSVC.
2015-05-25 Joao Matos[metadata] Fixed compilation of gc-stats.c under MSVC.
2015-05-25 Zoltan Varga[llvm] Fix the IR generated for OP_GENERIC_CLASS_INIT.
2015-05-25 Zoltan Varga[arm] Fix the handling of callee saved fp registers...
2015-05-22 Marek Safar[runtime] Check remoting support in mscorlib before...
2015-05-22 João Matos[aot] Fixed the strip invocation to correctly handle...
2015-05-22 João Matos[aot] Added a "temp-path" option to pass a location...
2015-05-22 João Matos[aot] Document the "llvm-path" option.
2015-05-22 João Matos[aot] Refactored path cleaning code into a standalone...
2015-05-22 João MatosMerge pull request #1829 from StephenMcConnel/bug-30325
2015-05-22 Zoltan VargaMerge pull request #1828 from alexanderkyte/jenkins_arm...
2015-05-21 Alexander Kyte[runtime/profiler] Check that coverage hash tables...
2015-05-21 Zoltan Varga[aot] Handle partial sharing in mono_aot_get_unbox_tram...
2015-05-21 Zoltan Varga[runtime] Handle generic methods in mono_method_get_vta...
2015-05-21 Zoltan Varga[runtime] Fix the calculation of the blittable status...
2015-05-21 Alex Rønne PetersenMerge pull request #1826 from alexanderkyte/remove_all_...
2015-05-20 Ludovic Henry[threads] Remove dead code
2015-05-20 Ludovic Henry[referencesource] Import System.Threading.ThreadLocal
2015-05-20 Ludovic Henry[referencesource] Import System.Threading.ThreadLocal
2015-05-20 Alex Rønne PetersenMerge pull request #1823 from iainx/anti-dos
2015-05-20 iain holmes[Profiler] Limit files loaded in the coverage profiler...
2015-05-20 Martin BauligMerge pull request #1822 from mono/work-bug23792
2015-05-19 Marek Safar[corlib] LocalDataStoreSlot from reference sources
2015-05-19 João MatosMerge pull request #1821 from iainx/replace-getline
2015-05-19 iain holmes[Profiler] Replace getline(3)
2015-05-19 Zoltan Varga[aot] Fix full aot support.
2015-05-19 Neale FergusonFix delegate and IMT processing - devirtualization...
2015-05-19 Miguel de Icaza[mono-proclib] Compile on non Mach-based Unix systems...
2015-05-18 Zoltan Varga[arm64] Define MONO_ARCH_HAS_MONO_CONTEXT.
next