Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed vect decl for sumP, enumfromToP | keller@cse.unsw.edu.au | 2008-05-01 | 1 | -2/+2 |
| | |||||
* | Use panic rather than error in RegLiveness | Ian Lynagh | 2008-04-30 | 1 | -2/+2 |
| | |||||
* | Update an error message | Ian Lynagh | 2008-04-30 | 1 | -1/+1 |
| | | | | error "RegisterAlloc.livenessSCCs" -> error "RegLiveness.livenessSCCs" | ||||
* | Update a panic message | Ian Lynagh | 2008-04-30 | 1 | -1/+1 |
| | | | | | It was (panic "RegisterAlloc.joinToTargets"), but had since moved to RegAllocLinear.makeRegMovementGraph. | ||||
* | Remove BitSet, FieldLabel, RegisterAlloc from compiler/package.conf.in | Ian Lynagh | 2008-04-30 | 1 | -3/+0 |
| | | | | The modules no longer exist. Spotted by Marc Weber. | ||||
* | change topHandlerFastExit to topHandler, so the terminal state gets restored ↵ | Simon Marlow | 2008-04-29 | 1 | -6/+2 |
| | | | | (#2228) | ||||
* | don't turn off stdin/stdout buffering after loading a module with ghc -e (#2228) | Simon Marlow | 2008-04-29 | 2 | -8/+11 |
| | |||||
* | Fix Trac #1969: perfomance bug in the specialiser | simonpj@microsoft.com | 2008-04-28 | 1 | -110/+115 |
| | | | | | | | | | | | | | | | The specialiser was using a rather brain-dead representation for UsageDetails, with much converting from lists to finite maps and back. This patch does some significant refactoring. It doesn't change the representation altogether, but it does eliminate the to-and-fro nonsense. It validates OK, but it's always possible that I have inadvertently lost specialisation somewhere, so keep an eye out for any run-time performance regressions. Oh, and Specialise is now warning-free too. | ||||
* | Fix Trac #2238: do not use newtype for a class with equality predicates | simonpj@microsoft.com | 2008-04-28 | 1 | -9/+34 |
| | | | | | See Note [Class newtypes and equality predicates] in this module. | ||||
* | Add :list to ghci's :? help; fixes trac #2217 | Ian Lynagh | 2008-04-27 | 1 | -0/+3 |
| | |||||
* | Fix an error if an SCC name contains a space; fixes trac #2071 | Ian Lynagh | 2008-04-27 | 1 | -2/+10 |
| | |||||
* | Fix build on PPC: Add some missing parentheses | Ian Lynagh | 2008-04-27 | 1 | -1/+1 |
| | |||||
* | Refactor some code a bit, and improve an error | Ian Lynagh | 2008-04-26 | 1 | -15/+12 |
| | | | | | The "magic number mismatch: old/corrupt interface file?" error now tells us what we got, and what we expected. | ||||
* | Whitespace changes only | Ian Lynagh | 2008-04-26 | 1 | -18/+18 |
| | |||||
* | Vectorisation of: enumFromTo, div, intSqrt | keller@cse.unsw.edu.au | 2008-04-25 | 1 | -0/+8 |
| | |||||
* | Add 123## literals for Word# | Ian Lynagh | 2008-04-23 | 10 | -10/+47 |
| | |||||
* | Whitespace changes only | Ian Lynagh | 2008-04-23 | 1 | -9/+9 |
| | |||||
* | Added support for vectorising emptyP, squareRoot, combineP | keller@cse.unsw.edu.au | 2008-04-24 | 1 | -0/+3 |
| | |||||
* | Add back an erroneously removed #include "HsVersions.h" | Ian Lynagh | 2008-04-23 | 1 | -0/+2 |
| | |||||
* | Include HsVersions.h where necessary | Roman Leshchinskiy | 2008-04-23 | 6 | -0/+12 |
| | |||||
* | Fix build | Ian Lynagh | 2008-04-22 | 1 | -0/+2 |
| | |||||
* | Fix build | Ian Lynagh | 2008-04-22 | 1 | -0/+2 |
| | |||||
* | (F)SLIT -> (f)sLit in SimplUtils | Ian Lynagh | 2008-04-22 | 1 | -8/+8 |
| | |||||
* | (F)SLIT -> (f)sLit in HsBinds | Ian Lynagh | 2008-04-22 | 1 | -21/+19 |
| | |||||
* | (F)SLIT -> (f)sLit in StaticFlags | Ian Lynagh | 2008-04-22 | 1 | -24/+24 |
| | |||||
* | Build fixes | Ian Lynagh | 2008-04-22 | 1 | -7/+7 |
| | |||||
* | Change the last few (F)SLIT's into (f)sLit's | Ian Lynagh | 2008-04-22 | 15 | -139/+139 |
| | |||||
* | FSLIT -> fsLit in PrelNames | Ian Lynagh | 2008-04-22 | 1 | -247/+247 |
| | |||||
* | Fix warnings in PrelNames | Ian Lynagh | 2008-04-22 | 1 | -17/+207 |
| | |||||
* | (F)SLIT -> (f)sLit in CmmParse | Ian Lynagh | 2008-04-22 | 1 | -46/+44 |
| | |||||
* | PrelRules is now warning free | Ian Lynagh | 2008-04-13 | 1 | -28/+41 |
| | |||||
* | Remove a warning | Ian Lynagh | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | PrelInfo is now warning-free | Ian Lynagh | 2008-04-13 | 1 | -7/+2 |
| | |||||
* | TysPrim is now warning-free | Ian Lynagh | 2008-04-13 | 1 | -20/+62 |
| | |||||
* | TysWiredIn is now warning-free | Ian Lynagh | 2008-04-13 | 1 | -24/+61 |
| | |||||
* | (F)SLIT -> (f)sLit in TcSplice | Ian Lynagh | 2008-04-12 | 1 | -14/+14 |
| | |||||
* | (F)SLIT -> (f)sLit in Convert | Ian Lynagh | 2008-04-12 | 1 | -11/+9 |
| | |||||
* | (F)SLIT -> (f)sLit in InteractiveUI | Ian Lynagh | 2008-04-12 | 1 | -6/+6 |
| | |||||
* | (F)SLIT -> (f)sLit in InteractiveEval | Ian Lynagh | 2008-04-12 | 1 | -6/+4 |
| | |||||
* | (F)SLIT -> (f)sLit in RtClosureInspect | Ian Lynagh | 2008-04-12 | 1 | -3/+3 |
| | |||||
* | (F)SLIT -> (f)sLit in Linker | Ian Lynagh | 2008-04-12 | 1 | -7/+7 |
| | |||||
* | (F)SLIT -> (f)sLit in ByteCodeGen | Ian Lynagh | 2008-04-12 | 1 | -2/+2 |
| | |||||
* | (F)SLIT -> (f)sLit in DsMeta | Ian Lynagh | 2008-04-12 | 1 | -131/+129 |
| | |||||
* | (F)SLIT -> (f)sLit in PprTyThing | Ian Lynagh | 2008-04-12 | 1 | -14/+12 |
| | |||||
* | (F)SLIT -> (f)sLit in DriverMkDepend | Ian Lynagh | 2008-04-12 | 1 | -5/+5 |
| | |||||
* | (F)SLIT -> (f)sLit in GHC | Ian Lynagh | 2008-04-12 | 1 | -4/+4 |
| | |||||
* | (F)SLIT -> (f)sLit in DriverPipeline | Ian Lynagh | 2008-04-12 | 1 | -2/+2 |
| | |||||
* | (F)SLIT -> (f)sLit in HscMain | Ian Lynagh | 2008-04-12 | 1 | -3/+1 |
| | |||||
* | (F)SLIT -> (f)sLit in TcRnDriver | Ian Lynagh | 2008-04-12 | 1 | -26/+24 |
| | |||||
* | (F)SLIT -> (f)sLit in TcDefaults | Ian Lynagh | 2008-04-12 | 1 | -8/+6 |
| |