Merge pull request #1919 from bosmacs/master
[mono.git] / mono /
2015-07-09 João MatosMerge pull request #1919 from bosmacs/master
2015-07-09 Craig S. BosmaAdd TLS offset for pre-release OS X 10.11 on amd64
2015-07-08 Zoltan Varga[sdb] Allow boxed vtypes as this when invoking vtype...
2015-07-07 Zoltan Varga[llvm] Fix a problem introduced by the previous change.
2015-07-07 Zoltan Varga[llvm] Refactor the aot code a bit.
2015-07-07 Zoltan Varga[sdb] Allow invoking of valuetype ctors.
2015-07-07 Marek SafarMerge pull request #1914 from kasthack/master
2015-07-07 Zoltan Varga[aot] Fix static linking support when using llvm.
2015-07-07 Zoltan Varga[aot] Handle already gsharedvt methods correctly in...
2015-07-06 Zoltan Varga[gsharedvt] Handle gsharedvt methods correctly in check...
2015-07-06 Ludovic Henry[runtime] Remove unused MonoDomain fields
2015-07-06 Rodrigo KumperaMerge pull request #1911 from ludovic-henry/threadpool...
2015-07-06 Zoltan Varga[aot] Mark the data arrays emitted using llvm as constant.
2015-07-06 Marcos HenrichMerge pull request #1900 from esdrubal/cyclic-ref
2015-07-06 Marcos HenrichMerge pull request #1906 from esdrubal/xbuild-CopyLocal-fix
2015-07-06 João MatosMerge pull request #1913 from RavuAlHemio/bug31635
2015-07-03 Rodrigo Kumpera[jit] Add emulation r4 to u8 conversion. Fixes #31582.
2015-07-03 Ludovic Henry[threadpool-ms] Fix unhandled exception support
2015-07-02 Ludovic Henry[runtime] Fix cpu usage greater than 100% error
2015-07-02 Rodrigo KumperaMerge pull request #1907 from alexanderkyte/slow_aot_st...
2015-07-02 Marcos HenrichMerge pull request #1860 from saper/tz-fix
2015-07-02 Ludovic Henry[threadpool-ms] Fix segfault when using sdb
2015-07-01 Ludovic Henry[runtime] Ease debugging of cpu_usage out of bound bug
2015-07-01 Alexander Kyte[runtime] Conversion of a printf to string append for...
2015-07-01 Alexander Kyte[runtime] Avoid repeated method hashing in find_aot_module
2015-07-01 Alexander Kyte[runtime/tests] Added a stress test of find_aot_module.
2015-07-01 Marcos Henrich[runtime] mono_class_from_name cyclic ref handling
2015-07-01 Ludovic Henry[threadpool] Remove mono threadpool implementation
2015-07-01 Ludovic Henry[threadpool-ms-io] Fix epoll
2015-06-30 Rodrigo Kumpera[utils] Remove a duplicated check that was commited...
2015-06-30 Ludovic Henry[threadpool-ms-io] Fix compilation warning
2015-06-29 João MatosMerge pull request #1903 from vkargov/master
2015-06-29 Vladimir Kargov[runtime] Fix a crash on Windows during the cleanup...
2015-06-29 Vladimir Kargov[runtime] Add condition variable definitions that are...
2015-06-28 Zoltan VargaFix the build.
2015-06-28 Neale FergusonFix and simplify float conversions
2015-06-27 Zoltan VargaFix the build.
2015-06-26 Zoltan Varga[aot] Emit AOT data structures using LLVM when using...
2015-06-26 Miguel de IcazaCoverity: test if this is the way of silencing warnings
2015-06-26 Zoltan VargaFix the loadable llvm build.
2015-06-26 Zoltan Varga[aot] Improve support for situations where mono_aot_get...
2015-06-26 Zoltan Varga[aot] Remove an unused field from MonoAotModule.
2015-06-26 Zoltan Varga[aot] Encode the various aot tables into binary ourselv...
2015-06-26 Zoltan VargaFix the DISABLE_JIT build.
2015-06-26 Zoltan Varga[aot] Clean up the naming of global symbols.
2015-06-26 Zoltan Varga[aot] Reorganize the emission of the MonoAotFileInfo...
2015-06-26 Zoltan Varga[aot] Pass the aot method index to mini_method_compile ().
2015-06-26 Zoltan Varga[aot] Get rid of the 'methods' symbol in aot images...
2015-06-25 Zoltan VargaGet rid of the of the usage of code offsets in aot...
2015-06-25 Zoltan Varga[aot] Add support for running without a GOT for JITted...
2015-06-25 Zoltan VargaRefactor the IMT call handling code into a separate...
2015-06-25 Zoltan VargaClean up the trampoline code a bit.
2015-06-25 Zoltan VargaClean up the imt trampoline code a bit.
2015-06-25 Zoltan VargaMerge pull request #1898 from alexanderkyte/debugger_va...
2015-06-25 Alexander Kyte[runtime] Handle TransparentProxies when getting object...
2015-06-25 Zoltan Varga[runtime] Use MONO_GENERIC_CONTEXT_USED_CLASS/METHOD...
2015-06-25 Zoltan Varga[runtime] Get rid of the MONO_GENERIC_SHARING env varia...
2015-06-24 Marek Safar[runtime] Update incorrect test (exposed by f2039ff7201...
2015-06-24 Alex Rønne PetersenMerge pull request #1869 from alexanderkyte/appdomain_p...
2015-06-24 Zoltan Varga[jit] Properly set the klass of the MonoInst pushed...
2015-06-22 Zoltan VargaMerge pull request #1874 from saper/bug_29679
2015-06-22 Mark Probst[sgen] Remove a weird unnecessary cast.
2015-06-22 Mark Probst[sgen] `GCObject*` instead of `void*`
2015-06-22 Mark Probst[runtime] GC descriptor typedef.
2015-06-22 Mark Probst[sgen] Typedef for GC descriptors.
2015-06-22 Mark Probst[sgen] `GCObject*` instead of `char*` where appropriate.
2015-06-22 Mark Probst[sgen] Make GCVTable type opaque, not a pointer.
2015-06-22 Miguel de IcazaMerge pull request #1887 from debugerr/patch-2
2015-06-22 Ludovic Henry[threadpool-ms-io] Rework socket removal job cancellation
2015-06-22 Ludovic Henry[threadpool-ms-io] Remove dependency on SocketAsyncResu...
2015-06-22 Ludovic Henry[threadpool-ms-io] Fix race between socket add and...
2015-06-22 Ludovic Henry[threadpool-ms-io] Rework AsyncReadHandler detection
2015-06-22 Ludovic Henry[threadpool-ms-io] Fix update on epoll
2015-06-20 Zoltan VargaMerge pull request #1889 from alexanderkyte/debugger_lo...
2015-06-20 Alexander Kyte[runtime] Add a missing NOP to the OP_SEQ_POINT arm...
2015-06-19 Zoltan VargaFix the build.
2015-06-19 Zoltan Varga[runtime] Make multiple -O= flags cumultative instead...
2015-06-19 Zoltan VargaMerge pull request #1886 from BrzVlad/fix-arm-thread...
2015-06-19 João Matos[aot] Build the LLVM temporary file paths with the...
2015-06-19 João Matos[aot] Build the temporary base name with the temporary...
2015-06-19 João Matos[aot] Initialize the temporary path to an empty string.
2015-06-18 Vlad Brezae[ios] Fix setting of thread state due to invalid argument
2015-06-17 Zoltan Varga[jit] Disable passing the rgctx/vtable in some cases...
2015-06-17 Zoltan Varga[runtime] Mark some linq tests as GSHAREDVT so they...
2015-06-17 Zoltan Varga[amd64] Fix some partial sharing problems.
2015-06-17 Zoltan VargaFix a warning.
2015-06-17 Zoltan Varga[runtime] More full-aot+amd64 fixes.
2015-06-17 Zoltan Varga[runtime] Fix full aot on amd64.
2015-06-17 Alexander Kyte[runtime] Fixed use-after-free in context freeing
2015-06-16 Marcos HenrichMerge pull request #1804 from esdrubal/processmodule
2015-06-16 Marek Safar[mono] Update swedish months and days to be always...
2015-06-16 João MatosMerge pull request #1878 from rolfbjarne/have-system
2015-06-16 Rolf Bjarne KvingeAdd a conditional for the system function.
2015-06-16 Marcos Henrich[runtime] Fixed get_process_module module name.
2015-06-16 Alex Rønne PetersenMerge pull request #1877 from BrzVlad/fix-finalizer...
2015-06-16 Alex Rønne PetersenMerge pull request #1875 from directhex/use-variable...
2015-06-16 Marcos HenrichMerge pull request #1876 from esdrubal/mmf-segfault
2015-06-16 Zoltan Varga[jit] Add jit icalls used by the inline rgctx fetch...
2015-06-16 Zoltan Varga[jit] Remove the 'caller' argument from the generic...
2015-06-16 Zoltan Varga[gsharedvt] Avoid computing the generic sharing context...
next