[runtime] Add a separate icall for Monitor.Enter(obj,&bool).
[mono.git] / mono / mini /
2015-08-03 Rodrigo KumperaMerge pull request #1912 from ludovic-henry/threadpool...
2015-08-03 Zoltan VargaMerge pull request #1959 from alexrp/master
2015-08-03 Zoltan VargaMerge pull request #1958 from rolfbjarne/aot-error...
2015-08-03 Alex Rønne Petersen[ppc] Fix atomic_add_i4 support for 32-bit PPC.
2015-08-03 Alex Rønne Petersen[ppc] Instruction length of atomic_add_i4 is 28.
2015-08-03 Rolf Bjarne Kvinge[aot] use g_error instead of fprintf + exit(1).
2015-08-03 Zoltan Varga[llvm] Reenable the 'handler without invokes' llvm...
2015-08-02 Zoltan Vargaruntime] Add semicolons after the calls to the coop...
2015-08-02 Zoltan Varga[runtime] Clean up the mini makefile a bit.
2015-08-02 Zoltan Varga[arm] Avoid running out of thunk space if the same...
2015-08-02 Zoltan Varga[aot] Avoid passing empty quoted arguments to the linker.
2015-08-01 Zoltan Varga[llvm] Fix support for returning empty structs from...
2015-08-01 Zoltan Varga[jit] Enable direct calls to the monitor icalls.
2015-07-31 Zoltan VargaParallelize the generation of aot images for make fulla...
2015-07-30 Zoltan Varga[aot] Fix the caching of runtime-invoke wrappers after...
2015-07-30 Rodrigo KumperaMerge pull request #1840 from ludovic-henry/iolayer...
2015-07-30 Neale FergusonAdd missing {
2015-07-30 Zoltan Varga[amd64] Allocate stack space for saving argument regist...
2015-07-30 Zoltan Varga[amd64] Allocate stack space for saving argument regist...
2015-07-30 Zoltan Varga[jit] Avoid emitting the DW_CFA_mono_advance_loc mono...
2015-07-30 Vlad BrezaeMerge pull request #1929 from BrzVlad/feature-unwind4yall
2015-07-29 Vlad Brezae[arm] Provide unwind info for tls thunks
2015-07-29 Vlad Brezae[arm] Simplify declaration of global symbols in asm
2015-07-29 Vlad Brezae[arm] Fix unwind info for managed methods
2015-07-29 Vlad Brezae[aot] Provide unwind info for plt trampolines
2015-07-29 Vlad Brezae[arm] Add unwind info for trampolines
2015-07-29 Vlad Brezae[x86] Add unwind info for registered trampolines.
2015-07-29 Vlad Brezae[amd64] Add unwind info for registered trampolines.
2015-07-29 Zoltan VargaRemove an obsolete comment.
2015-07-29 Vlad Brezae[runtime] Register tramp jit info to the corresponding...
2015-07-29 Vlad Brezae[x86] Register throw 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[runtime] Register imt trampolines
2015-07-29 Vlad Brezae[runtime] Register get gsharedvt arg trampolines
2015-07-29 Vlad Brezae[runtime] Register static rgctx trampolines
2015-07-29 Vlad Brezae[runtime] Register tramp infos for delegate invoke...
2015-07-29 Vlad Brezae[x86] Fix usage of virtual delegate invoke tramps for aot
2015-07-29 Vlad Brezae[runtime] Fix lookup of aot symbol for imt delegate...
2015-07-29 Vlad Brezae[runtime] Add missing delegate invoke trampolines
2015-07-29 Vlad Brezae[amd64] Fix failure to emit imt delegate invoke tramps
2015-07-29 Vlad Brezae[aot] Register tramp infos when loading trampolines...
2015-07-29 Vlad Brezae[runtime] Expose trampoline jit infos that have unwind...
2015-07-29 Vlad Brezae[runtime] We already checked that the IP is within...
2015-07-29 Vlad Brezae[jit] Add different frame type for trampoline frames.
2015-07-29 Vlad Brezae[jit] Include the unwind_info into the tramp JitInfos
2015-07-29 Zoltan Varga[llvm] Avoid emitting a dummy personality function.
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-28 Zoltan Varga[llvm] Emit the file info struct initializer using...
2015-07-28 Zoltan Varga[amd64] Avoid saving r11 outside the red zone in the...
2015-07-28 Zoltan Varga[runtime] Remove some dead code.
2015-07-28 triton[mini] Fixed void function returning warning.
2015-07-28 Zoltan Varga[jit] Make the jit code more c++ clean by renaming...
2015-07-27 Rodrigo KumperaMerge pull request #1943 from alexrp/profiler-improvements
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-27 Marek SafarMerge pull request #1941 from kasthack/system.web-fixes
2015-07-25 Zoltan VargaMerge pull request #1942 from akoeplinger/net4x
2015-07-25 Alexander Köplinger[build] Fix a few Makefiles to correctly use net_4_x...
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-24 João Matos[runtime] Compile fixes for WatchOS.
2015-07-24 Zoltan Varga[arm] Allocate thunk space for tail calls. Fixes #32179.
2015-07-23 Zoltan Varga[gsharedvt] Set exception_message when disabling LLVM.
2015-07-23 Zoltan Varga[arm] Enable support for a few more calling conventions...
2015-07-22 Zoltan VargaMerge pull request #1935 from alexanderkyte/xdebug...
2015-07-22 Alexander Kyte[runtime] Disable functions that call functions which...
2015-07-22 Zoltan Varga[arm64] Add a test for passing HFA arguments on the...
2015-07-21 Zoltan Varga[llvm] Fix a problem introduced by 4a685f44c8dec120ad71...
2015-07-21 Rodrigo KumperaMerge pull request #1926 from alexrp/profiler-improvements
2015-07-21 Zoltan Varga[runtime] Avoid including mcs/build/config.make into...
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 João Matos[aot] Rewrite the options parser to properly handle...
2015-07-21 Zoltan Varga[jit] Remove usage of MonoGenericSharingContext from...
2015-07-21 Zoltan VargaFix the build.
2015-07-20 Rodrigo Kumpera[mini] Fix locking order violation in mono_get_seq_points.
2015-07-20 Rodrigo Kumpera[build] Rename RUNTIME variable to avoid clash with...
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 Zoltan Varga[jit] Remove class init trampolines, use the same code...
2015-07-20 Zoltan Varga[gshared] Fix constrained partial calls to Object:GetTy...
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-17 Zoltan VargaFix a warning.
2015-07-16 Zoltan Varga[llvm] Add support for returning vtypes as a scalar...
2015-07-15 Marek Safar[build] Update profiles path
2015-07-15 Marek Safar[build] Update profiles path
2015-07-14 Zoltan Varga[llvm] Add support for pass/returning vtypes by ref.
2015-07-14 Zoltan Varga[runtime] Fix the mono_get_lmf_addr () optimization...
2015-07-14 Vlad BrezaeMerge pull request #1730 from BrzVlad/feature-arm-fast-tls
2015-07-13 Zoltan Varga[jit] Fix float32 support for the interlocked opcodes.
2015-07-13 Zoltan Varga[amd64] Fix marshalling of empty structures.
2015-07-13 Zoltan VargaMerge pull request #1927 from borgdylan/x86fix
next