Merge pull request #735 from wtfrank/bitblt
[mono.git] / mono /
2014-01-23 Alex Rønne PetersenMerge pull request #735 from wtfrank/bitblt
2014-01-23 Zoltan Varga[jit] Add a mono_get_jit_tls () helper function.
2014-01-23 tritaoFollow up on return intrinsics tightening the preproces...
2014-01-22 Rodrigo Kumpera[runtime] Handle native size of structs with explicit...
2014-01-22 João MatosMerge pull request #878 from tritao/master
2014-01-22 Zoltan Varga[jit] Fix the freeing of AOT jump target lists. Fixes...
2014-01-21 Zoltan Varga[amd64] Make seq_points clobber callee save registers...
2014-01-21 Zoltan Varga[runtime] Fix the DISABLE_JIT build.
2014-01-21 Zoltan Varga[gsharedvt] Fix memory leaks. Fixes #16787.
2014-01-20 tritaoExplicitly define strtoull for MSVC releases previous...
2014-01-20 tritaoFixed SGen qsort code to compile with MSVC.
2014-01-20 tritaoFixed return address intrinsics in MSVC.
2014-01-20 tritaoFixed missing Interlocked intrinsics in MSVC x86.
2014-01-20 Alex Rønne PetersenMove a variable into the #ifdef path it's used in....
2014-01-20 Alex Rønne PetersenRemove unused emit_line_number_info_begin () function...
2014-01-20 Alex Rønne PetersenRemove unused dummy_apc () function on non-WIN32. Fixes...
2014-01-20 Marek SafarMerge pull request #876 from knocte/master
2014-01-19 Zoltan Varga[runtime] Rename QueueUserAPC () to wapi_thread_interru...
2014-01-17 Rodrigo Kumperafinally_guard has been promoted to the stable set of...
2014-01-17 Rodrigo KumperaThe shutdown check is racy, we should check if the...
2014-01-17 Rodrigo Kumpera[runtime] Properly unlink a node in the tls slot freeli...
2014-01-17 Rodrigo Kumpera[runtime] Don't raise a ExecutionEngineException is...
2014-01-17 Marek SafarMerge pull request #868 from mariokmk/master
2014-01-17 Rodrigo Kumpera[metadata] Fix a potential crasher.
2014-01-17 Rodrigo Kumpera[runtime] Fix a few warnings in io-layer and utils.
2014-01-17 Rodrigo Kumpera[utils] The fallback mmap should fail if it cannot...
2014-01-17 Zoltan Varga[runtime] Use mono_thread_info_tls_get () in sgen as...
2014-01-17 Alex Rønne PetersenMerge pull request #856 from madewokherd/textcontrol
2014-01-17 Alex Rønne PetersenMerge pull request #861 from RobertZenz/patch-1
2014-01-17 Alex Rønne PetersenMerge pull request #875 from justincc/master
2014-01-17 Zoltan VargaFix boehm after eb1a7c159149745dfbc45ca9de81a7585b82b993.
2014-01-17 Zoltan Varga[runtime] Remove some unused includes.
2014-01-17 Zoltan Varga[runtime] Simplify mono_thread_state_init_from_handle...
2014-01-17 Zoltan Varga[runtime] Store the values of some TLS variables into...
2014-01-17 Zoltan Varga[runtime] Add a mono_thread_info_yield () function.
2014-01-17 Zoltan Varga[runtime] Use mono_thread_info_get_stack_bounds ()...
2014-01-17 Zoltan Varga[runtime] Move mono_thread_get_stack_bounds () to utils...
2014-01-17 Zoltan Varga[aot] Add the rgctx trampolines required by array helpe...
2014-01-17 Zoltan VargaDisable a gsharedvt test which depends on async functio...
2014-01-16 Aaron Bockoverdriver.c: Revert "Update message"
2014-01-16 Zoltan Varga[jit] Handle native types in mini_type_get_underlying_t...
2014-01-16 Zoltan VargaFix the --enable-native-types build.
2014-01-16 Zoltan VargaFix the build.
2014-01-16 Rodrigo Kumpera[runtime] Make gsharing and explicit configure extension.
2014-01-16 Rodrigo Kumpera[runtime]Add native type extension.
2014-01-15 Zoltan Varga[jit] Use the jit lock instead of the loader lock in...
2014-01-15 Zoltan Varga[runtime] Get rid of SuspendThread()/ResumeThread(...
2014-01-15 Zoltan Varga[jit] Fix dwarf line number info generation, make AOT...
2014-01-14 Zoltan Varga[runtime] Fix a regression caused by a0afa38296b8a3b038...
2014-01-14 Zoltan Varga[runtime] Fix regressions caused by 9e5b23eee3a38cf0305...
2014-01-14 Zoltan VargaRevert "[runtime] Get rid of ResumeThread(), use mono_t...
2014-01-14 Zoltan Varga[runtime] Fix the windows build.
2014-01-14 Zoltan VargaFix a warning.
2014-01-14 Zoltan VargaRevert "Fix a warning."
2014-01-14 Zoltan Varga[arm] Fix an assert caused by large offsets. Fixes...
2014-01-14 Zoltan Varga[runtime] Get rid of ResumeThread(), use mono_thread_in...
2014-01-14 Zoltan VargaFix a warning.
2014-01-14 Zoltan Varga[runtime] Centralize low-level thread creation in utils...
2014-01-13 Zoltan Varga[jit] Call mini_replace_type () in one place.
2014-01-13 Zoltan Varga[runtime] Fix an assert caused by a157ac79e8f404f0eb9b2...
2014-01-13 Zoltan Varga[sdb] Fix setting of byref variables in registers....
2014-01-13 Rodrigo Kumpera[io-layer] Add essay on my choices for is_file_writable.
2014-01-13 Marek SafarMerge pull request #844 from scottmcarthur/master
2014-01-13 Zoltan VargaFix the build.
2014-01-13 Zoltan Varga[runtime] Fix the --disable-boehm build.
2014-01-13 Marek SafarMerge pull request #871 from tumtumtum/master
2014-01-13 Rodrigo Kumpera[io-layer] Properly check write permission of a file...
2014-01-13 Zoltan VargaMove the mono_thread_create () function into utils...
2014-01-13 Zoltan VargaClean up the thread startup code by moving common code...
2014-01-12 Zoltan VargaAdd LOCK_THREAD/UNLOCK_THREAD macros, get rid of ensure...
2014-01-12 Zoltan VargaClean up the setup of thread->synch_cs. Initialize...
2014-01-12 Marek SafarMerge pull request #870 from wayoutmind/master
2014-01-12 Rodrigo KumperaMerge pull request #869 from alistair/copyfile
2014-01-11 Alistair BushDon't raise an exception if we can't find the src assembly.
2014-01-10 Marek Safar[corlib] Update en-GB first day of week. Fixes #17151
2014-01-10 Zoltan Varga[runtime] Fix large file support on android, it doesn...
2014-01-09 Rodrigo KumperaRevert "[runtime] Make mono_class_is_assignable_from...
2014-01-09 Rodrigo Kumpera[runtime] Change MonoImage::field_cache lock from the...
2014-01-09 Rodrigo Kumpera[io-layer] Correctly implement permission checking...
2014-01-08 Zoltan Varga[jit] Use the mono_restore_context () helper function...
2014-01-08 Zoltan Varga[jit] Align the stack in mono_arch_restore_context...
2014-01-08 Zoltan Varga[jit] Fix some checks in the arm dyn call code. Fixes...
2014-01-07 Rodrigo Kumpera[runtime] ves_icall_type_is_assignable_from should...
2014-01-07 Rodrigo Kumpera[runtime] Make mono_class_is_assignable_from lazy resol...
2014-01-07 Rodrigo Kumpera[runtime] Make mono_class_is_assignable_from_slow handl...
2014-01-07 Zoltan Varga[jit] Fix the loading of arguments received on the...
2014-01-07 Zoltan Varga[aot] Disable aot for methods with tail calls in non...
2014-01-07 Zoltan Varga[jit] Pass flags to mini_method_compile () as an enum.
2014-01-07 Zoltan Varga[jit] Disable tail calls in AOT mode so methods using...
2014-01-07 Zoltan Varga[aot] Don't pass -W option to the clang assembler,...
2014-01-07 Zoltan Varga[jit] Allocate MonoJumpInfo structures using alloc0.
2014-01-07 Zoltan Varga[runtime] Update copyright date in --version.
2014-01-06 Zoltan VargaMerge pull request #865 from madewokherd/icallinit
2014-01-06 Vincent PovirkInitialize icalls before exceptions.
2014-01-06 Zoltan Varga[jit] Save/restore all-callee saved registers in method...
2014-01-05 Zoltan Varga[runtime] Fix yet another metadata problem with dynamic...
2014-01-05 Zoltan Varga[jit] Fix the handling of OP_ISUB_IMM in abcrem.
2014-01-05 Zoltan VargaMerge pull request #852 from ranma42/abc-64bits
2014-01-05 Zoltan Varga[jit] Emit calls to class init trampolines for fields...
2014-01-04 Zoltan Varga[runtime] Avoid RuntimeHelpers.EnsureSufficientExecutio...
next