summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplStg
Commit message (Expand)AuthorAgeFilesLines
* Fix some correctness issues around tag inference when targeting the bytecode ...Andreas Klebinger2023-02-145-0/+41
* Misc cleanupKrzysztof Gogolewski2023-01-111-1/+1
* Fix GHCis interaction with tag inference.Andreas Klebinger2022-10-185-0/+27
* Don't use isUnliftedType in isTaggedsheaf2022-09-212-0/+47
* Tag inference: Fix #21954 by retaining tagsigs of vars in function position.Andreas Klebinger2022-09-153-0/+179
* STG: only print cost-center if asked toSylvain Henry2022-05-091-2/+2
* Tag inference work.Andreas Klebinger2022-02-124-1/+26
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-303-16/+11
* Improve CSE in STG-landSimon Peyton Jones2021-04-173-0/+26
* Unit: split and rename modulesSylvain Henry2020-04-301-4/+4
* Always do the worker/wrapper split for NOINLINEsSebastian Graf2019-03-071-9/+1
* testsuite: Save performance metrics in git notes.David Eichmann2018-11-071-3/+2
* Run StgCse after unarise, fixes #15300Ömer Sinan Ağacan2018-07-271-3/+1
* Simplify StgCases when all alts refer to the case binderJoachim Breitner2017-04-181-1/+1
* Add failing test case for #13588Joachim Breitner2017-04-184-0/+230
* Typos in comments [ci skip]Gabor Greif2017-04-112-2/+2
* Add a second regression test for #13536Joachim Breitner2017-04-103-0/+38
* StgCse: Do not re-use trivial case scrutineesJoachim Breitner2017-04-104-0/+20
* Add a CSE pass to Stg (#9291)Joachim Breitner2017-01-055-0/+81