Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | StgLint overhaul | Ömer Sinan Ağacan | 2018-02-18 | 2 | -24/+48 |
* | Collect CCs in CorePrep, including CCs in unfoldings | Ömer Sinan Ağacan | 2018-02-13 | 1 | -35/+12 |
* | Remove unused extern cost centre collection | Ömer Sinan Ağacan | 2018-01-18 | 1 | -1/+1 |
* | A bunch of typofixes | Gabor Greif | 2017-09-26 | 1 | -1/+1 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 5 | -0/+10 |
* | StgLint: Enforce MultiValAlt liveness invariant only after unariser | Ben Gamari | 2017-08-29 | 1 | -5/+6 |
* | A bunch of typofixes | Gabor Greif | 2017-07-31 | 1 | -1/+1 |
* | Add haddock markup | Gabor Greif | 2017-07-30 | 1 | -1/+1 |
* | Typofixes [ci skip] | Gabor Greif | 2017-07-30 | 1 | -4/+4 |
* | Use lengthIs and friends in more places | Ryan Scott | 2017-06-02 | 2 | -2/+2 |
* | Typos in manual and comments | Gabor Greif | 2017-05-02 | 1 | -1/+1 |
* | Simplify StgCases when all alts refer to the case binder | Joachim Breitner | 2017-04-18 | 1 | -1/+30 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-04-11 | 1 | -1/+1 |
* | StgCse: Do not re-use trivial case scrutinees | Joachim Breitner | 2017-04-10 | 1 | -53/+55 |
* | Clean up coreView/tcView. | Ben Gamari | 2017-03-31 | 1 | -1/+1 |
* | Fix #13458 | Richard Eisenberg | 2017-03-27 | 1 | -4/+0 |
* | Introduce putLogMsg | Ben Gamari | 2017-03-15 | 1 | -1/+1 |
* | Ditch static flags | Sylvain Henry | 2017-02-02 | 1 | -1/+2 |
* | Allow top-level string literals in Core (#8472) | Takano Akio | 2017-01-20 | 4 | -19/+27 |
* | Update levity polymorphism | Richard Eisenberg | 2017-01-19 | 2 | -201/+198 |
* | Typos in comments (and in a test) | Gabor Greif | 2017-01-09 | 1 | -1/+1 |
* | Add a CSE pass to Stg (#9291) | Joachim Breitner | 2017-01-05 | 3 | -19/+443 |
* | Move InId/OutId to CoreSyn | Simon Peyton Jones | 2016-12-21 | 1 | -2/+0 |
* | Codegen for case: Remove redundant void id checks | Ömer Sinan Ağacan | 2016-09-20 | 1 | -0/+14 |
* | Unify CallStack handling in ghc | Ben Gamari | 2016-09-15 | 1 | -3/+4 |
* | Remove StgRubbishArg and CmmArg | Ömer Sinan Ağacan | 2016-08-10 | 1 | -5/+10 |
* | Fix a bug in unboxed sum layout generation | Ömer Sinan Ağacan | 2016-08-09 | 1 | -1/+3 |
* | Fix the non-Linux build | Erik de Castro Lopo | 2016-07-22 | 1 | -8/+8 |
* | Implement unboxed sum primitive type | Ömer Sinan Ağacan | 2016-07-21 | 4 | -189/+1035 |
* | Comments only | Simon Peyton Jones | 2016-06-10 | 1 | -0/+16 |
* | Typos in comments | Gabor Greif | 2016-05-27 | 1 | -3/+3 |
* | More fixes for unboxed tuples | Simon Peyton Jones | 2016-05-27 | 1 | -16/+71 |
* | Comments only | Simon Peyton Jones | 2016-05-24 | 1 | -1/+2 |
* | Print which warning-flag controls an emitted warning | Michael Walker | 2016-02-25 | 1 | -1/+1 |
* | Remove "use mask" from StgAlt syntax | Ömer Sinan Ağacan | 2016-02-24 | 2 | -18/+9 |
* | Remove unused LiveVars and SRT fields of StgCase | Ömer Sinan Ağacan | 2016-02-08 | 2 | -23/+9 |
* | Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape" | Ömer Sinan Ağacan | 2016-02-06 | 2 | -9/+23 |
* | Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape | Ömer Sinan Ağacan | 2016-02-04 | 2 | -23/+9 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 1 | -1/+1 |
* | Move Stg-specific code from DynFlags to SimplStg | Ömer Sinan Ağacan | 2015-12-02 | 1 | -0/+22 |
* | StgSyn: Remove unused SRT constructor | Ömer Sinan Ağacan | 2015-12-02 | 1 | -1/+0 |
* | Minor simplification in unariser pass: | Ömer Sinan Ağacan | 2015-11-01 | 1 | -13/+11 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-18 | 1 | -5/+5 |
* | Revert multiple commits | Austin Seipp | 2015-05-14 | 1 | -5/+5 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-13 | 1 | -5/+5 |
* | Replace .lhs with .hs in compiler comments | Yuri de Wit | 2015-02-09 | 1 | -1/+1 |
* | Source notes (CorePrep and Stg support) | Peter Wortmann | 2014-12-16 | 2 | -6/+3 |
* | compiler: de-lhs simplStg/ | Austin Seipp | 2014-12-03 | 3 | -63/+53 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 3 | -0/+6 |
* | Refactor the way dump flags are handled | Ian Lynagh | 2012-10-18 | 1 | -4/+3 |