summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Avoid putting uniqs in specconstr rules; part of #4012Ian Lynagh2012-11-021-3/+7
* | Whitespace only in basicTypes/Id.lhsIan Lynagh2012-11-021-167/+160
* | Whitespace only in specialise/SpecConstr.lhsIan Lynagh2012-11-021-591/+584
* | Remove an -fno-cse flagIan Lynagh2012-11-021-3/+0
* | Change how dependency generation works; fixes #7381Ian Lynagh2012-11-024-29/+31
* | Remove unused function fmapM_maybeIan Lynagh2012-11-021-9/+0
* | Refactoring: Make a HasModule class for getModuleIan Lynagh2012-11-0213-21/+41
* | Whitespace only in typecheck/TcRnTypes.lhsIan Lynagh2012-11-021-388/+381
* | Don't use a unique in the stable name of a foreign exportIan Lynagh2012-11-022-16/+28
* | Whitespace only in basicTypes/Name.lhsIan Lynagh2012-11-021-136/+129
* | Don't put uniqs in ghc wrapper function names; part of #4012Ian Lynagh2012-11-022-8/+23
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-11-0112-23/+50
|\ \
| * | Fix bug in stg_enter_checkbhSimon Marlow2012-11-011-1/+5
| * | The shape of StgTVar should not depend on THREADED_RTSSimon Marlow2012-11-011-2/+0
| * | Add -fghci-hist-size=N to set the number of previous steps stored by :traceSimon Marlow2012-11-014-10/+25
| * | Turn on -O2 for the RTS by defaultSimon Marlow2012-11-011-3/+5
| * | turn off cmm optimisation for the debug waySimon Marlow2012-11-011-1/+1
| * | Fix bug in stg_ctoi_R1n (could cause GHCi crashes)Simon Marlow2012-11-011-1/+1
| * | A couple of W_s should be P_s (not an actual bug, I think)Simon Marlow2012-11-011-2/+2
| * | Don't clearNurseries() in parallel with -debugSimon Marlow2012-11-012-3/+11
| |/
* | Fix popcnt callsIan Lynagh2012-11-011-10/+5
* | Whitespace only in codeGen/StgCmmPrim.hsIan Lynagh2012-11-011-90/+83
* | Fix typosIan Lynagh2012-11-013-4/+4
* | Whitespace only in nativeGen/NCGMonad.hsIan Lynagh2012-11-011-71/+64
|/
* Add notes about type-family overlap in GHCi (see Trac #7102)Simon Peyton Jones2012-10-312-1/+6
* Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2012-10-313-12/+13
|\
| * Fix C macro bug that was causing some stack checks to erroneously succeedSimon Marlow2012-10-311-8/+8
| * Retainer prof: immutable arrays are not retainers, and fix the docsSimon Marlow2012-10-312-4/+5