Revert "Revert "Merge branch 'master' of https://github.com/mono/mono""
[mono.git] / mono / mini / mini-gc.c
2012-03-26 Neale Ferguson* sgen-alloc: Use CEE_STIND_I4 for non-MONO_BIG_ARRAYS...
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-14 Miguel de IcazaMerge pull request #213 from linquize/linquize-master
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-09 Gonzalo Paniagua... Merge pull request #211 from symform/master
2012-01-09 Rodrigo KumperaRemove a spurious assert.
2012-01-05 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-01-05 Zoltan VargaFix crashes in the precise stack marking code if a...
2012-01-04 Zoltan VargaFix precise stack scanning on OSX.
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-13 Zoltan VargaConvert mini-gc.c to use MonoThreadUnwindState.
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-11-28 Zoltan VargaDisable an assert in mini-gc.c which can be hit. Fixes...
2011-11-24 Zoltan VargaAdd an assert () to thread_suspend_func ().
2011-10-06 Zoltan VargaEmit precise GC maps for vtypes passed as parameters...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-28 Zoltan VargaAvoid pinning a few stack slots on amd64.
2011-08-27 Zoltan VargaImplement precise stack marking for ARM.
2011-08-27 Zoltan VargaImprove precise stack marking on x86.
2011-08-27 Zoltan VargaFix the precise stack marking code on x86. Mark x86...
2011-08-25 Zoltan VargaFix the scanning of the register save areas in the...
2011-08-17 Miguel de IcazaMore updates
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-22 Mark ProbstRemove io-layer Windows API TLS emulation code.
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-03 Rodrigo KumperaChecking if a type is a reference must be gsharing...
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-14 Zoltan VargaFix AOT.
2011-01-13 Zoltan VargaAdd some more functions to gc-internal.h to help remove...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-03 Zoltan VargaAvoid computing GC maps if precise stack marking is...
2011-01-03 Zoltan VargaMerge branch 'precise-gc-maps'
2011-01-03 Zoltan VargaFix an assert which can be hit for types unloadable...
2011-01-03 Zoltan VargaFix some merge problems.
2011-01-03 Zoltan VargaProperly copy the contexts for FRAME_TYPE_MANAGED_TO_NA...
2011-01-03 Zoltan VargaFix some merge problems.
2011-01-03 Zoltan VargaImplement AOT support.
2011-01-03 Zoltan VargaFix formatting.
2011-01-03 Zoltan VargaImplement x86 support.
2011-01-03 Zoltan VargaRemove unused DEBUG_GC_MAP macros.
2011-01-03 Zoltan VargaShare the log file between sgen and the stack marking...
2011-01-03 Zoltan VargaDon't crash in one place if logging is turned on. Add...
2011-01-03 Zoltan VargaUse sizeof (mgreg_t) in a few more places.
2011-01-03 Zoltan VargaPrint frame info during the precise pass as well.
2011-01-03 Zoltan VargaAdd a MONO_GCMAP_DEBUG env variable. Redirect debug...
2011-01-03 Zoltan VargaAllocate a few more vregs as REF/MP.
2011-01-03 Zoltan VargaImprove logging even more. Fix a crash which happened...
2011-01-03 Zoltan VargaImprove logging, really set vtype slots without livenes...
2011-01-03 Zoltan VargaDon't treat arguments in registers live for the whole...
2011-01-03 Zoltan VargaAdd stats for the size of the scanned native stacks.
2011-01-03 Zoltan VargaFix the computation of frame start so some areas are...
2011-01-03 Zoltan VargaLog if the frame stack is full.
2011-01-03 Zoltan VargaMove the handling of finally clauses into a separate...
2011-01-03 Zoltan VargaMake a log statement depend on cfg->verbose_level.
2011-01-03 Zoltan VargaFix the handling of methods with finally clauses so...
2011-01-03 Zoltan VargaImprove logging. Treat the result of an LDIND.REF as...
2011-01-03 Zoltan VargaRename a few fields.
2011-01-03 Zoltan VargaMake GC maps for methods with finally clauses more...
2011-01-03 Zoltan VargaOptimize the frames with finally clauses a bit so at...
2011-01-03 Zoltan VargaAllow wrapper frames to be precisely tracked.
2011-01-03 Zoltan VargaFix regressions introduced by the last few changes...
2011-01-03 Zoltan VargaTreat the frame reg as precisely tracked.
2011-01-03 Zoltan VargaEncode regmasks compactly.
2011-01-03 Zoltan VargaRegisters are now NOREF by default outside their live...
2011-01-03 Zoltan VargaRemove a debug printf.
2011-01-03 Zoltan VargaFix a warning.
2011-01-03 Zoltan VargaDisable heavy logging.
2011-01-03 Zoltan VargaFix logging and add more logging to the liveness pass.
2011-01-03 Zoltan VargaCreate GC maps for methods with nono-finally clauses.
2011-01-03 Zoltan VargaAdd comments about reducing the size of the GC maps.
2011-01-03 Zoltan VargaFix some FIXMEs.
2011-01-03 Zoltan VargaAdd a free callback to sgen, use it to free our TLS...
2011-01-03 Zoltan VargaOptimize the size of TlsData.
2011-01-03 Zoltan VargaOptimize GC map memory usage a bit more, add more memor...
2011-01-03 Zoltan VargaUpdate some comments.
2011-01-03 Zoltan VargaRename StackSlotType to GCSlotType.
2011-01-03 Zoltan VargaRefactor mini_gc_create_gc_map () into smaller functions.
2011-01-03 Zoltan VargaImplement precise scanning of param area slots. Fix...
2011-01-03 Zoltan VargaDon't treat the saved ebp slot as pinned. Fix support...
2011-01-03 Zoltan VargaFix order of entries in GCEncodedMap.
2011-01-03 Zoltan VargaUpdate comments.
2011-01-03 Zoltan VargaSplit the marking function into two functions, save...
2011-01-03 Zoltan VargaOmit empty columns from the register bitmaps.
2011-01-03 Zoltan VargaFix a typo.
2011-01-03 Zoltan VargaEmbed the callsite table after the gc map.
2011-01-03 Zoltan VargaImplement compression of the fixed fields in the GCMap...
2011-01-03 Zoltan VargaCompute the GC bitmap offsets instead of storing them...
2011-01-03 Zoltan VargaFirst pass at reducing the memory usage of GC Maps.
2011-01-03 Zoltan VargaRewrite everything. Instead of computing liveness inter...
next