[runtime] Cleanup of mono_unhandled_exception
[mono.git] / mono / mini /
2015-10-05 Rodrigo Kumpera[runtime/appdomain] Fix a bad interaction between appdo...
2015-10-05 Marek SafarMerge pull request #2107 from kasthack/system.web.sr
2015-10-02 João MatosMerge pull request #2103 from xen2/calli_generic
2015-10-02 Virgile BelloInflate calli generic method signature even if not...
2015-10-01 Miguel de IcazaMerge pull request #1921 from mattzink/master
2015-10-01 Miguel de IcazaMerge pull request #2025 from sawachika-kenji/patch-1
2015-10-01 Miguel de IcazaMerge pull request #2087 from joelmartinez/mdoc-membern...
2015-10-01 Miguel de IcazaMerge pull request #2098 from evincarofautumn/fix-gchan...
2015-10-01 João Matos[runtime] Fixed fast TLS detection on WatchOS.
2015-09-30 Marcos HenrichMerge pull request #2045 from BillSeurer/timezone
2015-09-29 Alexis Christoforides[runtime] Make '--arch' more robust and OS X specific.
2015-09-29 João Matos[arm] Clean up unused ARMv7s / ARMv7k hwcap checks.
2015-09-29 Zoltan Varga[arm] Fix the build.
2015-09-29 Alex Rønne PetersenMerge pull request #2086 from BillSeurer/testcases
2015-09-29 João Matos[runtime] Fixed opcode emulation logic for ARMv7k.
2015-09-29 João Matos[runtime] Fixed ARMv7k detection logic.
2015-09-29 Marek SafarMerge pull request #2096 from kasthack/system-web-more...
2015-09-29 Zoltan Varga[arm] Use 16 byte frame alignment on watchos.
2015-09-28 Zoltan Varga[amd64] Fix the msvc build. Fixes #34371.
2015-09-28 Zoltan Varga[amd64] Transition to using trampolines to implement...
2015-09-28 João MatosMerge pull request #2093 from directhex/fully-qualified...
2015-09-28 Zoltan Varga[arm] Fix another bunch of frame alignment problems.
2015-09-28 Zoltan Varga[arm] Fix the unaligned stack check.
2015-09-27 Zoltan VargaRevert "[jit] Add a new mono_arch_init_compile () backe...
2015-09-27 João MatosMerge pull request #2057 from directhex/monolite-on...
2015-09-27 Zoltan Varga[jit] Add a new mono_arch_init_compile () backend funct...
2015-09-27 Zoltan Varga[jit] Remove an unused define.
2015-09-27 Zoltan Varga[jit] Add an arch-stubs.c file to collect the stubs...
2015-09-25 Zoltan Varga[jit] Fix opcode emulation registration when DISABLE_JI...
2015-09-25 Zoltan Varga[arm] Allocate a stack frame in the generic trampoline...
2015-09-25 Marek SafarMerge pull request #2092 from kasthack/system-web-stuff...
2015-09-24 Alexis Christoforides[runtime] Add '--arch' argument
2015-09-24 Zoltan Varga[arm] Fix the stack alignment in the prolog to work...
2015-09-24 Jonathan PryorMerge pull request #2084 from joelmartinez/mdoc-deletet...
2015-09-24 Marek SafarMerge pull request #2088 from kasthack/system-web-ea...
2015-09-23 Mark ProbstMerge pull request #2073 from BrzVlad/fix-sgen
2015-09-23 Miguel de IcazaMerge pull request #1843 from info-lvsys/patch-1
2015-09-23 Miguel de IcazaMerge pull request #1325 from madrang/CryptoToolsCtorCheck
2015-09-23 Miguel de IcazaMerge pull request #757 from mlintner/master
2015-09-23 Miguel de IcazaMerge pull request #2085 from guerrysemones/master
2015-09-23 Miguel de IcazaMerge pull request #1218 from AndreyAkinshin/master
2015-09-23 Miguel de IcazaMerge pull request #1225 from strawd/bug22307
2015-09-23 Miguel de IcazaMerge pull request #853 from echampet/onclick
2015-09-23 Miguel de IcazaMerge pull request #704 from jgagnon/master
2015-09-23 Miguel de IcazaMerge pull request #463 from strawd/concurrent-requests
2015-09-23 Miguel de IcazaMerge pull request #1971 from angeloc/master
2015-09-23 Miguel de IcazaMerge pull request #2023 from juergenhoetzel/master
2015-09-23 Zoltan Varga[arm] Fix aot support for the alignment check code.
2015-09-23 Miguel de IcazaMerge pull request #2020 from tomjepp/master
2015-09-23 Zoltan Varga[arm] Add a stack alignment check to the prolog code...
2015-09-23 Miguel de IcazaMerge pull request #2059 from ermshiperete/Xamarin...
2015-09-23 Miguel de IcazaMerge pull request #2072 from AdamBurgess/master
2015-09-23 Miguel de IcazaMerge pull request #2080 from upsilon/fix-point-constructor
2015-09-23 João MatosMerge pull request #2082 from akoeplinger/fix-automake
2015-09-22 Zoltan VargaRevert "[llvm] Allow phi instructions where some incomi...
2015-09-22 Zoltan Varga[llvm] Allow phi instructions where some incoming nodes...
2015-09-22 Zoltan Varga[aot] Fix a regression introduced by cc946ea5b9e3cbb020...
2015-09-22 Zoltan Varga[jit] Fix the linking of bblocks for switch statements...
2015-09-21 Marek SafarMerge branch 'pr/2065'
2015-09-21 Marek SafarMerge pull request #2068 from kasthack/System.Web-import
2015-09-21 Zoltan VargaMerge pull request #2067 from akoeplinger/unit-tests...
2015-09-21 Zoltan Varga[aot] Remove unused 'autoreg' option.
2015-09-21 Zoltan Varga[aot] Remove support for direct object file emission...
2015-09-19 Zoltan VargaMerge pull request #2029 from madewokherd/winformstests
2015-09-19 Alexander KöplingerMerge pull request #2064 from akoeplinger/profiler...
2015-09-18 Zoltan Varga[jit] Remove some obsolete code from mini_type_is_hfa ().
2015-09-18 Atsushi EnoMerge pull request #1899 from saper/resgencond
2015-09-17 Zoltan VargaRevert "[jit] Emit the results of the jit regressions...
2015-09-17 Marcos HenrichMerge pull request #2047 from esdrubal/socketreuse
2015-09-16 Zoltan Varga[amd64] More gsharedvt/cleanup work.
2015-09-16 Zoltan VargaRevert "[amd64] More gsharedvt/cleanup work."
2015-09-16 Marcos HenrichMerge pull request #2056 from esdrubal/urilocal
2015-09-16 Zoltan Varga[amd64] More gsharedvt/cleanup work.
2015-09-15 Zoltan Varga[sdb] Fix the aborting of multiple invocations.
2015-09-15 Zoltan Varga[sdb] Avoid aborting the runtime with a breakpoint...
2015-09-15 Marcos HenrichMerge pull request #2052 from esdrubal/urilocal
2015-09-14 Zoltan Varga[amd64] Fix llvm support broken by 751440d3211bc8a15a30...
2015-09-14 Zoltan Varga[llvm] Fix the caching of the callee for mono_threads_s...
2015-09-14 Rolf Bjarne KvingeMerge pull request #2046 from rolfbjarne/profile-simpli...
2015-09-14 Zoltan VargaFix the build.
2015-09-14 Zoltan Varga[amd64] Clean up the handling of returning vtypes by...
2015-09-12 Zoltan VargaMerge pull request #2014 from BillSeurer/master
2015-09-11 Zoltan VargaRevert "[aot] Update the llvm frame decoding code for...
2015-09-11 Zoltan Varga[aot] Update the llvm frame decoding code for llvm...
2015-09-11 Alex Rønne PetersenMerge pull request #2040 from esdrubal/monoman
2015-09-11 Alex Rønne PetersenMerge pull request #2042 from evincarofautumn/remove...
2015-09-10 Zoltan Varga[aot] Remove some arm special cases which are no longer...
2015-09-10 Bill Seurer[ppc] Fix passing of structure parameters as per the...
2015-09-09 Ludovic Henry[delegate] Fix bug #33218 "Action ReflectedType differs...
2015-09-09 Marcos HenrichMerge pull request #2041 from esdrubal/uritestfix
2015-09-08 Alex Rønne PetersenMerge pull request #2028 from alexrp/master
2015-09-08 Mark ProbstMerge pull request #1457 from evincarofautumn/weak...
2015-09-08 Mark ProbstMerge pull request #2013 from BrzVlad/feature-concurren...
2015-09-08 Marek SafarMerge pull request #2032 from directhex/parallel_automa...
2015-09-05 Marcos HenrichMerge pull request #2031 from esdrubal/uriworkaround
2015-09-05 Zoltan VargaMerge pull request #2033 from tritao/zip-empty
2015-09-05 Miguel de IcazaMerge pull request #2035 from joelmartinez/mdoc-memberr...
2015-09-04 Zoltan Varga[aot] Avoid an assert in mono_aot_jit_info_table_find...
2015-09-04 Zoltan Varga[jit] Fix crashes in the dwarf writer if the backing...
2015-09-04 Marcos HenrichMerge pull request #2022 from esdrubal/fixes-GetDayligh...
next