summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Wibble to recent changes to TcErrorsSimon Peyton Jones2012-10-311-2/+3
|/ /
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-10-3169-539/+1056
|\ \
| * | Clean some old files that we no longer generateIan Lynagh2012-10-311-1/+5
| * | Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2012-10-3160-400/+877
| |\ \
| | * | Get ride of the -fregs-liveness flag.Geoffrey Mainland2012-10-301-3/+0
| | * | Generate correct LLVM for the new register allocation scheme.Geoffrey Mainland2012-10-304-50/+59
| | * | Draw STG F and D registers from the same pool of available SSE registers on x...Geoffrey Mainland2012-10-3010-30/+342
| | * | Attach global register liveness info to Cmm procedures.Geoffrey Mainland2012-10-3039-130/+145
| | * | Properly mark C-- calls to _assertFail as "never returns".Geoffrey Mainland2012-10-301-1/+1
| | * | Generalize register sets and liveness calculations.Geoffrey Mainland2012-10-308-167/+267