[jit] Add support for constrained calls with vtype return types in gsharedvt code...
[mono.git] / mono / mini /
2014-08-14 Zoltan Varga[jit] Add support for constrained calls with vtype...
2014-08-14 Zoltan Varga[jit] Fix the stack alignment checking code in the...
2014-08-14 Marek SafarMerge pull request #1188 from arktronic/master
2014-08-13 Ludovic Henry[jit] Disable delegate virtual optimisation while we...
2014-08-13 Marek SafarMerge pull request #1204 from VQComms/claimsprincipalov...
2014-08-13 Zoltan Varga[aot] Fix a small memory leak.
2014-08-12 Zoltan Varga[arm64] Allow v8..v15 in unwind info on arm64. Fixes...
2014-08-12 Zoltan VargaMerge pull request #1161 from ludovic-henry/pr22-delega...
2014-08-12 Ludovic Henry[delegate-virtual-trampoline] Add virtual functions...
2014-08-12 Ludovic Henry[delegate-virtual-trampoline] Add virtual parameter...
2014-08-12 Miguel de IcazaMerge pull request #1192 from LogosBible/regex-fixes...
2014-08-11 Marek SafarMerge pull request #1190 from esdrubal/encoder-convert
2014-08-08 Zoltan VargaMerge pull request #1201 from crisdut/fix-win-mono...
2014-08-08 João MatosMerge pull request #1196 from tritao/master
2014-08-08 Zoltan Varga[jit] Reorganize the locking in mono_jit_compile_method...
2014-08-08 Zoltan Varga[jit] Avoid taking the loader lock in mono_jit_compile_...
2014-08-07 Zoltan Varga[sdb] Avoid asserting when a cattr cannot be loaded...
2014-08-07 Zoltan Varga[jit] Fix enum->int casts in gsharedvt code. Fixes...
2014-08-06 Marek SafarMerge pull request #1168 from esdrubal/iriparsing
2014-08-06 Marek SafarMerge pull request #1193 from esdrubal/decimal-round
2014-08-06 Marek SafarMerge pull request #1180 from akoeplinger/no-net40...
2014-08-05 Zoltan Varga[runtime] Use the mono_mutex types/functions instead...
2014-08-05 Zoltan Varga[jit] Use the mono_mutex types/functions of CriticalSec...
2014-08-05 Zoltan Varga[jit] Emit OP_FMOVE instead of OP_MOVE for r4 arguments...
2014-08-04 Rodrigo KumperaMerge pull request #1066 from esdrubal/bug19313
2014-08-04 Rodrigo KumperaMerge pull request #1063 from esdrubal/bug18482
2014-07-31 Zoltan Varga[jit] Avoid making generic calls from gsharedvt methods...
2014-07-31 Zoltan VargaMerge pull request #1184 from directhex/kfreebsd
2014-07-31 Jo ShieldsSupport for GNU/kFreeBSD.
2014-07-29 Zoltan Varga[jit] Fix another native-types problem. Hopefully fixes...
2014-07-29 Marek SafarMerge pull request #1178 from dougrathbone/master
2014-07-29 Rodrigo Kumpera[jit] Use alias information to eliminate explicit null...
2014-07-29 Rodrigo Kumpera[jit] Handle second order aliases. Based on patch by...
2014-07-27 Rodrigo Kumpera[runtime] Properly handle rethrow outside of catch...
2014-07-21 Zoltan Varga[jit] Fix the DISABLE_JIT build.
2014-07-21 Zoltan Varga[arm] Fix native types support in the dyn call code...
2014-07-19 Zoltan Varga[runtime] Add image_is_dynamic ()/assembly_is_dynamic...
2014-07-17 Zoltan VargaFix the windows build.
2014-07-17 Zoltan Varga[jit] Fix some build problems when cross compiling.
2014-07-17 Rodrigo Kumpera[jit] Move runtime_invoke_hash to use the concurrent...
2014-07-14 Zoltan Varga[jit] Remove some unneccesary ifdefs from the amd64...
2014-07-14 Zoltan Varga[jit] Remove more dead code.
2014-07-14 Zoltan Varga[jit] Remove some dead code.
2014-07-14 Zoltan Varga[jit] Fix support for tls entries with offset >= 64...
2014-07-14 Zoltan VargaFix the build.
2014-07-14 Rodrigo KumperaMerge pull request #1150 from ludovic-henry/pr17c-deleg...
2014-07-14 Zoltan Varga[jit] Fix the objdump cmd line used on winx64.
2014-07-14 Zoltan Varga[jit] Use the generic lmf push/pop code on winx64.
2014-07-14 Alexis ChristoforidesMerge pull request #1064 from ranma42/fix-config-paths
2014-07-14 Rodrigo KumperaMerge pull request #1122 from PoppermostProductions...
2014-07-13 Zoltan Varga[jit] Remove an unneccesary line from the win32 tls_get...
2014-07-13 Zoltan Varga[runtime] Fix the --disable-boehm build on windows.
2014-07-13 Zoltan Varga[jit] Enable support for tls offsets >= 64 on win32.
2014-07-13 Zoltan Varga[jit] Disable MONO_ARCH_ENABLE_MONO_LMF_VAR on win32...
2014-07-13 Zoltan Varga[jit] Implement support for tls offsets >= 64 on win32.
2014-07-13 Zoltan Varga[jit] Avoid conditional members in the MonoJitInfo...
2014-07-13 Zoltan Varga[runtime] Avoid using tls in the monitor wrappers if...
2014-07-13 Zoltan Varga[runtime] Avoid initializing static variables to NULL...
2014-07-13 Zoltan Varga[jit] Move the registration of jit icalls into a separa...
2014-07-13 Zoltan VargaFix the build.
2014-07-13 Zoltan Varga[runtime] Remove unused g_thread () functions.
2014-07-13 Zoltan Varga[jit] Remove MONO_ARCH_HAVE_IMT define, all platforms...
2014-07-13 Zoltan Varga[jit] Use the win32 check for all tls keys in mini_get_...
2014-07-13 Jonathan PryorMerge pull request #1153 from akoeplinger/fix-doc-message
2014-07-11 Zoltan Varga[jit] Fix system aot on amd64.
2014-07-11 Zoltan VargaFix a warning.
2014-07-11 Alex Rønne PetersenMerge pull request #1154 from Zoltu/patch-1
2014-07-10 Zoltan Varga[sdb] Add a new 'socket-fd' transport, this is the...
2014-07-09 Zoltan VargaFix a warning.
2014-07-09 Zoltan Varga[jit] Rewrite the generic trampoline code on x86 to...
2014-07-09 Ludovic Henry[delegate-trampoline] Update invoke_impl and method_ptr...
2014-07-09 Ludovic Henry[delegate-trampoline] Share DelegateTrampInfo with...
2014-07-09 Miguel de IcazaMerge pull request #1132 from mattleibow/bugfix-20925
2014-07-09 Miguel de IcazaMerge pull request #1142 from edbprx/master
2014-07-09 Miguel de IcazaMerge pull request #1148 from steffen-kiess/json
2014-07-08 Zoltan Varga[sdb] Fix handling of out ref parameters.
2014-07-08 Marek SafarMerge pull request #1149 from akoeplinger/fix-httpwebre...
2014-07-07 Rodrigo Kumpera[runtime] Explicit thread GC data around instead of...
2014-07-07 Ludovic Henry[delegate-trampoline] Fallback to slow path in case...
2014-07-07 Rodrigo KumperaMove amd64 to use object offsets.
2014-07-07 Alex Rønne PetersenMerge pull request #1124 from UCIS/patch-5
2014-07-05 Zoltan Varga[jit] Rename MonoJitInfo.used_regs to 'unwind_info...
2014-07-05 Zoltan VargaAdd support for precise unwind info in epilogs on amd64:
2014-07-04 Zoltan Varga[sdb] Add support for out arguments in invokes.
2014-07-04 Zoltan Varga[runtime] Use sleep (1) instead of sleep (0) in the...
2014-07-03 Zoltan Varga[sdb] Add support for returning the changed valuetype...
2014-07-02 Rodrigo Kumpera[runtime] Add cross helper extensions.
2014-07-02 Alex Rønne Petersen[ppc] Lower long_rem_imm to long_rem when on ppc64.
2014-07-01 Rodrigo Kumpera[runtime] First pass of cross compilation cleanup....
2014-07-01 Alex Rønne Petersen[ppc] Clean up atomic opcodes.
2014-07-01 Alex Rønne Petersen[mini] Simplify the way the JIT emits atomic opcodes.
2014-07-01 Alex Rønne PetersenMerge pull request #1127 from oleg-st/master
2014-06-30 Alex Rønne PetersenEmit correct memory barriers in the JIT intrinsic for...
2014-06-30 Zoltan Varga[amd64] Remove the callee saved registers from MonoLMF...
2014-06-30 Alex Rønne PetersenMerge pull request #1138 from akoeplinger/fix-webtest...
2014-06-30 Alex Rønne PetersenMerge pull request #1133 from kitsilanosoftware/mcs...
2014-06-30 Zoltan Varga[jit] Move the 'remove any unused lmf' code from mono_a...
2014-06-30 Zoltan Varga[amd64] Fix the popping of LMF frames during unwinding...
2014-06-27 Zoltan Varga[jit] Remove now unused MONO_ARCH_HAVE_OP_LREM_IMM...
2014-06-27 Zoltan VargaMerge pull request #1131 from schani/feature-portable...
next