Merge pull request #1936 from esdrubal/DotNetRelativeOrAbsolute
[mono.git] / mono / mini / aot-compiler.c
2015-08-29 Marcos HenrichMerge pull request #1936 from esdrubal/DotNetRelativeOr...
2015-08-28 Marcos HenrichMerge pull request #2003 from esdrubal/seq_test_fix2
2015-08-27 Marcos HenrichMerge pull request #1991 from esdrubal/seq_test_fix
2015-08-17 Rodrigo KumperaMerge pull request #1870 from saper/langinfo_h
2015-08-11 Marcos HenrichMerge pull request #1952 from esdrubal/proc_name
2015-08-03 Zoltan Varga[jit] Remove monitor enter/exit trampolines, their...
2015-08-02 Zoltan Varga[aot] Avoid passing empty quoted arguments to the linker.
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[amd64] Add unwind info for registered trampolines.
2015-07-29 Vlad Brezae[runtime] Register unbox trampolines
2015-07-29 Vlad Brezae[arm] Register and add unwind information for page...
2015-07-29 Vlad Brezae[aot] Register tramp infos when loading trampolines...
2015-07-29 Rodrigo KumperaMerge pull request #1951 from akoeplinger/fix-monop
2015-07-29 João MatosMerge pull request #1953 from brpocock/master
2015-07-29 João MatosMerge pull request #1954 from kumpera/fix_aot_compilation
2015-07-29 Rodrigo KumperaFix aot compilation when the path has spaces.
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-21 Rodrigo KumperaMerge pull request #1926 from alexrp/profiler-improvements
2015-07-21 Rodrigo KumperaMerge pull request #1933 from alexrp/master
2015-07-21 João Matos[aot] Rewrite the options parser to properly handle...
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-14 Vlad BrezaeMerge pull request #1730 from BrzVlad/feature-arm-fast-tls
2015-07-10 Zoltan Varga[aot] Emit the got into the bss section on osx too.
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-07 Zoltan Varga[aot] Handle already gsharedvt methods correctly in...
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] 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...
next