mono.git
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] Nicer visualization of concurrent collector...
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] In binary protocol grep, gray en-/dequeue must...
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.
2014-11-26 Mark Probst[sgen] Count scanned objects.
2014-11-26 Mark Probst[sgen] Mark on dequeue, not enqueue.
2014-11-26 Mark Probst[sgen] Make enqueuing descriptors compile-time optional.
2014-11-26 Mark Probst[sgen] Make prefetch queue compile-time optional.
2014-11-26 Mark Probst[sgen] Prefetch queue for optimized mark/scan loop.
2014-11-26 Mark Probst[sgen] Optimized mark/scan loop for major collections.
2014-11-26 Mark Probst[gc] Remove the `new object count` counter, because...
2014-11-26 Mark Probst[sgen] Fix build with binary protocol.
2014-11-26 Miguel de IcazaMerge pull request #1426 from ignacionr/webclient-delay...
2014-11-26 Marek Safar[corlib] Implement ExecutionContext flow for async...
2014-11-26 Miguel de IcazaMerge pull request #1398 from jwestfall69/dgv-first_row...
2014-11-26 Miguel de IcazaMerge pull request #1396 from jwestfall69/dgvrc-clear...
2014-11-26 Rodrigo KumperaBump the version.
2014-11-26 Marek SafarMerge pull request #1429 from mono/fixProcessStartInfo2
2014-11-26 Ungureanu MariusFix ProcessStartInfo null checking and replace with...
2014-11-26 Jo Shields[msvc] duplicate 1d6b8a75fa31d60e9ddbc0b9eddbf05ed3fb6c...
2014-11-26 Marek SafarMerge pull request #1428 from mono/fixProcessStartinfo
2014-11-26 Ungureanu MariusShortcircuit ProcessStartInfo Verbs logic.
2014-11-26 Marius UngureanuUpdate ProcessStartInfo to fix some inconsistency
2014-11-26 Ungureanu MariusIntroduce failing ProcessStartInfo tests.
2014-11-26 Marcos HenrichConsoleUi no longer breaks when the test runner returns...
2014-11-26 Zoltan Varga[jit] Resurrect the precise stack marking code.
2014-11-25 Rodrigo Kumpera[corlib] Improve a test failure to be more actionable.
2014-11-25 Rolf Bjarne... [mono-api-html] Colorize html output.
2014-11-25 Marek Safar[corlib] Replace few threading types from reference...
2014-11-25 Jo Shields[msvc] Allow cygwin "make" to be called after winsetup.bat
2014-11-25 Jo Shields[msvc] Fix MONO_INTERNAL undefined in Boehm
2014-11-25 Jo ShieldsFix "make dist" issue from MS.NET regex switchover
2014-11-25 Marek Safar[corlib] Add check for collection modification during...
2014-11-25 Rolf Bjarne... Revert "[System] Ignore two tests which are failing...
2014-11-24 Rodrigo KumperaRevert my last change to a submodule. ALL MY LOVE TO...
2014-11-24 Rodrigo Kumpera[System.Core] Make one test much less likely to fail.
2014-11-24 Zoltan Varga[Microsoft.Build.Tasks] Fix a net 2.0 failure.
2014-11-24 Marek Safar[System.ComponentModel.DataAnnotations] Replace with...
2014-11-24 Marek SafarFixes build
2014-11-24 irodriguez[Fix] WebClient to delay downloaded file creation
2014-11-24 irodriguezWebClient delay file creation until a response is obtained
next