Merge pull request #1952 from esdrubal/proc_name
[mono.git] / mono / mini /
2015-08-11 Marcos HenrichMerge pull request #1952 from esdrubal/proc_name
2015-08-11 Zoltan Varga[jit] Emit the seq point for filter clauses after the...
2015-08-10 Zoltan Varga[coop] Fix a crash introduced by edb4d8f3faef5f5d0ad3fc...
2015-08-10 Rodrigo Kumpera[coop] Don't emit safepoints in the wrapper of the...
2015-08-10 Rodrigo Kumpera[coop] Add thread_state_init that initializes the threa...
2015-08-08 Zoltan Varga[arm] Implement support for gc safe points.
2015-08-08 Zoltan Varga[runtime] Remove mono_g_hash_table_new (), use mono_g_h...
2015-08-08 Marek SafarMerge pull request #1968 from LogosBible/uribuilder...
2015-08-08 Zoltan Varga[jit] Add a suspect check into the middle of the JIT...
2015-08-07 Zoltan Varga[runtime] Avoid passing gshared methods to clients...
2015-08-07 Rolf Bjarne KvingeAdd a conditional for fork and exec* functions.
2015-08-06 Zoltan Varga[runtime] Remove some dead code.
2015-08-05 João Matos[runtime] Re-enable the soft debugger on x86 without...
2015-08-05 Zoltan Varga[sdb] Transition to using sdb trampolines instead of...
2015-08-05 Zoltan Varga[sdb] Improve logging a bit.
2015-08-04 tritonAdded mono_runtime_posix_install_handlers stub for...
2015-08-04 Zoltan Varga[llvm] Use the default code model on amd64, the 'large...
2015-08-03 Zoltan Varga[jit] Remove monitor enter/exit trampolines, their...
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.
next