summaryrefslogtreecommitdiff
path: root/ghc/hschooks.c
Commit message (Expand)AuthorAgeFilesLines
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.8Thomas Miedema2015-07-211-4/+0
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-071-0/+12
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.6.Thomas Miedema2014-10-071-4/+0
* Fix #8754 again.Austin Seipp2014-02-201-1/+14
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-1/+1
* Improve compile times by enabling +RTS -H for GHC (only when bootstrapped)Simon Marlow2012-08-211-0/+8
* Fix the stage1 ghc hschooks.cIan Lynagh2012-04-301-1/+1
* Build fixesIan Lynagh2012-04-261-1/+1
* Win64 build fixIan Lynagh2012-04-261-2/+3
* Time handling overhaulSimon Marlow2011-11-251-0/+4
* Cleanup sweep and fix a bug in RTS flag processing.Simon Marlow2011-04-121-1/+0
* Remove more dead code now we require GHC >= 6.12Ian Lynagh2010-12-151-3/+0
* Use gcc to build C programs for stages >= 1Ian Lynagh2010-07-161-1/+1
* move hschooks.c to ghc/, and enable itSimon Marlow2009-09-111-0/+38