| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop GHC 7.10 compatibility | Ryan Scott | 2017-08-01 | 1 | -2/+0 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -1/+1 |
* | hschooks.c: Fix long line | Ben Gamari | 2016-12-08 | 1 | -1/+4 |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 1 | -1/+1 |
* | hschooks.c: Ensure correct header file is included | Ben Gamari | 2016-11-29 | 1 | -1/+8 |
* | ghc/hschooks.c: Fix include path of Rts.h | Ben Gamari | 2016-11-22 | 1 | -1/+1 |
* | Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.8 | Thomas Miedema | 2015-07-21 | 1 | -4/+0 |
* | Replace hooks by callbacks in RtsConfig (#8785) | Simon Marlow | 2015-04-07 | 1 | -0/+12 |
* | Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.6. | Thomas Miedema | 2014-10-07 | 1 | -4/+0 |
* | Fix #8754 again. | Austin Seipp | 2014-02-20 | 1 | -1/+14 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -1/+1 |
* | Improve compile times by enabling +RTS -H for GHC (only when bootstrapped) | Simon Marlow | 2012-08-21 | 1 | -0/+8 |
* | Fix the stage1 ghc hschooks.c | Ian Lynagh | 2012-04-30 | 1 | -1/+1 |
* | Build fixes | Ian Lynagh | 2012-04-26 | 1 | -1/+1 |
* | Win64 build fix | Ian Lynagh | 2012-04-26 | 1 | -2/+3 |
* | Time handling overhaul | Simon Marlow | 2011-11-25 | 1 | -0/+4 |
* | Cleanup sweep and fix a bug in RTS flag processing. | Simon Marlow | 2011-04-12 | 1 | -1/+0 |
* | Remove more dead code now we require GHC >= 6.12 | Ian Lynagh | 2010-12-15 | 1 | -3/+0 |
* | Use gcc to build C programs for stages >= 1 | Ian Lynagh | 2010-07-16 | 1 | -1/+1 |
* | move hschooks.c to ghc/, and enable it | Simon Marlow | 2009-09-11 | 1 | -0/+38 |