[xbuild] Add property $(SkipCopyUnchangedFiles)
[mono.git] / mono /
2011-05-26 Rodrigo KumperaFix HEAVY_STATS
2011-05-26 Rodrigo KumperaAdd stats for the nursery allocator
2011-05-26 Rodrigo KumperaSanitize assertions in the unmanaged object allocator.
2011-05-26 Rodrigo KumperaChange the managed allocator so the tlab wastage trick...
2011-05-26 Rodrigo KumperaBound tlab wastage to SGEN_MAX_NURSERY_WASTE.
2011-05-26 Rodrigo KumperaCleanup and move nursery allocator tunables to sgen...
2011-05-26 Rodrigo KumperaAdd nursery wastage accounting under heavy stats
2011-05-26 Rodrigo KumperaIntroduce mono_sgen_nursery_retire_region.
2011-05-26 Rodrigo KumperaImplement nursery allocation tracking.
2011-05-26 Rodrigo KumperaImplement lock free nursery allocation.
2011-05-26 Rodrigo KumperaUse a separate field to hold freed fragments
2011-05-26 Rodrigo KumperaKill nursery_next, now each fragment has a bump pointer.
2011-05-26 Rodrigo KumperaAdd mono_sgen_can_alloc_size and trim some unusued...
2011-05-26 Rodrigo KumperaFinish spliting sgen-nursery-allocator into a separate...
2011-05-26 Rodrigo KumperaExport mono_sgen_get_nursery_clear_policy from sgen-gc
2011-05-26 Rodrigo KumperaRename functions that will be part of the nursery-alloc...
2011-05-26 Rodrigo KumperaMove more nursery fragment code from sgen-gc.c
2011-05-26 Rodrigo KumperaMove nursery fragment handling to a separate file
2011-05-25 Rodrigo KumperaThe TLS shutdown race only happen in signal based STW...
2011-05-25 Rodrigo KumperaFix mul_imm under amd64
2011-05-25 Zoltan VargaEnable llvm support for the new Monitor.Enter () wrapper.
2011-05-25 Zoltan VargaFix a warning.
2011-05-25 Rodrigo KumperaFix mono-cq under sgen.
2011-05-25 Zoltan VargaImplement AOT support for the new Monitor.Enter ()...
2011-05-24 Rodrigo KumperaDisable v4 monitor.enter fastpath under aot and llvm
2011-05-24 Rodrigo KumperaReapply the fast v4 monitor enter IL. AOT and LLVM...
2011-05-24 Marek HabersackRevert "Reapply 171e69041898f488f332c5a2fad71e40f5863c5...
2011-05-24 Rodrigo KumperaReapply 171e69041898f488f332c5a2fad71e40f5863c5d fixed...
2011-05-23 Marek HabersackRevert "Implement fast il wrapper for v4 Monitor.Enter."
2011-05-23 Rodrigo KumperaImplement fast il wrapper for v4 Monitor.Enter.
2011-05-23 Rodrigo KumperaBetter handle broken types when loading default value.
2011-05-23 Jeffrey StedfastFixed #include ordering for stat()
2011-05-23 Zoltan VargaFix warnings.
2011-05-23 Marek HabersackRevert "Fix some warnings."
2011-05-21 Zoltan VargaFix some warnings.
2011-05-21 Zoltan VargaAdd an assert.
2011-05-20 Mark Probst[tests] Add test case for large vtypes in SGen.
2011-05-20 Mark Probst[sgen] Handle all cases in major_scan_vtable().
2011-05-20 Mark Probst[sgen] Don't pass vtables to FOREACH macros when the...
2011-05-20 Mark Probst[sgen] Remove superfluous arguments from minor_scan_vty...
2011-05-20 Mark Probst[sgen] Remove small bitmap descriptor type.
2011-05-20 Rodrigo KumperaFix aligninig copy and improve overlap detection
2011-05-20 Mark Probst[sgen] Fix a compiler warning.
2011-05-20 Rodrigo KumperaApparently I'm too stupid to implement memmove correctl...
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-19 Rodrigo KumperaFix mono_gc_memmove backward copy.
2011-05-19 Rodrigo KumperaFix tp_poll_wait to work with sgen
2011-05-19 Rodrigo KumperaAdd mono_ptr_array_reset and mono_ptr_array_clear
2011-05-19 Rodrigo KumperaUse new mono_gc_(memmove|bzero) in places messing with...
2011-05-19 Rodrigo KumperaAdd new API to copy managed memory.
2011-05-18 Marek Habersack[runtime] When shadow-copying assemblies, use the io...
2011-05-18 Andreia Gaita[runtime] fix the partial version check, it should...
2011-05-16 Atsushi EnoMerge pull request #101 from occ/master
2011-05-15 Zoltan VargaAvoid a crash in Field:GetRawConstantValue () if the...
2011-05-13 Zoltan VargaFix warnings + the windows build.
2011-05-13 Rodrigo KumperaMore win32 fixing
2011-05-13 Rodrigo KumperaFix win32
2011-05-13 Rodrigo KumperaFix variant iface verification.
2011-05-13 Zoltan VargaFix the build.
2011-05-13 Zoltan VargaMerge pull request #100 from Unity-Technologies/master...
2011-05-13 TakDon't ifdef ftnptrs_hash.
2011-05-13 Mark Probst[sgen] Use critical region instead of lock in mono_gc_w...
2011-05-13 Tak[Fix] Don't leak function descriptors on ia64 and ppc64.
2011-05-12 Mark ProbstMerge branch 'sgen-stage-finalize'
2011-05-12 Mark Probst[sgen] Staged weak link registration.
2011-05-12 Mark Probst[sgen] Move weak link hash code to separate file.
2011-05-12 Mark Probst[sgen] Staging of finalizer registrations.
2011-05-12 Mark Probst[sgen] Move finalization hash code to separate file.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-12 Veerapuram VaradhanMerge pull request #99 from IgorTkachev/master
2011-05-11 Rodrigo KumperaProperly handle compressed interface bitmaps on the...
2011-05-11 Rodrigo KumperaFix windows build
2011-05-11 Rodrigo KumperaEnable the new interrupt machinery on x86 + linux|mach.
2011-05-11 Rodrigo KumperaImplement thread dump using new machinery.
2011-05-11 Rodrigo KumperaMake sure the GC takes the appropriate locks during...
2011-05-10 Rodrigo KumperaImplement sync suspend based interruption
2011-05-10 Rodrigo Kumperawork around full aot not working
2011-05-10 Rodrigo KumperaRemove dead variable
2011-05-10 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-05-10 Neale FergusonAdd MONO_ARCH_HAVE_CONTEXT_SET_INT_REG for s390x
2011-05-10 Rodrigo KumperaPass mono_install_handler_block_guard in the eh callbac...
2011-05-10 Rodrigo KumperaEnable async invoke on x86.
2011-05-06 Mark Probst[utils] Fix lock-free data structures.
2011-05-06 Rodrigo KumperaMore win32 fixes
2011-05-06 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-05-06 Neale FergusonImplement soft debugger for s390x and fix context macro...
2011-05-06 Rodrigo KumperaFixes for win32
2011-05-05 Rodrigo KumperaMake sure that implicit variant type conversion implies...
2011-05-03 Rodrigo KumperaAdd define to conditionally compile code using mono...
2011-05-03 Mark Probst[sgen] Fix thread unregister deadlock race.
2011-05-03 Martin BauligAdd socket timeouts to the soft debugger.
2011-05-03 Rodrigo KumperaAdd regression test for #691057
2011-05-03 Rodrigo KumperaFix a couple of issues on Mono.Simd.
2011-05-03 Zoltan VargaFix the ARM build.
2011-05-02 Zoltan VargaImplement BSTR icalls even when COM is disabled. Fixes...
2011-05-02 Rodrigo Kumperadon't init smr twice
2011-05-02 Rodrigo KumperaFix resume_thread_internal return type
2011-05-02 Rodrigo KumperaFix thread unregistration under sgen.
next