merge GHC HEAD
[ghc-hetmet.git] / rts / RtsStartup.c
2011-05-26 Duncan CouttsEmit various bits of OS process info into the eventlog
2011-05-26 Duncan CouttsMake the tracing of the startup event more regular
2011-05-25 Simon Marlowprog_argv and rts_argv now contain *copies* of the...
2011-05-22 Duncan CouttsRevert "Add capability sets to the event system. Contai...
2011-05-18 Spencer JanssenAdd capability sets to the event system. Contains code...
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-04-12 Simon MarlowCleanup sweep and fix a bug in RTS flag processing.
2011-03-30 Simon MarlowAdd a debug check for a non-empty FPU stack on x86...
2011-01-07 Simon Marlowcomment updates
2010-08-24 Simon MarlowRemove the debugging memory allocator - valgrind does...
2010-06-28 Simon Marlowduring shutdown, only free the heap if we waited for...
2010-01-27 Simon Marlowfix Windows build (GHC.Conc.runHandlers is Unix-only)
2010-01-27 Simon MarlowDon't Terminate the ticker thread (#3748)
2010-01-22 Simon MarlowAdd some missing getStablePtr()s for CAFs that the...
2009-12-16 howard_b_golden... FIX #2615 (linker scripts in .so files)
2009-12-12 Manuel M T ChakravartyExpose all EventLog events as DTrace probes
2009-12-01 Simon MarlowFree full_prog_argv at exit, closing a memory leak
2009-11-14 Ben.Lippmeier@anu... Use DLL aware runIO_closure instead of base_GHCziTopHan...
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-30 Simon MarlowHandle renames from #3310
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-06-04 Simon Marlowfix a warning
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-04-23 Simon Marlowadd getOrSetSignalHandlerStore, much like getOrSetTypea...
2009-03-17 Simon MarlowAdd fast event logging
2009-02-19 Simon MarlowRewrite of signal-handling (ghc patch; see also base...
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-10-01 Simon Marlowadd some more GC roots (fixes conc048, and possibly...
2008-09-02 Simon MarlowFIX #2554: GHC.TopHandler.{runIO,runNonIO} should be...
2008-07-09 Simon MarlowFIX part of #2301, and #1619
2008-04-16 Simon Marlowcalculate and report slop (wasted space at the end...
2007-11-20 simonmar@microsoft.comimprovements to PAPI support
2007-10-31 Simon MarlowRefactor PAPI support, and add profiling of multithread...
2008-05-29 Simon Marlowhs_add_root: use use rts_lock()/rts_unlock() for a...
2008-05-12 Simon MarlowFIX #2234: don't generate <prog>.prof unless we're...
2008-02-28 Simon MarlowEnable -prof -threaded (#886)
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-09-03 Simon MarlowFIX #1623: disable the timer signal when the system...
2007-08-24 Simon MarlowfreeProfiling1() needs to be after endProfiling()
2007-08-17 Ian LynaghDon't freeProfiling1 until after calling reportCCSProfiling
2007-07-25 Simon MarlowFIX #1177, partially at least.
2007-07-24 Simon Marlowhs_exit()/shutdownHaskell(): wait for outstanding forei...
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-06-01 Simon Marlowremove OpenBSD-specific initAdjustor() code that should...
2007-05-08 Simon MarlowFIX: #1227 (biographical profiling broken)
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-12-15 Ian LynaghFree various things we allocate
2006-12-11 Ian LynaghAdd freeScheduler/freeTaskManager and call it later...
2006-12-11 Ian LynaghWhen debugging, have the allocator help us a bit
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-12-01 Simon MarlowRemove the Windows Async IO Manager completely in THREA...
2006-11-20 Simon Marlowbetter error messages when PAPI_library_init() fails
2006-11-08 mrchebas@gmail.comAddition of PAPI to RTS
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-11-10 sven.panne@aedion.deMake all needed prototypes visible to avoid warnings
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-23 Esa Ilari VuokkoAdd shared Typeable support
2006-08-09 Simon Marlowmake exit() overridable, for use in DLLs
2006-08-08 Simon MarlowRemember to free() memory on exit
2006-06-08 Simon MarlowNew tracing interface
2006-05-24 Simon MarlowBetter control of the IO manager thread; improvements...
2006-04-07 Simon MarlowReorganisation of the source tree