Update the LLVM backend to work with llvm branch mono-2014-08-23-b401e6b9699423409a05...
[mono.git] / mono / mini /
2014-08-26 Zoltan VargaUpdate the LLVM backend to work with llvm branch mono...
2014-08-26 T.J. Purtell[runtime] Don't call mono_arch_handle_exception() when...
2014-08-25 Rodrigo Kumpera[jit] Ensure no threads are running when the JIT is...
2014-08-25 Marek SafarMerge pull request #1224 from esdrubal/codecompiler
2014-08-25 Marek SafarMerge pull request #1223 from esdrubal/xmlgenerator
2014-08-21 Alex Rønne PetersenMerge pull request #1172 from roji/datarow_null
2014-08-21 Zoltan Varga[jit] Use mini_type_stack_size () instead of mono_type_...
2014-08-20 Miguel de IcazaMerge pull request #1189 from joelmartinez/docs-64bit...
2014-08-20 Zoltan Varga[jit] Fix the switching of domains in native-to-managed...
2014-08-19 Marek SafarMerge pull request #1213 from fengari/system_timers_tim...
2014-08-18 Zoltan VargaFix a warning.
2014-08-18 Marek SafarMerge pull request #1212 from esdrubal/isany
2014-08-16 Zoltan VargaMerge pull request #1208 from Mailaender/ppc-build...
2014-08-16 Matthias Mailänderfix ppc build failures
2014-08-15 Zoltan Varga[jit] Fix yet another native types problem. Fixes ...
2014-08-15 Zoltan Varga[runtime] Make more wrappers use a WrapperInfo structure.
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.
next