Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed moer tyops | Gabor Greif | 2013-04-25 | 1 | -1/+1 |
* | Detab modules with tabs on 5 lines or fewer | Ian Lynagh | 2013-04-06 | 1 | -16/+9 |
* | improve dead code elimination in CorePrep (fixes #7796) | Nicolas Frisby | 2013-03-28 | 1 | -13/+25 |
* | Improve comments about dead code (thanks to Nick Frisby) | Simon Peyton Jones | 2013-03-27 | 1 | -22/+13 |
* | Comment the fix to Trac #7702 | Simon Peyton Jones | 2013-03-01 | 1 | -1/+3 |
* | Fix memory leak in CoreWriter (Trac #7702) | Andrew Farmer | 2013-03-01 | 1 | -1/+1 |
* | Another go at tidying VectInfo | Manuel M T Chakravarty | 2013-02-15 | 1 | -0/+6 |
* | Merge branch 'refs/heads/vect-avoid' into vect-avoid-merge | Manuel M T Chakravarty | 2013-02-06 | 2 | -12/+26 |
|\ | |||||
| * | Fix tidying of vectorised code | Manuel M T Chakravarty | 2013-02-04 | 2 | -11/+26 |
* | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2013-01-31 | 5 | -8/+8 |
|\ \ | |||||
| * | | typos | Gabor Greif | 2013-01-30 | 5 | -8/+8 |
* | | | Change a few throwGhcException uses to throwGhcExceptionIO | Ian Lynagh | 2013-01-30 | 1 | -2/+4 |
|/ / | |||||
* | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2013-01-30 | 1 | -2/+2 |
|\ \ | |||||
| * | | Comments only | Simon Peyton Jones | 2013-01-28 | 1 | -2/+2 |
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2013-01-25 | 2 | -7/+27 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2013-01-25 | 5 | -30/+49 |
| |\ \ | |||||
| * | | | Allow CaseElim if the case binder is the next thing to be eval'd | Simon Peyton Jones | 2013-01-22 | 1 | -6/+26 |
| * | | | Comments only | Simon Peyton Jones | 2013-01-22 | 1 | -1/+1 |
* | | | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2013-01-24 | 1 | -3/+4 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Comments only | Simon Peyton Jones | 2013-01-22 | 1 | -3/+4 |
* | | | | Comments only | Simon Peyton Jones | 2013-01-24 | 1 | -2/+2 |
* | | | | Introduce CPR for sum types (Trac #5075) | Simon Peyton Jones | 2013-01-24 | 1 | -3/+2 |
* | | | | Minor impovement to when we float a let out of | Simon Peyton Jones | 2013-01-17 | 1 | -1/+11 |
|/ / / | |||||
* | | | A simple improvement to CSE | Simon Peyton Jones | 2013-01-17 | 1 | -4/+11 |
* | | | Major patch to implement the new Demand Analyser | Simon Peyton Jones | 2013-01-17 | 4 | -23/+34 |
|/ / | |||||
* | | Make CaseElim a bit less aggressive | Simon Peyton Jones | 2013-01-04 | 1 | -15/+21 |
* | | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc | Simon Peyton Jones | 2013-01-02 | 1 | -2/+2 |
|\ \ | |||||
| * | | Make {-# UNPACK #-} work for type/data family invocations | Simon Peyton Jones | 2012-12-23 | 1 | -2/+2 |
* | | | Add an extra error check in DEBUG mode for ill-typed unfoldings | Simon Peyton Jones | 2013-01-02 | 1 | -3/+9 |
* | | | Crucial bug fix: use scrut' rather than scrut! | Simon Peyton Jones | 2013-01-02 | 1 | -1/+1 |
* | | | Make the treatment of addAltUnfoldings handle casts | Simon Peyton Jones | 2012-12-24 | 1 | -42/+54 |
* | | | Make combine-identical-alternatives work again (Trac #7360) | Simon Peyton Jones | 2012-12-24 | 1 | -59/+68 |
* | | | Add traceSmpl for simplifier tracing, now that the simplifier has the IO monad | Simon Peyton Jones | 2012-12-24 | 1 | -1/+9 |
* | | | Simplify the binder-swap transformation | Simon Peyton Jones | 2012-12-24 | 1 | -209/+46 |
|/ / | |||||
* | | Likely fix to uninitialized DynFlags in plugins. | Daniel Vainsencher | 2012-12-21 | 1 | -0/+3 |
* | | Refactoring: Make a HasModule class for getModule | Ian Lynagh | 2012-11-02 | 1 | -4/+4 |
* | | Comments only | Simon Peyton Jones | 2012-10-31 | 1 | -5/+8 |
* | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-10-22 | 1 | -257/+250 |
|\ \ | |||||
| * | | Fix typo | Ian Lynagh | 2012-10-20 | 1 | -1/+1 |
| * | | Whitespace only in simplCore/OccurAnal.lhs | Ian Lynagh | 2012-10-19 | 1 | -256/+249 |
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-10-19 | 5 | -27/+27 |
|\ \ \ | |/ / | |||||
| * | | Refactor the way dump flags are handled | Ian Lynagh | 2012-10-18 | 4 | -16/+16 |
| * | | Some alpha renaming | Ian Lynagh | 2012-10-16 | 4 | -30/+30 |
| * | | Rename DynFlag to GeneralFlag | Ian Lynagh | 2012-10-16 | 3 | -9/+9 |
* | | | Deprecate Rank2Types and PolymorphicComponents, in favour of RankNTypes | Simon Peyton Jones | 2012-10-19 | 1 | -1/+1 |
* | | | Comments only | Simon Peyton Jones | 2012-10-15 | 1 | -1/+1 |
|/ / | |||||
* | | Make -f(no-)pre-inlining a dynamic flag | Ian Lynagh | 2012-10-09 | 2 | -25/+27 |
* | | Whitespace only in simplCore/SimplMonad.lhs | Ian Lynagh | 2012-10-09 | 1 | -49/+42 |
* | | Whitespace only in simplCore/SimplUtils.lhs | Ian Lynagh | 2012-10-09 | 1 | -561/+554 |
* | | Whitespace only in simplCore/SimplEnv.lhs | Ian Lynagh | 2012-10-09 | 1 | -244/+240 |