Merge pull request #1840 from ludovic-henry/iolayer-thread-interrupt
[mono.git] / mono / mini / mini.h
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...
2015-07-20 Zoltan Varga[jit] Use mini_type_get_underlying_type () instead...
2015-07-16 Zoltan Varga[llvm] Add support for returning vtypes as a scalar...
2015-07-14 Zoltan Varga[llvm] Add support for pass/returning vtypes by ref.
2015-07-14 Vlad BrezaeMerge pull request #1730 from BrzVlad/feature-arm-fast-tls
2015-07-10 Vlad Brezae[arm] Add MONO_DEBUG option for using only fallback...
2015-07-09 Jonathan PryorMerge pull request #1888 from joelmartinez/mdoc-flagsbug
2015-07-07 Marek SafarMerge pull request #1914 from kasthack/master
2015-07-07 Zoltan Varga[aot] Fix static linking support when using llvm.
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-26 Zoltan Varga[aot] Emit AOT data structures using LLVM when using...
2015-06-26 Zoltan Varga[aot] Clean up the naming of global symbols.
2015-06-26 Zoltan Varga[aot] Reorganize the emission of the MonoAotFileInfo...
2015-06-26 Zoltan Varga[aot] Pass the aot method index to mini_method_compile ().
2015-06-26 Zoltan Varga[aot] Get rid of the 'methods' symbol in aot images...
2015-06-25 Zoltan Varga[aot] Add support for running without a GOT for JITted...
2015-06-25 Zoltan VargaRefactor the IMT call handling code into a separate...
2015-06-25 Zoltan VargaClean up the trampoline code a bit.
2015-06-25 Zoltan VargaMerge pull request #1898 from alexanderkyte/debugger_va...
2015-06-25 Zoltan Varga[runtime] Use MONO_GENERIC_CONTEXT_USED_CLASS/METHOD...
2015-06-22 Zoltan VargaMerge pull request #1874 from saper/bug_29679
2015-06-19 Zoltan VargaMerge pull request #1886 from BrzVlad/fix-arm-thread...
2015-06-16 Marcos HenrichMerge pull request #1804 from esdrubal/processmodule
2015-06-16 Alex Rønne PetersenMerge pull request #1877 from BrzVlad/fix-finalizer...
2015-06-16 Alex Rønne PetersenMerge pull request #1875 from directhex/use-variable...
2015-06-16 Marcos HenrichMerge pull request #1876 from esdrubal/mmf-segfault
2015-06-16 Zoltan Varga[jit] Remove the 'caller' argument from the generic...
2015-06-15 Zoltan Varga[jit] Add an inline version of the rgctx fetch trampoli...
2015-06-15 Zoltan Varga[jit] Use cfg->cbb to refer to the current bblock,...
2015-06-11 Alex Rønne PetersenMerge pull request #1868 from BillSeurer/ppc-floats
2015-06-10 Zoltan Varga[arm] Fix crashes on ios9 by using 16kb trampoline...
2015-06-09 Marek HabersackMerge pull request #1812 from masterofjellyfish/mvc5...
2015-06-05 Ankit JainMerge pull request #1857 from slluis/fix-assembly-resolver
2015-06-04 Rodrigo KumperaMerge pull request #1849 from esdrubal/rfix
2015-06-02 Alex Rønne PetersenMerge pull request #1846 from BillSeurer/master
2015-06-01 BrzVladMerge pull request #1841 from BrzVlad/fix-managed-alloc
2015-06-01 Zoltan Varga[aot] Fix thumb support after the separate llvm changes...
2015-06-01 Marek SafarMerge pull request #1845 from esdrubal/httpfix
2015-05-30 Marek SafarMerge pull request #1816 from esdrubal/getdaylight
2015-05-29 Zoltan Varga[jit] Remove generic class init trampolines, all archit...
2015-05-26 Alex Rønne Petersen[mini] Remove MONO_ARCH_HAVE_CREATE_DELEGATE_TRAMPOLINE...
2015-05-21 Alex Rønne PetersenMerge pull request #1826 from alexanderkyte/remove_all_...
2015-05-18 Alex Rønne PetersenMerge pull request #1626 from iainx/add-coverage-to...
2015-05-17 Rodrigo KumperaMerge pull request #1809 from kumpera/double_loading_fix
2015-05-15 Alex Rønne PetersenMerge pull request #1801 from alexrp/profiler-allocs
2015-05-15 Rodrigo KumperaMerge pull request #1654 from alexanderkyte/xunit-fixes
2015-05-15 Miguel de IcazaMerge pull request #1805 from martincostello/master
2015-05-15 João Matos[runtime] Introduce MonoAotMode enum to the public...
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 Zoltan Varga[jit] Treat MONO_ARCH_IMT_REG as allways defined.
2015-05-05 Alex Rønne PetersenMerge pull request #1766 from alexrp/sgen-separation
2015-05-04 Zoltan Varga[jit] Remove unfinished regalloc2.
2015-05-04 Zoltan Varga[corlib] Remove unused CAS icalls.
2015-05-04 Zoltan Varga[runtime] Remove --security=smcs-temporary-hack and...
2015-05-04 Marcos HenrichMerge pull request #1752 from esdrubal/strefactor
2015-05-03 Alex Rønne PetersenMerge pull request #1763 from JetBrains/empty_appdomain...
2015-05-03 Zoltan Varga[jit] Add a new version of the mono_arch_patch_code...
2015-05-03 Zoltan Varga[jit] Remove unused 'dyn_code_mp' argument from mono_ar...
2015-05-03 Zoltan Varga[jit] Pass a MonoCompile argument to mono_arch_patch_co...
2015-05-01 Mark ProbstMerge pull request #1760 from evincarofautumn/object...
2015-05-01 Zoltan Varga[jit] Allocate the thunks area next to the method code...
2015-05-01 Zoltan Varga[runtime] Remove --wapi option which depends on the...
2015-04-28 Marcos HenrichMerge pull request #1696 from esdrubal/tzrefactor
2015-04-27 Rodrigo KumperaMerge pull request #1743 from alexrp/profiler-versioning
2015-04-23 Zoltan Varga[runtime] Fix the arm build.
2015-04-21 Alexander KöplingerMerge pull request #1721 from jaredpar/fix-attribute-gen
2015-04-21 Miguel de IcazaMerge pull request #1720 from blucz/master
2015-04-20 Marcos HenrichMerge pull request #1691 from esdrubal/exitevent
2015-04-20 Marcos HenrichMerge pull request #1222 from LogosBible/uri-trycreate
2015-04-17 Zoltan Varga[jit] Allow the storage of trampolines in the jit info...
2015-04-17 Rodrigo Kumpera[jit] Rework the managed code suspend polling and add...
2015-04-15 Marek SafarMerge pull request #1693 from Garciat/fix-assembly...
2015-04-15 Atsushi EnoMerge pull request #1709 from atsushieno/import-codedom...
2015-04-14 Zoltan Varga[aot] Avoid saving MonoJitExceptionInfo->exvar_offset...
2015-04-13 Zoltan Varga[jit] Change MonoGenericParam.gshared_constraint to...
2015-04-13 Zoltan VargaMerge pull request #1708 from alexanderkyte/always_use_imt
2015-04-13 Alexander Kyte[runtime] As mono_use_imt is always true, remove dead...
next