[decode] Add dump_counters
[mono.git] / mono / metadata /
2014-05-09 Zoltan VargaMerge pull request #1028 from DavidKarlas/sdbTypesCaching
2014-05-08 Zoltan Varga[runtime] Wait for the finalizer thread to exit in...
2014-05-08 Ludovic HenryMerge pull request #1024 from ludovic-henry/pr10-proflo...
2014-05-08 Jeffrey StedfastMerge pull request #1026 from DavidKarlas/cacheThreadInfo
2014-05-08 Rolf Bjarne KvingeInitialize out parameters to NULL.
2014-05-07 Zoltan Varga[sdb] Add end lines/end columns to line number information.
2014-05-07 Rodrigo KumperaFix copyright.
2014-05-06 Miguel de IcazaMerge pull request #1018 from ermshiperete/xamarin...
2014-05-06 Rodrigo Kumpera[sgen] Improve bridge comparison code a bit.
2014-05-06 Rodrigo Kumpera[sgen-bridge] Add the tarjan-coloring bridge.
2014-05-06 Rodrigo Kumpera[bridge] change the log entry name to make it easier...
2014-05-06 Rodrigo Kumpera[sgen-bridge] Each bridge needs it own internal mem...
2014-05-06 Miguel de IcazaMerge pull request #1010 from davidmoore1/bug-19304
2014-05-03 Zoltan Varga[runtime] Fix a warning which happens because we store...
2014-05-02 Mark Probst[sgen-bridge] Don't forward a node to itself.
2014-05-02 Mark Probst[sgen-bridge] Compare xrefs between bridge implementati...
2014-05-02 Mark Probst[sgen-bridge] Compare SCCs between bridge implementations.
2014-05-02 Mark Probst[sgen-bridge] Allow second bridge implementation to...
2014-05-02 Mark Probst[sgen-bridge] Small refactoring.
2014-05-02 Mark Probst[sgen-bridge] Move bridge debug option handling to...
2014-05-02 Mark Probst[sgen-bridge] Set bridge_processing_in_progress in...
2014-05-02 Mark Probst[sgen-bridge] Also separate old bridge into pre- and...
2014-05-02 Mark Probst[sgen-bridge] Move processing of API data structures...
2014-05-02 Mark Probst[sgen-bridge] Separate before- and after-callback in...
2014-05-02 Mark Probst[sgen-bridge] Special-case ptr array for 1 entry withou...
2014-05-02 Mark Probst[sgen-bridge] Use bit field for is_visited and finishin...
2014-05-02 Mark Probst[sgen-bridge] Make finishing_time a 32 bit unsigned...
2014-05-02 Mark Probst[sgen-bridge] Fix forwarding.
2014-05-02 Mark Probst[sgen-bridge] Remove redundant object pointer in hash...
2014-05-02 Mark Probst[sgen-bridge] Separate DFS1 and DFS2 fields in HashEntry.
2014-05-02 Mark Probst[sgen-bridge] object_is_live() should be called object_...
2014-05-02 Mark Probst[sgen-bridge] Debugging option to dump whole bridge...
2014-05-02 Mark Probst[sgen-bridge] Remove single-reference non-bridge object...
2014-05-02 Mark Probst[sgen-bridge] Copy-on-write for DynArrays.
2014-05-02 Mark Probst[sgen-bridge] Remove dead DynArray merging code.
2014-05-02 Mark Probst[sgen] Heavy hash table statistics.
2014-05-02 Mark Probst[sgen-bridge] Make merging in old xrefs algorithm much...
2014-05-02 Mark Probst[sgen-bridge] New xrefs graph optimization for nodes...
2014-05-02 Mark Probst[sgen-bridge] Don't merge xrefs in DFS2. Speeds up...
2014-05-02 Rodrigo KumperaMerge pull request #1013 from ranma42/fix-19380
2014-05-01 Andrea CancianiCanonicalize folders when setting up assemblies_path
2014-05-01 Alex Rønne PetersenPut the "degraded allocation" warning behind a log...
2014-05-01 Andrea CancianiFix minor memleak
2014-04-30 Rodrigo KumperaRevert "wip". This idiot here pushed a working branch.
2014-04-30 Rodrigo KumperaRevert "might be working" Stupid me pushed a working...
2014-04-30 Rodrigo Kumpera[runtime] Fix use before null-check crasher. Found...
2014-04-30 Rodrigo Kumperamight be working
2014-04-30 Rodrigo Kumperawip
2014-04-30 Marek SafarMerge pull request #966 from ermshiperete/bug-xamarin...
2014-04-29 Michael HutchinsonMerge pull request #1008 from lambdalice/master
2014-04-29 Paolo MolaroFix regression in thread name reporting in the profiler.
2014-04-29 Paolo MolaroMake assembly resolve events more compatible with the...
2014-04-28 Alexis ChristoforidesMerge pull request #920
2014-04-28 Alexis ChristoforidesMerge pull request #971
2014-04-28 Rodrigo KumperaRevert "[counters] Simplify things a bit by removing...
2014-04-28 Alexis ChristoforidesMerge pull request #961 from ermshiperete/bug-xamarin...
2014-04-28 Marek SafarMerge pull request #1005 from ranma42/race-free-paralle...
2014-04-25 Rodrigo Kumpera[sgen-bridge] Fix the bridge with forwarded objects.
2014-04-25 Rolf Bjarne KvingeRevert "Revert "Merge branch 'master' of https://github...
2014-04-25 Alex Rønne PetersenMerge pull request #916 from akoeplinger/fix-gac-test
2014-04-24 Rodrigo Kumpera[sgen-bridge] Implement type based dfs1 filtering.
2014-04-24 Rodrigo Kumpera[sgen-bridge] Fix counters. They were not zeroed after...
2014-04-24 Rodrigo Kumpera[sgen-bridge] Use an extra vtable bit to flag opaque...
2014-04-24 Rodrigo Kumpera[runtime] Fix bitfield comments.
2014-04-24 Alex Rønne PetersenMerge pull request #1002 from ranma42/make-check-no...
2014-04-24 Marek SafarMerge pull request #1003 from robertpi/Bug12211
2014-04-24 Rodrigo Kumpera[sgen-bridge] New bridge implementation - currently...
2014-04-24 Rodrigo Kumpera[sgen-bridge] Move the bridge implementation behind...
2014-04-23 Mark Probst[sgen] Fix time logging. We inflated durations by...
2014-04-23 Alexis ChristoforidesRevert "Merge branch 'master' of https://github.com...
2014-04-23 Alexis ChristoforidesMerge branch 'master' of https://github.com/mono/mono
2014-04-22 Zoltan Varga[sdb] Add support for DebuggerNonUserCodeAttribute.
2014-04-22 Zoltan Varga[arm64] Add sgen support.
2014-04-22 Zoltan Varga[arm64] Add context/mach support.
2014-04-22 Alexis ChristoforidesMerge pull request #994 from drummerhu/patch-1
2014-04-21 Rodrigo Kumpera[counters] Simplify things a bit by removing unsigned...
2014-04-21 Rodrigo Kumpera[counter] Kill counter type MONO_COUNTER_TIME_INTERVAL...
2014-04-17 Rodrigo Kumpera[sgen-bridge] Introduce accounting mode to bridge proce...
2014-04-17 Alex Rønne PetersenFix a couple of warnings in sgen-cardtable.c.
2014-04-16 Mark Probst[sgen] Counter for time we spend starting and stopping...
2014-04-16 Mark Probst[sgen] Fix M&S object iteration.
2014-04-16 Mark Probst[sgen] Fix CLEAR_AT_GC.
2014-04-16 Mark Probst[sgen] Fix remset consistency check in presence of...
2014-04-16 Mark Probst[sgen] Count cards for binary protocol.
2014-04-16 Mark Probst[sgen] Don't scan cards in no-reference LOS objects.
2014-04-16 Mark Probst[sgen] Make missing remset debugging easier.
2014-04-16 Mark Probst[sgen] Small refactoring of sgen_card_table_update_mod_...
2014-04-16 Mark Probst[sgen] Make mod-union consistency check work again.
2014-04-16 Mark Probst[sgen] Binary protocol entries for world stop/restart...
2014-04-16 Mark Probst[sgen] Enable binary protocol by default, make the...
2014-04-16 Zoltan Varga[jit] Rewrite lookup_method () to reduce contention...
2014-04-16 Zoltan Varga[runtime] Add some low level locks to image sets to...
2014-04-15 Miguel de IcazaMerge pull request #987 from StephenMcConnel/bug-18874
2014-04-14 Rodrigo KumperaMerge pull request #990 from BrandonLWhite/bw/cqleak
2014-04-12 Alex Rønne PetersenMerge pull request #656 from LogosBible/collection_lock
2014-04-12 Brandon[runtime] Fixed leak of MonoListItems in MonoCQ
2014-04-12 Alex Rønne PetersenMerge pull request #273 from joncham/bug-getpid
2014-04-12 Zoltan Varga[runtime] Improve the hashing of MONO_TYPE_VAR/MONO_TYP...
2014-04-12 Zoltan VargaMerge pull request #988 from ranma42/fix-lls-test
2014-04-12 Zoltan VargaMerge pull request #989 from rolfbjarne/bundle-tracing...
next