summaryrefslogtreecommitdiff
path: root/testsuite/tests/stranal
Commit message (Expand)AuthorAgeFilesLines
* Don't mark lambda binders as OtherConwip/andreask/othercon_94Andreas Klebinger2022-06-306-28/+31
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-061-1/+1
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-011-1/+1
* testsuite: Remove library dependenices from T21119Matthew Pickering2022-03-243-13/+45
* WorkWrap: Handle partial FUN apps in `isRecDataCon` (#21265)Sebastian Graf2022-03-242-0/+16
* Demand: Let `Boxed` win in `lubBoxity` (#21119)Sebastian Graf2022-03-1629-450/+351
* Worker/wrapper: Preserve float barriers (#21150)Sebastian Graf2022-03-133-1/+276
* Improve out-of-order inferred type variablessheaf2022-03-021-20/+22
* Tag inference work.Andreas Klebinger2022-02-122-5/+7
* More accurate unboxingSimon Peyton Jones2022-02-024-5/+372
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* Improve boxity in deferAfterPreciseExceptionSimon Peyton Jones2022-01-286-0/+370
* Add regression test for #20663Sebastian Graf2021-11-123-0/+156
* WorkWrap: Update Unfolding with WW'd body prior to `tryWW` (#20510)Sebastian Graf2021-10-293-0/+135
* DmdAnal: Implement Boxity Analysis (#19871)Sebastian Graf2021-10-2432-363/+827
* CprAnal: Activate Sum CPR for local bindingsSebastian Graf2021-10-052-10/+36
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-303-70/+91
* compiler: Name generated locals more descriptivelyBen Gamari2021-07-291-2/+3
* Add regression test for #17819Sebastian Graf2021-06-273-0/+331
* WorkWrap: Make mkWWstr and mkWWcpr generate fewer let bindingsSebastian Graf2021-06-271-4/+4
* WorkWrap: Remove mkWWargs (#19874)Sebastian Graf2021-06-273-4/+24
* Re-do rubbish literalsSimon Peyton Jones2021-06-054-13/+34
* Make setBndrsDemandInfo work with only type variablesMatthew Pickering2021-05-192-0/+8
* CPR: Detect constructed products in `runRW#` apps (#19822)Sebastian Graf2021-05-191-1/+1
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-051-2/+2
* Rubbish literals for all representations (#18983)Sebastian Graf2021-03-261-15/+15
* Nested CPR light (#19398)Sebastian Graf2021-03-209-13/+13
* Use GHC2021 as default languageJoachim Breitner2021-03-103-0/+3
* DmdAnal: Better syntax for demand signatures (#19016)Sebastian Graf2021-03-0321-135/+135
* CPR analysis: Use CPR of scrutinee for Case Binder CPR (#19232)Sebastian Graf2021-02-283-34/+0
* Fix typosBrian Wignall2021-02-063-3/+3
* WorkWrap: Use SysLocal Name for Thunk Splitting (#19180)Sebastian Graf2021-01-102-0/+22
* WorkWrap: Unbox constructors with existentials (#18982)Sebastian Graf2020-12-233-0/+289
* Add regression test for #19053Sebastian Graf2020-12-152-0/+9
* Demand: Simplify `CU(U)` to `U` (#19005)Sebastian Graf2020-12-122-4/+4
* DmdAnal: Annotate top-level function bindings with demands (#18894)Sebastian Graf2020-12-125-0/+643
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-2023-76/+267
* Arity: Record arity types for non-recursive letsSebastian Graf2020-10-171-1/+1
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-143-291/+236
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-291-1/+1
* Better eta-expansion (again) and don't specilise DFunsSimon Peyton Jones2020-09-221-21/+19
* This patch addresses the exponential blow-up in the simplifier.Simon Peyton Jones2020-07-281-4/+4
* Update testsuiteSylvain Henry2020-06-171-3/+3
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-1/+1
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-1/+1
* DmdAnal: Recognise precise exceptions from case alternatives (#18086)Sebastian Graf2020-05-283-0/+45
* Make WorkWrap.Lib.isWorkerSmallEnough aware of the old aritySebastian Graf2020-05-263-0/+92
* DmdAnal: Improve handling of precise exceptionsSebastian Graf2020-05-1515-113/+275
* CprAnal: Don't attach CPR sigs to expandable bindings (#18154)Sebastian Graf2020-05-1314-58/+54
* Unit: split and rename modulesSylvain Henry2020-04-305-10/+10