[sgen] Make nursery-is-clean check a MONO_GC_DEBUG option.
[mono.git] / mono /
2012-12-09 Mark Probst[sgen] Make nursery-is-clean check a MONO_GC_DEBUG...
2012-12-09 Mark Probst[sgen] Debugging checks on gray object enqueues.
2012-12-09 Mark Probst[sgen] Never enqueue nursery pointers for the concurren...
2012-12-09 Mark Probst[sgen] Major collection concurrent with nursery collect...
2012-12-09 Mark Probst[sgen] Separate binary protocol entries for collection...
2012-12-09 Mark Probst[sgen] Objects promoted during concurrent collections...
2012-12-09 Mark Probst[sgen] Clear nursery fragments before whole heap check.
2012-12-09 Mark Probst[sgen] Enqueue objects allocated during minor collectio...
2012-12-09 Mark Probst[sgen] Pass scan function to sgen_drain_gray_stack().
2012-12-09 Mark Probst[sgen] Handle forwarded objects better in describe_ptr().
2012-12-09 Mark Probst[sgen] Do concurrent collection concurrently.
2012-12-09 Mark Probst[sgen] Allocate job data dynamically.
2012-12-09 Mark Probst[sgen] Scan cardtable mod union when finishing up major...
2012-12-09 Mark Probst[sgen] Do another copy/mark pass when finishing up...
2012-12-09 Mark Probst[sgen] Assert that concurrent mark never pins major...
2012-12-09 Mark Probst[sgen] Factor out major copying and marking from roots...
2012-12-09 Mark Probst[sgen] Don't check the value for nursery in the concurr...
2012-12-09 Mark Probst[sgen] Mod-union card tables.
2012-12-09 Mark Probst[sgen] Don't pin when doing concurrent collections.
2012-12-09 Mark Probst[sgen] Reset pinning early in concurrent collector.
2012-12-09 Mark Probst[sgen] Separate function for finishing major collections.
2012-12-09 Mark Probst[sgen] Only allow the card table wbarrier for concurren...
2012-12-09 Mark Probst[sgen] Some nursery stuff isn't necessary for concurren...
2012-12-09 Mark Probst[sgen] Separate mark for concurrent collector. Not...
2012-12-09 Mark Probst[sgen] Concurrent flag for major collectors.
2012-12-09 Mark Probst[sgen] Mark/pin large objects in the LOS header, not...
2012-12-09 Mark Probst[sgen] Split major collection into startup and work.
2012-12-09 Mark Probst[sgen] Tiny code cleanup.
2012-12-09 Mark Probst[sgen] Remove superfluous fields from LOSObject.
2012-12-09 Mark Probst[sgen] Mark unused gray queue as invalid.
2012-12-07 Rodrigo Kumpera[sgen]Improve fatal OOM messaging to include the reques...
2012-12-07 Miguel de IcazaMerge pull request #487 from mayerwin/patch-1
2012-12-07 Miguel de IcazaMerge pull request #496 from nicolas-raoul/unit-test...
2012-12-07 Miguel de IcazaMerge pull request #495 from nicolas-raoul/fix-for...
2012-12-07 Zoltan VargaTreat valuetype arguments precisely during precise...
2012-12-06 Rodrigo KumperaEnable MOBILE mmap support under ios-simulator. Fixes...
2012-12-05 Zoltan VargaRevert dfa9220e8b7e89c29447a71c7b30d5a9a3cbdfec.
2012-12-05 Zoltan VargaTreat param area stack slots as being part of the calle...
2012-12-05 Zoltan VargaAvoid computing the remset size in sgen_ssb_record_poin...
2012-12-05 Jonathan PryorDon't version shared libraries on Android.
2012-12-04 Zoltan VargaAdd support for interior pointers for oldspace objects...
2012-12-04 Zoltan VargaOptimize the emission of dwarf line number info by...
2012-12-04 Zoltan VargaReduce the number of non-temporary symbols in AOT outpu...
2012-12-04 Zoltan VargaDelete .dSYM directories using rm -rf.
2012-12-03 Zoltan VargaOptimize the GC map construction code a bit.
2012-12-01 Zoltan VargaAvoid a newline in some mono_trace () calls, it already...
2012-11-30 Rodrigo KumperaHandle a loader generic type hierarchy corner case...
2012-11-30 Rodrigo KumperaMerge pull request #513 from pruiz/xamarin-bug-8565-v2
2012-11-30 Marek HabersackMerge pull request #498 from Unroll-Me/master
2012-11-30 Marek SafarMerge pull request #515 from pruiz/syswebrouting-fixes
2012-11-29 Rodrigo KumperaAdd stats for cards remarked by the gc and left untouch...
2012-11-29 Mark Probst[tests] Fix pinning in finalizer-exception.cs.
2012-11-28 Rodrigo KumperaMake each test output to a different file to make it...
2012-11-28 Rodrigo KumperaAdd a domain unloading test to the sgen test suite.
2012-11-28 Rodrigo KumperaFix GC logging and make output neater.
2012-11-28 Rodrigo KumperaLazy sweep blocks when walking the heap.
2012-11-28 Rodrigo KumperaMake sure we don't corrupt the heap when serializing...
2012-11-28 Zoltan VargaAdd some debug logging to lookup_data_table () to help...
2012-11-28 Zoltan VargaRemove the setup_jit_tls_data () call from mini_init...
2012-11-27 Rolf Bjarne KvingeMake WaitHandle.Wait* behave the same wrt WAIT_IO_COMPL...
2012-11-27 Pablo Ruiz GarciaFixed xamarin-bug #8565: System.Runtime.Serialization...
2012-11-26 Rodrigo KumperaFix the split nursery to work with the SERIALCOPY_OBJEC...
2012-11-26 Rodrigo KumperaRevert "Revert SERIAL_COPY_OBJECT_FROM_OBJ as it's...
2012-11-26 Rodrigo KumperaRevert "Use Zoltan's simpler promotion failure check...
2012-11-26 Zoltan VargaMark OP_TAILCALL as a GC call site on x86.
2012-11-25 Mark Probst[sgen] Switch license of SGen to LGPL2.
2012-11-24 Zoltan VargaTreat exceptions caught in non-user code as unhandled...
2012-11-24 Zoltan VargaUpdate URL for the 'Unmanaged code called delegate...
2012-11-23 Atsushi EnoMerge pull request #409 from Alkarex/patch-1
2012-11-23 Zoltan VargaMark mono_arch_create_llvm_native_thunk () as MONO_LLVM...
2012-11-23 Zoltan VargaFix another case missed by 7e222739db7192eb0c5ec17cad18...
2012-11-23 Zoltan VargaFix a case missed by 7e222739db7192eb0c5ec17cad18e30948...
2012-11-23 Zoltan VargaFix support for --disable-executables used together...
2012-11-23 Zoltan VargaAdd a thunk for calls from LLVM code to native function...
2012-11-22 Zoltan VargaFix a buffer overflow in the LLVM backend. Fixes #8502.
2012-11-21 Zoltan VargaFix a warning.
2012-11-21 Zoltan VargaAvoid an assert in sdb if mono_thread_info_safe_suspend...
2012-11-20 Rodrigo KumperaUse Zoltan's simpler promotion failure check for the...
2012-11-20 Rodrigo KumperaRevert SERIAL_COPY_OBJECT_FROM_OBJ as it's only benefit...
2012-11-20 Mark Probst[sgen] Fix use of volatile in the lock free allocator.
2012-11-20 Rodrigo KumperaFix compilation on non gcc systems with varargs.
2012-11-20 Zoltan VargaFix some warnings when compiling with clang. Remove...
2012-11-20 Zoltan VargaRename 'thread_info' global in sgen to 'sgen_thread_inf...
2012-11-20 Zoltan VargaFix OBJ_BITMAP_FOREACH_PTR () for non gcc compilers.
2012-11-20 Zoltan VargaOptimize OBJ_BITMAP_FOREACH_PTR () using __builtin_ctz ().
2012-11-20 Rodrigo KumperaFixe memberref parent token size calculation.
2012-11-19 Rodrigo KumperaFor some unknown reason sequence points on wrappers...
2012-11-19 Zoltan VargaAdded a workaround for #2190. Avoid calling mono_arch_g...
2012-11-19 Rodrigo KumperaRedirect console output for iOS/Android when tracing.
2012-11-19 Rodrigo KumperaSwitch exception reporting to use utils/mono-logger...
2012-11-19 Rodrigo KumperaSwitch sgen to use utils/mono-logger-internal.h for...
2012-11-19 Rodrigo KumperaAdd stdout/stderr wrappers for the gc and runtime.
2012-11-19 Rodrigo KumperaKill sgen_get_logfile and sgen_debug_printf.
2012-11-19 Rodrigo KumperaKill explicit usages of gc_debug_file.
2012-11-19 Rodrigo KumperaReplace all uses of DEBUG with SGEN_LOG and SGEN_ASSERT.
2012-11-19 Rodrigo KumperaAdd macros to sgen meant to replace DEBUG
2012-11-19 Rodrigo KumperaDisable AOT pretty symbol names on iOS.
2012-11-19 Zoltan VargaDisable LLVM for methods with nested clauses for now...
2012-11-19 Zoltan VargaSweep the heap block containing the object in free_obje...
2012-11-19 Zoltan VargaMove an sgen debug message to loglevel 2 from 1.
next