summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | typosGabor Greif2012-11-072-2/+2
| * | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-11-0645-1580/+1603
| |\ \
| | * | loadThreadState should set HpAlloc=0Simon Marlow2012-11-051-1/+7
| | * | small optimisation: inline stmNewTVar()Simon Marlow2012-11-054-25/+12
| | * | fix 'return' in cmm code when tablesNextToCode==FalseSimon Marlow2012-11-052-7/+7
| | * | Save R1/R2/.. across foreign callsSimon Marlow2012-11-051-6/+15
| | * | typoGabor Greif2012-11-051-1/+1
| * | | Refine the "kick-out" predicate for CTyVarEqSimon Peyton Jones2012-11-061-28/+39
| * | | Make rewriteCtFlavor lazy in the coercion for Derived evidenceSimon Peyton Jones2012-11-061-29/+37
| * | | Fix the instantiation of data constructors in the GHCi debuggerSimon Peyton Jones2012-11-061-5/+34
| * | | Comments onlySimon Peyton Jones2012-11-061-1/+1
* | | | Remove getModuleDs; we now just use getModuleIan Lynagh2012-11-067-12/+12
| |/ / |/| |