summaryrefslogtreecommitdiff
path: root/compiler/simplStg
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-102-11/+11
* Some more documentation for typePrimRep1 stuffÖmer Sinan Ağacan2019-08-272-1/+5
* GHCi supports not-necessarily-lifted join pointsRichard Eisenberg2019-08-141-1/+1
* Add Note [RuntimeRep and PrimRep] in RepTypeRichard Eisenberg2019-07-291-2/+161
* Create {Int,Word}32RepJohn Ericson2019-07-171-0/+2
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-4/+4
* Fix faulty substitutions in StgCse (#11532).klebinger.andreas@gmx.at2019-04-031-2/+2
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-3/+3
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-2/+2
* Include closure header size in StgLamLift's estimationsSebastian Graf2019-02-231-4/+3
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-231-2/+2
* Improvements to demand analysisSimon Peyton Jones2018-12-121-1/+1
* Fix StgLint bound id check, generalize StgLintÖmer Sinan Ağacan2018-12-071-6/+12
* Fix build on darwinÖmer Sinan Ağacan2018-11-261-1/+1
* Fix unused import warning=2018-11-241-1/+0
* Implement late lambda liftSebastian Graf2018-11-238-47/+1262
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+1
* Rename literal constructorsSylvain Henry2018-11-221-2/+2
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-193-35/+8
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-171-0/+2
* Remove StgBinderInfo and related computation in CoreToStgÖmer Sinan Ağacan2018-11-123-7/+7
* Add Int8# and Word8#Michal Terepeta2018-11-021-1/+6
* Add comments for StgCse and UnariseSimon Peyton Jones2018-10-252-0/+18
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-091-6/+1
* Add Int8# and Word8#Michal Terepeta2018-10-071-1/+6
* Run StgCse after unarise, fixes #15300Ömer Sinan Ağacan2018-07-272-23/+23
* Built-in Natural literals in CoreSylvain Henry2018-06-151-6/+6
* Fix #15038Ömer Sinan Ağacan2018-05-101-2/+3
* Split TrieMap into a general (TrieMap) and core specific (CoreTrieMap) module.klebinger.andreas@gmx.at2018-05-051-1/+1
* StgLint overhaulÖmer Sinan Ağacan2018-02-182-24/+48
* Collect CCs in CorePrep, including CCs in unfoldingsÖmer Sinan Ağacan2018-02-131-35/+12
* Remove unused extern cost centre collectionÖmer Sinan Ağacan2018-01-181-1/+1
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-195-0/+10
* StgLint: Enforce MultiValAlt liveness invariant only after unariserBen Gamari2017-08-291-5/+6
* A bunch of typofixesGabor Greif2017-07-311-1/+1
* Add haddock markupGabor Greif2017-07-301-1/+1
* Typofixes [ci skip]Gabor Greif2017-07-301-4/+4
* Use lengthIs and friends in more placesRyan Scott2017-06-022-2/+2
* Typos in manual and commentsGabor Greif2017-05-021-1/+1
* Simplify StgCases when all alts refer to the case binderJoachim Breitner2017-04-181-1/+30
* Typos in comments [ci skip]Gabor Greif2017-04-111-1/+1
* StgCse: Do not re-use trivial case scrutineesJoachim Breitner2017-04-101-53/+55
* Clean up coreView/tcView.Ben Gamari2017-03-311-1/+1
* Fix #13458Richard Eisenberg2017-03-271-4/+0
* Introduce putLogMsgBen Gamari2017-03-151-1/+1
* Ditch static flagsSylvain Henry2017-02-021-1/+2
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-204-19/+27
* Update levity polymorphismRichard Eisenberg2017-01-192-201/+198
* Typos in comments (and in a test)Gabor Greif2017-01-091-1/+1