[jit] Add flags to MonoCompile to allow the removal of arch-specific ifdefs from...
[mono.git] / mono / mini / mini.h
2015-10-18 Zoltan Varga[jit] Add flags to MonoCompile to allow the removal...
2015-10-16 Zoltan Varga[runtime] Add a new MonoGSharedGenericParam structure...
2015-10-16 Zoltan Varga[aot] Create constrained gparams using the same mini_ge...
2015-10-15 Rodrigo KumperaMerge pull request #2113 from ludovic-henry/coop-socket...
2015-10-15 Rodrigo KumperaMerge pull request #2123 from kumpera/verifier-fix
2015-10-15 Miguel de IcazaMerge pull request #2127 from joelmartinez/mdoc-multias...
2015-10-15 Alexander KöplingerMerge pull request #2134 from akoeplinger/bug-34334
2015-10-14 João MatosMerge pull request #2106 from lambdageek/dev/bug-29108...
2015-10-14 Zoltan Varga[aot] Rework the handling of preinitialized got slots...
2015-10-14 Zoltan Varga[llvmonly] Skip initalization of methods if they only...
2015-10-13 Sandy ArmstrongMerge pull request #2130 from sandyarmstrong/mt-runtime...
2015-10-13 Marcos HenrichMerge pull request #2121 from esdrubal/socketreuse
2015-10-12 Marek SafarMerge pull request #2119 from lambdageek/dev/bug-17571
2015-10-12 Zoltan VargaFix the cross compiler build by not including c headers...
2015-10-12 Rodrigo KumperaMerge pull request #2101 from tritao/stack-coop-gc
2015-10-09 Zoltan VargaMerge remote-tracking branch 'origin/bitcode-premerge'
2015-10-09 Zoltan VargaAvoid passing the ex_tag around when throwing exception...
2015-10-09 Zoltan VargaMake parts of the jit c++ clean.
2015-10-09 Zoltan VargaImplement mono_raise_exception () for LLVM.
2015-10-09 Zoltan VargaFix the matching of exceptions in llvmonly mode. Add...
2015-10-09 Alexander Kyte[runtime][llvmonlyexceptions] Used correct preprocessor...
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 VargaDisable REALLY_LLVM_ONLY 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 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 support for self-initialization in methods...
2015-10-09 Zoltan VargaAdd 'llvmonly' aot option and a corresponding --llvmonl...
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-09-30 Marcos HenrichMerge pull request #2045 from BillSeurer/timezone
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-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 #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 #2020 from tomjepp/master
2015-09-19 Zoltan VargaMerge pull request #2029 from madewokherd/winformstests
2015-09-18 Atsushi EnoMerge pull request #1899 from saper/resgencond
2015-09-17 Marcos HenrichMerge pull request #2047 from esdrubal/socketreuse
2015-09-16 Marcos HenrichMerge pull request #2056 from esdrubal/urilocal
2015-09-15 Zoltan Varga[sdb] Avoid aborting the runtime with a breakpoint...
2015-09-08 Mark ProbstMerge pull request #2013 from BrzVlad/feature-concurren...
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-29 Vlad BrezaeMerge pull request #2005 from BrzVlad/feature-concurren...
2015-08-28 Marcos HenrichMerge pull request #2004 from esdrubal/singlestacktrace
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-28 Marcos Henrich[runtime] Added MONO_DEBUG=single-imm-size.
2015-08-27 Jonathan PryorMerge pull request #1993 from steffen-kiess/posix-sockets-1
2015-08-27 Marcos HenrichMerge pull request #2002 from mono/revert-1991-seq_test_fix
2015-08-27 Marcos HenrichRevert "[runtime] Fix test_op_il_seq_point in amd64."
2015-08-27 Marcos HenrichMerge pull request #2001 from esdrubal/get_module_filename
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-24 Marcos Henrich[runtime] Added MONO_DEBUG=single-imm-size.
2015-08-21 Marek Safar[runtime] Remove eager exception stack construction...
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 Rodrigo Kumpera[utils] Change mono_conc_hashtable write operations...
2015-08-15 Zoltan Varga[jit] Remove some dead code.
2015-08-15 Zoltan Varga[sdb] Revert 6f41607cc3b9c34e54716efe35d22d31132545d9...
2015-08-15 Zoltan Varga[sdb] Protect MonoJitDomainInfo->seq_points by the...
2015-08-11 Marcos HenrichMerge pull request #1952 from esdrubal/proc_name
2015-08-10 Rodrigo Kumpera[coop] Add thread_state_init that initializes the threa...
2015-08-03 Zoltan Varga[jit] Remove monitor enter/exit trampolines, their...
2015-07-30 Rodrigo KumperaMerge pull request #1840 from ludovic-henry/iolayer...
2015-07-30 Vlad BrezaeMerge pull request #1929 from BrzVlad/feature-unwind4yall
2015-07-29 Vlad Brezae[runtime] Register tramp jit info to the corresponding...
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-21 Rodrigo KumperaMerge pull request #1926 from alexrp/profiler-improvements
2015-07-21 Rodrigo KumperaMerge pull request #1933 from alexrp/master
2015-07-21 Zoltan Varga[runtime] Rename mono_arch_find_jit_info () -> mono_arc...
2015-07-21 Zoltan Varga[jit] Remove usage of MonoGenericSharingContext from...
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 Zoltan Varga[jit] Remove class init trampolines, use the same code...
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...
next