| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a write barrier for TVAR closures | Simon Marlow | 2012-11-16 | 22 | -69/+209 |
* | fix bug in previous commit, 65e46f144f3d8b18de7264b0b099086153c68d6c | Simon Marlow | 2012-11-16 | 1 | -1/+1 |
* | typos in comments | Gabor Greif | 2012-11-16 | 2 | -5/+5 |
* | Haddoc fix | Ben Lippmeier | 2012-11-14 | 1 | -9/+9 |
* | Comments and formatting to register allocator stats | Ben Lippmeier | 2012-11-14 | 1 | -38/+87 |
* | Comments and formatting to spill cost code | Ben Lippmeier | 2012-11-14 | 1 | -52/+62 |
* | Comments and formatting to spill cleaner | Ben Lippmeier | 2012-11-14 | 1 | -147/+166 |
* | Comments and formatting to register allocators | Ben Lippmeier | 2012-11-14 | 5 | -252/+326 |
* | De-tabify register allocator code | Ben Lippmeier | 2012-11-14 | 10 | -961/+889 |
* | Remove redundant configure check for timer_create | Ian Lynagh | 2012-11-13 | 1 | -1/+1 |
* | Fix FP_CHECK_TIMER_CREATE when cross-compiling | Ian Lynagh | 2012-11-13 | 1 | -3/+13 |
* | Remove unused FPTOOLS_SHEBANG_PERL | Ian Lynagh | 2012-11-13 | 3 | -23/+0 |
* | Remove unused FP_PROG_SORT / SortCmd / SORT | Ian Lynagh | 2012-11-13 | 3 | -23/+0 |
* | Simplify BOOTSTRAPPING_GHC_INFO_FIELD | Ian Lynagh | 2012-11-13 | 2 | -18/+11 |
* | Remove unused FP_GEN_FO and FP_PROG_FOP configure macros | Ian Lynagh | 2012-11-13 | 1 | -53/+0 |
* | Remove unused FP_EVAL_STDERR configure macro | Ian Lynagh | 2012-11-13 | 1 | -13/+0 |
* | Remove unused FPTOOLS_GREENCARD configure macro | Ian Lynagh | 2012-11-13 | 1 | -22/+0 |
* | Remove the HAVE_SETITIMER_VIRTUAL configure test | Ian Lynagh | 2012-11-13 | 1 | -14/+0 |
* | Update the "Special built-in functions" docs | Ian Lynagh | 2012-11-13 | 1 | -10/+3 |
* | Remove the nonexistent lazy primop, and follow move from GHC.Base to GHC.Magic | Ian Lynagh | 2012-11-13 | 2 | -21/+1 |
* | Remove the inline primop | Ian Lynagh | 2012-11-13 | 1 | -20/+0 |
* | Tell the compiler about alpha, mipseb and mipsel again; fixes #7339 | Ian Lynagh | 2012-11-13 | 8 | -1/+55 |
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-11-13 | 11 | -60/+65 |
|\ |
|
| * | Fix the Slow calling convention (#7192) | Simon Marlow | 2012-11-13 | 7 | -49/+30 |
| * | ASSERT(HpAlloc==0) in the update code, to catch HpAlloc bugs | Simon Marlow | 2012-11-12 | 1 | -1/+15 |
| * | remove some unused variables | Simon Marlow | 2012-11-12 | 1 | -1/+3 |
| * | a fix for checkTSO(): the TSO could be a WHITEHOLE | Simon Marlow | 2012-11-12 | 1 | -3/+10 |
| * | assert HpAlloc == 0 | Simon Marlow | 2012-11-12 | 1 | -4/+5 |
| * | some W_s should be P_s | Simon Marlow | 2012-11-12 | 1 | -3/+3 |
* | | Fix the OFFSET macro | Ian Lynagh | 2012-11-13 | 1 | -8/+20 |
* | | Don't include a (void *) cast in BLOCK_ROUND_UP | Ian Lynagh | 2012-11-13 | 1 | -1/+1 |
* | | Fix installing on Windows | Ian Lynagh | 2012-11-13 | 1 | -1/+1 |
* | | Fix build on Windows | Ian Lynagh | 2012-11-13 | 1 | -1/+1 |
* | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-11-13 | 61 | -1486/+689 |
|\ \
| |/ |
|
| * | handle MO_Touch, and generate no code for it. | Simon Marlow | 2012-11-12 | 1 | -0/+3 |
| * | replaceLabels: null out the cml_cont field of CmmCall | Simon Marlow | 2012-11-12 | 1 | -1/+4 |
| * | Fix warnings | Simon Marlow | 2012-11-12 | 6 | -6/+7 |
| * | Remove OldCmm, convert backends to consume new Cmm | Simon Marlow | 2012-11-12 | 59 | -1483/+678 |
| * | Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghc | Iavor S. Diatchki | 2012-11-10 | 130 | -2278/+3133 |
| |\ |
|
| * | | Allow '-' to be used as an infix type constructor. | Iavor S. Diatchki | 2012-11-10 | 1 | -0/+1 |
* | | | Add some more flags to includes_CC_OPTS | Ian Lynagh | 2012-11-12 | 1 | -0/+5 |
* | | | Replace mkDerivedConstants.c with DeriveConstants.hs | Ian Lynagh | 2012-11-12 | 10 | -1319/+928 |
| |/
|/| |
|
* | | add note about compilation safety to safe haskell docs | David Terei | 2012-11-09 | 1 | -0/+52 |
* | | Give an error if we can't find a suitable value for PRIdPTR | Ian Lynagh | 2012-11-08 | 1 | -1/+3 |
* | | define own version of PRIdPTR on platform where its not available | Karel Gardas | 2012-11-08 | 1 | -0/+10 |
* | | Give dynamic libraries, as well as programs, RPATHs | Ian Lynagh | 2012-11-08 | 3 | -15/+26 |
* | | Add a comment about why we use nextWrapperNum rather than a unique | Ian Lynagh | 2012-11-08 | 1 | -1/+13 |
* | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-11-08 | 15 | -105/+155 |
|\ \ |
|
| * | | fix typo, courtesy of Jon Cave, thanks! | Gabor Greif | 2012-11-08 | 1 | -1/+1 |
| * | | another typo | Gabor Greif | 2012-11-07 | 1 | -1/+1 |