[System.Core/Android] Fix standalone unit tests.
[mono.git] / mono /
2014-10-07 Zoltan Varga[runtime] Move the MonoJit/MonoJitInfoTable code to...
2014-10-07 Zoltan Varga[runtime] Factor out some duplicate code from the MonoJ...
2014-10-07 Zoltan VargaMerge pull request #1328 from vkargov/master
2014-10-07 Vladimir Kargov[runtime] Take correct domain information from StackFra...
2014-10-07 Rodrigo KumperaMerge pull request #1179 from ludovic-henry/pr25-threadpool
2014-10-07 Alexis Christoforides[runtime] Fix another lost canary change
2014-10-06 Zoltan VargaKill timed-out tests when using the managed test runner.
2014-10-06 Rodrigo Kumpera[runtime] Silence a warning that has not helped us...
2014-10-06 Alexis Christoforides[runtime] Fix canary oops
2014-10-06 Alexis Christoforides[runtime] Implement 'nursery-canaries' option for SGen.
2014-10-06 Alexis Christoforides[runtime] Convert String.InternalSetLength to an icall...
2014-10-06 Alexis Christoforides[runtime] Implement nursery canaries.
2014-10-05 Zoltan Varga[arm] Increase size of tls_get opcode to 24.
2014-10-03 Alexis Christoforides[runtime] Fix allocation size calculation for strings...
2014-10-03 Zoltan Varga[jit] Implement 5dbf97e66057f8626c53fcea30f1988d6627e5a...
2014-10-03 Zoltan Varga[jit] Get rid of unused MONO_ARCH_THIS_AS_FIRST_ARG...
2014-10-03 Zoltan Varga[arm] Implement handler block guards.
2014-10-02 Zoltan Varga[amd64] Simplify mono_arch_install_handler_block_guard ().
2014-10-02 Zoltan Varga[arm] Increase the length of the tls_get opcode.
2014-10-02 Zoltan VargaFix a warning.
2014-10-02 Zoltan VargaFix the arm build.
2014-10-02 Zoltan Varga[sgen] Reorganize sgen-archdep.h to remove unused defines.
2014-10-02 Zoltan Varga[jit] Remove unused defines.
2014-10-02 Zoltan Varga[amd64] Define MONO_ARCH_NOMAP32BIT on all non-linux...
2014-10-02 Zoltan Varga[jit] Define NOMAP32BIT on winx64.
2014-10-01 Mark Probst[sgen] Fix concurrent mark with split nursery.
2014-10-01 Zoltan Varga[jit] Remove the unused MONO_DISABLE_PENDING_EXCEPTIONS...
2014-10-01 Zoltan Varga[x86] Remove the now unused push based parameter passin...
2014-10-01 Jonathan PryorMerge pull request #1306 from joelmartinez/docs-private...
2014-10-01 Zoltan Varga[runtime] Add a missing call to mono_thread_notify_pend...
2014-10-01 Zoltan VargaFix some warnings by not including utils/mono-threads...
2014-10-01 Zoltan Varga[jit] Make each CASTCLASS_CACHE patch unique by generat...
2014-09-29 Mark ProbstFix build on pre-C99 compilers.
2014-09-29 Ludovic Henry[sgen] Remove useless internal allocation
2014-09-29 Zoltan Varga[runtime] Enable the new interrupt code on ios.
2014-09-29 Mark Probst[sgen] Don't use callback for pinning cemented objects.
2014-09-29 Mark Probst[sgen] Tag block pointers with whether the blocks conta...
2014-09-29 Mark Probst[sgen] Macro abstractions for pointer tagging.
2014-09-29 Mark Probst[sgen] Shift, don't divide, just to make sure.
2014-09-29 Mark Probst[sgen] Move SGen statistics out of gc-internal.h.
2014-09-29 Mark Probst[sgen] Don't unroll run-length scanning loop.
2014-09-29 Mark Probst[sgen] Keep allocated blocks in array instead of linked...
2014-09-29 Mark Probst[sgen] Move GRAY_OBJECT_ENQUEUE/DEQUEUE to sgen-gray.h.
2014-09-29 Mark Probst[sgen] Move HEAVY_STAT macro to sgen-conf.h.
2014-09-29 Mark Probst[sgen] Scoping fix in a macro.
2014-09-29 Mark Probst[sgen] Heavy statistics counters for scanned object...
2014-09-29 Mark Probst[sgen] do-while loop instead of 1-unrolled while loop...
2014-09-29 Mark Probst[sgen] Added some comments.
2014-09-29 Mark Probst[sgen] Simplify sgen_drain_gray_stack().
2014-09-29 Mark Probst[sgen] Free gray queue sections after GC, not at start...
2014-09-29 Mark Probst[sgen] Enqueue objects with their descriptors.
2014-09-29 Mark Probst[sgen] Pass descriptor, not vtable, to OBJ_COMPLEX_ARR_...
2014-09-29 Mark Probst[sgen] GrayQueueEntry struct instead of just char*.
2014-09-29 Mark Probst[sgen] Remove obsolete check in #ifdef.
2014-09-29 Mark Probst[sgen] Abstract block info->block via macro.
2014-09-29 Mark Probst[sgen] Implement get_and_reset_num_major_objects_marked...
2014-09-29 Mark Probst[sgen] Remove parallel collector.
2014-09-29 Mark Probst[sgen] Remove SGen fixed heap configuration.
2014-09-29 Zoltan VargaFix a warning.
2014-09-29 Zoltan Varga[x86] Reenable the no pushes code again.
2014-09-29 Marek SafarMerge pull request #1316 from Therzok/addSealed
2014-09-29 Zoltan VargaRevert "[jit] Enable deadce on fp instructions on x86...
2014-09-28 Zoltan Varga[runtime] Disallow generic classes with explicit layout...
2014-09-28 Marek SafarMerge pull request #1315 from rjvdboon/BootstrapContext
2014-09-28 Zoltan Varga[runtime] Implement and enable the new interrupt code...
2014-09-27 Marek SafarMerge pull request #1314 from alesliehughes/master
2014-09-26 Zoltan Varga[jit] Enable deadce on fp instructions on x86. Fixes...
2014-09-26 Zoltan Varga[sdb] Add an option to make debugger invokes virtual...
2014-09-26 Sebastien PouliotMerge pull request #1282 from madrang/MinorChangesOfPul...
2014-09-26 Ludovic Henry[threadpool] Put the monitor thread to sleep if there...
2014-09-26 Ludovic Henry[threadpool] Remove process_idle_times so monitor_threa...
2014-09-26 Ludovic Henry[threadpool] Add heuristic to approach the optimal...
2014-09-26 Ludovic Henry[threadpool] Add suspend pushing to a WSQ
2014-09-26 Rodrigo KumperaRevert "[runtime] Implement lazy resolution of array...
2014-09-26 Rodrigo KumperaRevert "[runtime] Remove a bit chunk of what's dead...
2014-09-26 Marek SafarMerge pull request #1312 from esdrubal/xmltext
2014-09-25 Zoltan Varga[aot] Pass additional arguments to llc on x86.
2014-09-25 Rodrigo Kumpera[runtime] Remove a bit chunk of what's dead code now.
2014-09-25 Rodrigo Kumpera[runtime] Implement lazy resolution of array interfaces.
2014-09-25 Marek SafarMerge pull request #1309 from esdrubal/json
2014-09-25 Miguel de IcazaMerge pull request #1307 from esdrubal/servicemodelrss
2014-09-24 Mark Probst[sgen] Don't get time twice at the same time.
2014-09-24 Ludovic Henry[sgen] Add concurrent collector counter for time spent...
2014-09-24 Ludovic Henry[sgen] Add major concurrent collector stw time to ...
2014-09-24 Miguel de IcazaMerge pull request #1304 from slluis/mac-proxy-autoconfig
2014-09-24 João MatosFixed TLS detection to check for TARGET_MACH instead...
2014-09-24 Jo ShieldsMove llvm_init_inner inside #ifdef ENABLE_LLVM
2014-09-23 Zoltan VargaMerge pull request #1301 from Unity-Technologies/fix...
2014-09-23 Zoltan Varga[jit] Fix LLVM support on amd64 which got broken by...
2014-09-23 Zoltan Varga[aot] Fix running with a loadable llvm module in aot...
2014-09-23 Zoltan Varga[jit] Fix EH on amd64 which got broken by d5a18ba292367...
2014-09-23 Rodrigo KumperaMerge pull request #1299 from esdrubal/uriuserinfo
2014-09-23 Jonathan ChambersFix Win32 call in IsUserProtected. Usage was incorrect...
2014-09-23 Marek SafarMerge pull request #1300 from esdrubal/unixrelativeorab...
2014-09-23 Marcos HenrichMerge pull request #1203 from esdrubal/protect
2014-09-23 Zoltan Varga[aot] Add an 'options' argument to the AOT cache config...
2014-09-23 Zoltan Varga[aot] Add more verbose aot cache logging, fix failure...
2014-09-23 Zoltan Varga[aot] Make --aot=llvm actually work by passing the...
2014-09-23 Zoltan Varga[aot] Fix a regression introduced by 82c15fa592b23cf466...
2014-09-23 Zoltan Varga[aot] Add an 'llvm' aot option which does the same...
next