summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a write barrier for TVAR closuresSimon Marlow2012-11-1622-69/+209
* fix bug in previous commit, 65e46f144f3d8b18de7264b0b099086153c68d6cSimon Marlow2012-11-161-1/+1
* typos in commentsGabor Greif2012-11-162-5/+5
* Haddoc fixBen Lippmeier2012-11-141-9/+9
* Comments and formatting to register allocator statsBen Lippmeier2012-11-141-38/+87
* Comments and formatting to spill cost codeBen Lippmeier2012-11-141-52/+62
* Comments and formatting to spill cleanerBen Lippmeier2012-11-141-147/+166
* Comments and formatting to register allocatorsBen Lippmeier2012-11-145-252/+326
* De-tabify register allocator codeBen Lippmeier2012-11-1410-961/+889
* Remove redundant configure check for timer_createIan Lynagh2012-11-131-1/+1
* Fix FP_CHECK_TIMER_CREATE when cross-compilingIan Lynagh2012-11-131-3/+13
* Remove unused FPTOOLS_SHEBANG_PERLIan Lynagh2012-11-133-23/+0
* Remove unused FP_PROG_SORT / SortCmd / SORTIan Lynagh2012-11-133-23/+0
* Simplify BOOTSTRAPPING_GHC_INFO_FIELDIan Lynagh2012-11-132-18/+11
* Remove unused FP_GEN_FO and FP_PROG_FOP configure macrosIan Lynagh2012-11-131-53/+0
* Remove unused FP_EVAL_STDERR configure macroIan Lynagh2012-11-131-13/+0
* Remove unused FPTOOLS_GREENCARD configure macroIan Lynagh2012-11-131-22/+0
* Remove the HAVE_SETITIMER_VIRTUAL configure testIan Lynagh2012-11-131-14/+0
* Update the "Special built-in functions" docsIan Lynagh2012-11-131-10/+3
* Remove the nonexistent lazy primop, and follow move from GHC.Base to GHC.MagicIan Lynagh2012-11-132-21/+1
* Remove the inline primopIan Lynagh2012-11-131-20/+0
* Tell the compiler about alpha, mipseb and mipsel again; fixes #7339Ian Lynagh2012-11-138-1/+55
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-11-1311-60/+65
|\
| * Fix the Slow calling convention (#7192)Simon Marlow2012-11-137-49/+30
| * ASSERT(HpAlloc==0) in the update code, to catch HpAlloc bugsSimon Marlow2012-11-121-1/+15
| * remove some unused variablesSimon Marlow2012-11-121-1/+3
| * a fix for checkTSO(): the TSO could be a WHITEHOLESimon Marlow2012-11-121-3/+10
| * assert HpAlloc == 0Simon Marlow2012-11-121-4/+5
| * some W_s should be P_sSimon Marlow2012-11-121-3/+3
* | Fix the OFFSET macroIan Lynagh2012-11-131-8/+20
* | Don't include a (void *) cast in BLOCK_ROUND_UPIan Lynagh2012-11-131-1/+1
* | Fix installing on WindowsIan Lynagh2012-11-131-1/+1
* | Fix build on WindowsIan Lynagh2012-11-131-1/+1
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-11-1361-1486/+689
|\ \ | |/
| * handle MO_Touch, and generate no code for it.Simon Marlow2012-11-121-0/+3
| * replaceLabels: null out the cml_cont field of CmmCallSimon Marlow2012-11-121-1/+4
| * Fix warningsSimon Marlow2012-11-126-6/+7
| * Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-1259-1483/+678
| * Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghcIavor S. Diatchki2012-11-10130-2278/+3133
| |\
| * | Allow '-' to be used as an infix type constructor.Iavor S. Diatchki2012-11-101-0/+1
* | | Add some more flags to includes_CC_OPTSIan Lynagh2012-11-121-0/+5
* | | Replace mkDerivedConstants.c with DeriveConstants.hsIan Lynagh2012-11-1210-1319/+928
| |/ |/|
* | add note about compilation safety to safe haskell docsDavid Terei2012-11-091-0/+52
* | Give an error if we can't find a suitable value for PRIdPTRIan Lynagh2012-11-081-1/+3
* | define own version of PRIdPTR on platform where its not availableKarel Gardas2012-11-081-0/+10
* | Give dynamic libraries, as well as programs, RPATHsIan Lynagh2012-11-083-15/+26
* | Add a comment about why we use nextWrapperNum rather than a uniqueIan Lynagh2012-11-081-1/+13
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-11-0815-105/+155
|\ \
| * | fix typo, courtesy of Jon Cave, thanks!Gabor Greif2012-11-081-1/+1
| * | another typoGabor Greif2012-11-071-1/+1