merge upstream HEAD
[ghc-hetmet.git] / rts / RtsFlags.c
2011-04-12 Simon MarlowCleanup sweep and fix a bug in RTS flag processing.
2011-03-29 Simon Marlowfix typo (#5056)
2011-02-01 Simon Marlow+RTS -qw hasn't done anything since 7.0.1; remove the...
2010-12-16 Simon Marlowfix #3910
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-10-28 Ian LynaghReplace some exit(n) calls with stg_exit(n); fixes...
2010-08-05 Ian LynaghMake -rtsopts more flexible
2010-06-22 dmp@rice.eduAdd support for collecting PAPI native events
2010-04-26 Simon Marlowremove duplicate docs for -e in --help output (#4010)
2010-03-15 Ian LynaghWhen saying RTS options are disabled, also say how... 2010-03-16
2010-03-13 Ian LynaghAdd a link-time flag to en/disable the RTS options
2010-02-26 Simon MarlowTweak the tracing flags slightly, and clean up error...
2009-12-02 Simon Marlowfix error message on Windows (fixes rtsflags001)
2009-12-01 Simon MarlowFree full_prog_argv at exit, closing a memory leak
2009-11-30 Simon MarlowImplement a new heap-tuning option: -H
2009-11-19 Simon MarlowCheck upper/lower bounds on various RTS flags (#3633)
2009-09-25 Simon MarlowAdd a way to generate tracing events programmatically
2009-09-15 Simon MarlowImprove the default parallel GC settings, and sanitise...
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-05-08 Simon Marlowcorrect the +RTS -? docs for -A (default is 512k not...
2009-03-18 Simon Marlowwibble for getNumberOfProcessors
2009-03-18 Simon MarlowSet thread affinity with +RTS -qa (only on Linux so...
2009-03-17 Simon MarlowAdd fast event logging
2009-03-17 Simon MarlowAdd getNumberOfProcessors(), FIX MacOS X build problem...
2009-03-13 Simon MarlowUse work-stealing for load-balancing in the GC
2009-03-13 Simon MarlowAdd "+RTS -N" to determine the -N value automatically...
2009-01-12 Ben.Lippmeier@anu... Add missing documention of -Da DEBUG: apply flag to...
2008-11-23 Ian LynaghAdd a --machine-readable RTS flag
2008-11-21 Simon MarlowUse mutator threads to do GC, instead of having a separ...
2008-11-17 Simon MarlowAttempt to fix #2512 and #2063; add +RTS -xm<address...
2008-08-11 Simon Marlowfix cut-and-pasto
2008-06-19 Simon Marlow+RTS -S -RTS now sends output to stderr (also -s)
2008-06-09 Simon MarlowExperimental "mark-region" strategy for the old generation
2008-06-03 Simon Marlow+RTS -N also sets +RTS -g
2008-06-03 Simon Marlow+RTS -S- is the same as +RTS -Sstderr
2008-04-16 Simon MarlowAdd +RTS -vg flag for requesting some GC trace messages...
2008-01-31 simonmar@microsoft.comAllow +RTS -H0 as a way to override a previous -H<size>
2007-11-20 simonmar@microsoft.comimprovements to PAPI support
2007-10-31 Simon MarlowRefactoring of the GC in preparation for parallel GC
2008-02-28 Simon MarlowEnable -prof -threaded (#886)
2007-11-23 Ian LynaghDocument --info in the +RTS -? help
2007-08-16 Ian LynaghDocument +RTS --info, and make it a Read'able Haskell...
2007-07-23 Ian LynaghAdd unreg/tables-next-code output to +RTS --info
2007-07-22 Ian LynaghAdd a +RTS --info flag print various info; partially...
2007-07-18 Simon MarlowDefault tick interval was 50ms, change it to 20ms
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-07-08 Simon MarlowFix the +RTS -V0 option introduced recently; it didn...
2007-06-27 Simon Marlow+RTS -xbXXXXX sets the "heap base" to 0xXXXXXX
2007-06-27 Simon Marlow+RTS -V0 disables the interval timer completely (for...
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-04-04 Simon Marlowslight doc wibble for the -r flag
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2007-02-13 andy@galois.comUsing RTS debug tracing support inside Hpc.c
2006-12-21 Alexey RodriguezOne more PAPI measurement, dropped precise cycle counti...
2006-11-09 mrchebas@gmail.comNo special Papi measurements taken by default
2006-11-20 Simon Marlowalter PAPI help message slightly
2006-11-09 mrchebas@gmail.comSelection of PAPI events via RTS command line
2006-09-29 Ravi Nanavatirts_ccs_length
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-09-07 Simon Marlowdocument -V in the +RTS --help outpout
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-25 Ian LynaghFix unregisterised builds, and building on non-x86...
2006-06-08 Simon MarlowAdd new RTS flags for tracing:
2006-06-07 Simon Marlowcodegen debug flag (+RTS -Dc) was unused; remove it
2006-06-07 Simon Marlowremove //@ stuff
2006-04-07 Simon MarlowReorganisation of the source tree