Avoid passing the ex_tag around when throwing exceptions, simply throw a NULL value...
[mono.git] / mono / mini / mini.c
2015-10-09 Zoltan VargaDisable SIMD when using llvm only.
2015-10-09 Zoltan VargaAvoid falling back to the jit in llvmonly mode.
2015-10-09 Zoltan VargaRemove the REALLY_LLVONLY flag, enable it by default...
2015-10-09 Zoltan VargaVarious hacks to make hello world run with only llvm...
2015-10-09 Zoltan VargaEnable explicit-null-checks in llvm-only mode by default.
2015-10-09 Zoltan VargaAdd a llvm_only flag to MonoCompile and use that instea...
2015-10-09 Zoltan VargaDisable the usage of delegate trampolines in llvm-only...
2015-10-08 Alexis ChristoforidesMerge pull request #1949 from lewurm/fixtype
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-09-30 Marcos HenrichMerge pull request #2045 from BillSeurer/timezone
2015-09-29 Alex Rønne PetersenMerge pull request #2086 from BillSeurer/testcases
2015-09-28 João MatosMerge pull request #2093 from directhex/fully-qualified...
2015-09-27 João MatosMerge pull request #2057 from directhex/monolite-on...
2015-09-27 Zoltan Varga[jit] Add an arch-stubs.c file to collect the stubs...
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 #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-18 Atsushi EnoMerge pull request #1899 from saper/resgencond
2015-09-05 Miguel de IcazaMerge pull request #2035 from joelmartinez/mdoc-memberr...
2015-09-03 Marcos HenrichMerge pull request #2024 from BogdanovKirill/webrequesttest
2015-09-01 Jonathan PryorMerge pull request #2012 from joelmartinez/mdoc-memberr...
2015-08-29 Marcos HenrichMerge pull request #1936 from esdrubal/DotNetRelativeOr...
2015-08-28 Martin BauligMerge pull request #2000 from BogdanovKirill/master
2015-08-28 Marcos HenrichMerge pull request #2003 from esdrubal/seq_test_fix2
2015-08-27 Rodrigo Kumpera[coop] Blacklist two more wrappers when generating...
2015-08-27 Jonathan PryorMerge pull request #1993 from steffen-kiess/posix-sockets-1
2015-08-27 Marcos HenrichMerge pull request #1991 from esdrubal/seq_test_fix
2015-08-25 Martin BauligMerge pull request #1992 from BogdanovKirill/ChunkedReading
2015-08-24 Rodrigo KumperaMerge pull request #1989 from esdrubal/local_tz_from_link
2015-08-20 Zoltan Varga[coop] Avoid polling in the mono_thread_interruption_ch...
2015-08-20 Marek SafarMerge pull request #1990 from akoeplinger/fix-getsystem...
2015-08-19 Zoltan Varga[coop] Avoid doing polling in native-to-managed wrapper...
2015-08-17 João MatosMerge pull request #1967 from D-POWER/master
2015-08-17 Rodrigo KumperaMerge pull request #1870 from saper/langinfo_h
2015-08-16 Zoltan VargaMerge pull request #1979 from kumpera/conc_fix
2015-08-15 Zoltan Varga[jit] Reorganize the code in mini.c to reduce the numbe...
2015-08-15 Zoltan Varga[jit] Remove some dead code.
2015-08-11 Marcos HenrichMerge pull request #1952 from esdrubal/proc_name
2015-08-10 Zoltan Varga[coop] Fix a crash introduced by edb4d8f3faef5f5d0ad3fc...
2015-08-10 Rodrigo Kumpera[coop] Don't emit safepoints in the wrapper of the...
2015-08-08 Marek SafarMerge pull request #1968 from LogosBible/uribuilder...
2015-08-08 Zoltan Varga[jit] Add a suspect check into the middle of the JIT...
2015-07-30 Rodrigo KumperaMerge pull request #1840 from ludovic-henry/iolayer...
2015-07-27 João MatosMerge pull request #1923 from lukaszunity/start-managed...
2015-07-27 Marcos HenrichMerge pull request #1909 from esdrubal/reflection
2015-07-25 Zoltan VargaRevert "[jit] Allow NEW_AOTCONST () to work in JIT...
2015-07-25 Zoltan Varga[jit] Allow NEW_AOTCONST () to work in JIT mode too...
2015-07-23 Zoltan Varga[gsharedvt] Set exception_message when disabling LLVM.
2015-07-21 Rodrigo KumperaMerge pull request #1926 from alexrp/profiler-improvements
2015-07-21 Zoltan Varga[jit] Remove usage of MonoGenericSharingContext from...
2015-07-21 Zoltan VargaFix the build.
2015-07-20 Zoltan VargaFix the build.
2015-07-20 Zoltan Varga[jit] Remove the usage of MonoGenericSharingContext...
2015-07-20 Zoltan Varga[jit] Remove mini_replace_type (), use mini_get_underly...
2015-07-20 Zoltan Varga[jit] Remove the MonoGenericContext/MonoCompile argumen...
2015-07-20 Marek SafarMerge pull request #1931 from kasthack/system.web-fixes
2015-07-20 Zoltan Varga[jit] Remove the support for MONO_ARCH_NOTIFY_PENDING_E...
2015-07-10 Rodrigo Kumpera[mini] Add some extra asserts around fast tls to ensure...
2015-07-10 João MatosMerge pull request #1924 from bosmacs/master
2015-07-09 Zoltan Varga[jit] Fix a regression introduced by ce567f4026d0b0c224...
2015-07-09 Jonathan PryorMerge pull request #1888 from joelmartinez/mdoc-flagsbug
2015-07-06 Marcos HenrichMerge pull request #1900 from esdrubal/cyclic-ref
2015-07-06 Marcos HenrichMerge pull request #1906 from esdrubal/xbuild-CopyLocal-fix
2015-07-02 Marcos HenrichMerge pull request #1860 from saper/tz-fix
2015-06-27 Zoltan VargaFix the build.
2015-06-26 Zoltan VargaFix the DISABLE_JIT build.
2015-06-26 Zoltan Varga[aot] Pass the aot method index to mini_method_compile ().
2015-06-16 Marcos HenrichMerge pull request #1804 from esdrubal/processmodule
2015-06-16 Marcos HenrichMerge pull request #1876 from esdrubal/mmf-segfault
2015-06-11 Alex Rønne PetersenMerge pull request #1868 from BillSeurer/ppc-floats
2015-06-09 Marek HabersackMerge pull request #1812 from masterofjellyfish/mvc5...
2015-06-08 Zoltan Varga[jit] Represent fully-shared method instances the same...
2015-06-05 Rodrigo Kumpera[coop] When inserting safepoints at EH handlers, make...
2015-06-05 Ankit JainMerge pull request #1857 from slluis/fix-assembly-resolver
2015-05-30 Marek SafarMerge pull request #1816 from esdrubal/getdaylight
2015-05-26 Alex Rønne Petersen[mini] Remove MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE...
2015-05-15 Rodrigo KumperaMerge pull request #1654 from alexanderkyte/xunit-fixes
2015-05-15 Alex Rønne PetersenMerge pull request #1656 from alexanderkyte/webservice_...
2015-05-12 Rodrigo KumperaMerge pull request #1668 from alexanderkyte/bug1856
2015-05-07 Alex Rønne PetersenMerge pull request #1777 from alexrp/sgen-separation
2015-05-07 Atsushi EnoMerge pull request #1773 from ztzg/sql-server-datetime2
2015-05-07 Atsushi EnoMerge pull request #1772 from ztzg/sql-server-variant
2015-05-07 Atsushi EnoMerge pull request #1771 from ztzg/sql-server-bulk...
2015-05-06 Alex Rønne PetersenMerge pull request #1750 from alexrp/precise-ctx-static...
2015-05-06 Alex Rønne PetersenMerge pull request #1742 from alexrp/symbol-renaming
2015-05-06 Alex Rønne Petersen[runtime] Rename seq point symbols to avoid global...
2015-05-05 Alex Rønne PetersenMerge pull request #1766 from alexrp/sgen-separation
2015-05-05 Zoltan Varga[runtime] Remove more unused CAS code.
2015-05-04 Zoltan VargaFix a warning.
2015-05-04 Zoltan Varga[jit] Remove unfinished regalloc2.
2015-05-04 Zoltan Varga[runtime] Remove --security=smcs-temporary-hack and...
2015-05-04 Alex Rønne PetersenMerge pull request #1767 from alexanderkyte/err_namespa...
2015-05-04 Alexander Kyte[runtime] Use correct namespace for FileNotFoundException
next