Merge pull request #1317 from nealef/master
[mono.git] / mono /
2014-12-02 Rodrigo KumperaMerge pull request #1317 from nealef/master
2014-12-02 João MatosMerge pull request #1435 from akoeplinger/fix-s390...
2014-12-02 Alex Rønne PetersenMerge pull request #1400 from RiJo/patch-1
2014-12-02 Alexander KöplingerFix build on s390
2014-12-02 Mark Probst[sgen] Fix 32 bits.
2014-12-01 Mark Probst[sgen] Fix a bug when waking up workers.
2014-12-01 Zoltan Varga[runtime] Add support for jagged array ctors which...
2014-11-30 Zoltan VargaMerge pull request #1412 from esdrubal/stackframe
2014-11-30 Zoltan Varga[runtime] Call mono_gc_base_init () in sdb, since it...
2014-11-30 Zoltan VargaFix the build.
2014-11-30 Zoltan Varga[runtime] Use SIGWINCH as the android debugger signal...
2014-11-30 Zoltan VargaMerge remote-tracking branch 'mfoliveira/ppc64el-v2'
2014-11-30 Zoltan Varga[runtime] Remove some unused metadata includes from...
2014-11-28 Alex Rønne PetersenMerge pull request #1401 from fquiroz01/patch-1
2014-11-28 Zoltan Varga[runtime] Fix a copyright date.
2014-11-28 Zoltan Varga[runtime] Add a remoting.h file and move the remoting...
2014-11-28 Zoltan Varga[runtime] Fix the build.
2014-11-28 Zoltan Varga[runtime] Fix the DISABLE_REMOTING build.
2014-11-28 Zoltan Varga[runtime] Extract the remoting code from marshal.c...
2014-11-28 Zoltan Varga[runtime] Remove more unused debug code.
2014-11-28 Zoltan Varga[runtime] Simplify mono-debug.c since we no longer...
2014-11-28 Zoltan Varga[runtime] Remove an obsolete comment.
2014-11-28 Zoltan Varga[runtime] Change the default runtime version to 4.5.
2014-11-27 Alex Rønne PetersenMerge pull request #1431 from esdrubal/enummap
2014-11-27 Zoltan VargaFix the build.
2014-11-27 Jo ShieldsFix "make dist" error caused by renamed sgen-marksweep...
2014-11-27 Alexander KöplingerFix build (SHARED_EXT was renamed to MONO_SOLIB_EXT...
2014-11-27 Miguel de IcazaMerge pull request #1430 from akoeplinger/readme
2014-11-27 Alex Rønne PetersenMerge pull request #1319 from directhex/systemwide...
2014-11-26 Alex Rønne PetersenMerge pull request #1407 from chrisvire/bug-24587
2014-11-26 Alex Rønne PetersenMerge pull request #1424 from akoeplinger/remove-enable...
2014-11-26 Mark Probst[sgen] Fix concurrent M&S.
2014-11-26 Mark Probst[sgen] Use all 3 lower vtable bits on 32 bits.
2014-11-26 Mark Probst[sgen] Align vtable pointers to 8 bytes on 32 bits...
2014-11-26 Mark Probst[sgen] Mempool allocations should be 8 byte aligned...
2014-11-26 Mark Probst[sgen] Remove unused defines.
2014-11-26 Mark Probst[sgen] Document descriptor types in comment.
2014-11-26 Mark Probst[sgen] Symbolic constants for pointer-free descriptor...
2014-11-26 Mark Probst[sgen] Separate descriptor type enums.
2014-11-26 Mark Probst[sgen] Use a symbolic constant for the descriptor type...
2014-11-26 Mark Probst[sgen] Rename `LARGE_BITMAP` to `BITMAP`.
2014-11-26 Mark Probst[sgen] Use `guint64` for most counters, not `long long`.
2014-11-26 Mark Probst[sgen] Fix cementing tag bit on 32 bits.
2014-11-26 Mark Probst[sgen] Remove DESCRIPTOR_FAST_PATH option - don't use it.
2014-11-26 Mark Probst[sgen] Remove MARK_ON_ENQUEUE option - always use it...
2014-11-26 Mark Probst[sgen] Remove GRAY_QUEUE_HAVE_DESCRIPTORS option -...
2014-11-26 Mark Probst[sgen] Remove USE_PREFETCH_QUEUE option - don't use it.
2014-11-26 Mark Probst[sgen] Remove BLOCK_INFO_IN_HEADER option - always...
2014-11-26 Mark Probst[sgen] Use a smaller slot size scaling factor.
2014-11-26 Mark Probst[sgen] Make block size fastenable.
2014-11-26 Mark Probst[sgen] Fix card scanning with larger block sizes.
2014-11-26 Mark Probst[sgen] Experimental pre-fetch scan fast-path.
2014-11-26 Mark Probst[sgen] Fix build for mark-on-dequeue.
2014-11-26 Mark Probst[sgen] Separate binary protocol entries for concurrent...
2014-11-26 Mark Probst[sgen] Flush binary protocol buffers after unloading...
2014-11-26 Mark Probst[sgen] Fix build on C99.
2014-11-26 Mark Probst[sgen] Fix build with heavy statistics.
2014-11-26 Mark Probst[sgen] Rename sgen-major-scan-object.h to sgen-markswee...
2014-11-26 Mark Probst[sgen] Remove some dead code in sgen-major-scan-object.h.
2014-11-26 Mark Probst[sgen] Unify scanning code a bit.
2014-11-26 Mark Probst[sgen] Add/fix some assertions.
2014-11-26 Mark Probst[sgen] Add some missing binary protocol invocations.
2014-11-26 Mark Probst[sgen] New protocol entry for processing of individual...
2014-11-26 Mark Probst[sgen] Remove binary protocol entry for null dequeue.
2014-11-26 Mark Probst[sgen] Fix build on highest debug level.
2014-11-26 Mark Probst[sgen] Handle copy object failure.
2014-11-26 Mark Probst[sgen] Increase debug level of assertions in inner...
2014-11-26 Mark Probst[sgen] Remove dead code.
2014-11-26 Mark Probst[sgen] Fix build with prefetch queue enabled.
2014-11-26 Mark Probst[sgen] Make new M&S parameters fastenable.
2014-11-26 Mark Probst[sgen] Support evacuation in the optimized mark/scan...
2014-11-26 Mark Probst[sgen] Move drain_gray_stack() to copy/mark header...
2014-11-26 Mark Probst[sgen] Remove old copy/mark function.
2014-11-26 Mark Probst[sgen] Move copy/mark function into separate header...
2014-11-26 Mark Probst[sgen] Support evacuation again.
2014-11-26 Mark Probst[sgen] Support split nursery again.
2014-11-26 Mark Probst[sgen] Unify the two small object mark cases again.
2014-11-26 Mark Probst[sgen] Use MS_MARK_OBJECT_AND_ENQUEUE where we expanded...
2014-11-26 Mark Probst[sgen] Always inline the optimized copy function.
2014-11-26 Mark Probst[sgen] Never fall back to the old copy function.
2014-11-26 Mark Probst[sgen] Use scanning macro in optimized loop.
2014-11-26 Mark Probst[sgen] New SMALL_PTRFREE descriptor type for faster...
2014-11-26 Mark Probst[sgen] Only enqueue objects with references.
2014-11-26 Mark Probst[sgen] Look at descriptor, not block, to see whether...
2014-11-26 Mark Probst[sgen] Special descriptor encoding for strings.
2014-11-26 Mark Probst[sgen] Faster generic large bitmap scanning if CTZ...
2014-11-26 Mark Probst[sgen] Remove small bitmap descriptor type.
2014-11-26 Mark Probst[sgen] Heavy statistics on copied object descriptors.
2014-11-26 Mark Probst[sgen] Heavy statistic counter for scanning of no-ref...
2014-11-26 Mark Probst[sgen] Use HANDLE_PTR in the fast-path, too.
2014-11-26 Mark Probst[sgen] Optional scanning without the small bitmap fast...
2014-11-26 Mark Probst[sgen] Fix heavy statistics in mark-scan loop.
2014-11-26 Mark Probst[sgen] Limit run-length descriptors to small object...
2014-11-26 Mark Probst[sgen] Make mark on enqueue vs dequeue configurable.
2014-11-26 Mark Probst[sgen] Make block info in header optional.
2014-11-26 Mark Probst[sgen] Tag cemented objects so we don't have to go...
2014-11-26 Mark Probst[sgen] Prefetch mark bits, not block start.
2014-11-26 Mark Probst[sgen] Put block info into blocks.
2014-11-26 Mark Probst[sgen] Bring mark-scan loop stats up to date.
2014-11-26 Mark Probst[sgen] Also prefetch the (potential) block header.
next