Merge pull request #1860 from saper/tz-fix
[mono.git] / mono / mini / aot-compiler.c
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] Improve support for situations where mono_aot_get...
2015-06-26 Zoltan Varga[aot] Encode the various aot tables into binary ourselv...
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-24 Alex Rønne PetersenMerge pull request #1869 from alexanderkyte/appdomain_p...
2015-06-22 Zoltan VargaMerge pull request #1874 from saper/bug_29679
2015-06-22 Miguel de IcazaMerge pull request #1887 from debugerr/patch-2
2015-06-19 Zoltan VargaMerge pull request #1886 from BrzVlad/fix-arm-thread...
2015-06-19 João Matos[aot] Build the LLVM temporary file paths with the...
2015-06-19 João Matos[aot] Build the temporary base name with the temporary...
2015-06-19 João Matos[aot] Initialize the temporary path to an empty string.
2015-06-16 Marcos HenrichMerge pull request #1804 from esdrubal/processmodule
2015-06-16 João MatosMerge pull request #1878 from rolfbjarne/have-system
2015-06-16 Rolf Bjarne KvingeAdd a conditional for the system function.
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] Get rid of MonoGenericSharingContext->var_is_vt...
2015-06-11 Alex Rønne PetersenMerge pull request #1868 from BillSeurer/ppc-floats
2015-06-11 Zoltan Varga[aot] Refactor the initialization of aot methods into...
2015-06-11 Zoltan Varga[aot] Remove unused MONO_OPT_SHARED support.
2015-06-10 Zoltan Varga[arm] Fix crashes on ios9 by using 16kb trampoline...
2015-06-09 Zoltan Varga[jit] Avoid using class init trampolines in AOT mode...
2015-06-09 Marek HabersackMerge pull request #1812 from masterofjellyfish/mvc5...
2015-06-08 Zoltan Varga[aot] Avoid aot-ing partially sharable icalls.
2015-06-08 Zoltan Varga[aot] Fix full-aot support for Comparer instances insta...
2015-06-08 Zoltan Varga[aot] Add partial shared instances called by partial...
2015-06-08 Zoltan Varga[jit] Represent fully-shared method instances the same...
2015-06-06 Zoltan Varga[aot] Add a corresponding instance of EnumEqualityCompa...
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-04 Zoltan Varga[aot] Enable the direct emission of llvm object files...
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-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-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-17 Zoltan Varga[jit] Remove some unused code when MONO_ARCH_HAVE_OP_GE...
2015-05-15 Zoltan Varga[aot] Avoid defining symbols starting with numbers...
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 Alex Rønne Petersen[runtime] Use slow path managed allocators when profili...
2015-05-15 João Matos[aot] Added command-line parsing support for hybrid...
2015-05-15 João Matos[aot] Migrate the AOT compiler code to use MonoAotMode.
2015-05-15 Alex Rønne PetersenMerge pull request #1656 from alexanderkyte/webservice_...
2015-05-14 João Matos[aot] Fixed linker invocation when cross-compiling...
2015-05-14 Zoltan Varga[runtime] Fix the signature of native-func-aot wrappers...
2015-05-14 Miguel de IcazaMerge pull request #1793 from rolfbjarne/subminute...
2015-05-14 Zoltan Varga[aot] Avoid generating instances of AsyncMethodBuilderC...
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[utils] Rename JSON writer symbols to avoid global...
2015-05-06 Alex Rønne Petersen[mini] Rename image writer symbols to avoid global...
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 VargaMerge pull request #1768 from StephenMcConnel/bug-29724
2015-05-05 Zoltan Varga[arm] Use gcc --shared for linking aot images.
2015-04-28 Marcos HenrichMerge pull request #1696 from esdrubal/tzrefactor
2015-04-28 Alex Rønne PetersenMerge pull request #1734 from anikilatorbeta/patch-1
2015-04-27 Rodrigo KumperaMerge pull request #1743 from alexrp/profiler-versioning
2015-04-27 Marcos HenrichMerge pull request #1738 from rolfbjarne/dublin-1916-dst
2015-04-25 Zoltan Varga[aot] Refactor some of the architecture specific functi...
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 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[jit] Fix the support for filter clauses by avoiding...
2015-04-14 Zoltan Varga[jit] Fix the detection of the Selector.GetHandle intri...
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 João MatosMerge pull request #1704 from Therzok/master
2015-04-13 Marek SafarMerge pull request #1685 from esdrubal/touint64
2015-04-13 Zoltan Varga[jit] Implement support for constrained calls in partia...
2015-04-12 Zoltan VargaMerge pull request #1703 from Garciat/ignore-systemdata-gen
2015-04-12 Zoltan Varga[aot] Save/restore the names of the gshared generic...
2015-04-10 Zoltan Varga[aot] Avoid duplicate plt symbols for plt entries for...
2015-04-09 Mark ProbstMerge branch 'feature-concurrent-sweep'
2015-04-09 Rodrigo KumperaMerge pull request #1698 from ludovic-henry/socket...
next