summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
Commit message (Expand)AuthorAgeFilesLines
...
* Get the in-scope set right in simplArgSimon Peyton Jones2021-11-122-0/+28
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-062-7/+24
* WorkWrap: Update Unfolding with WW'd body prior to `tryWW` (#20510)Sebastian Graf2021-10-291-3/+1
* undefined: Neater CallStack in error messageJoachim Breitner2021-10-243-5/+2
* DmdAnal: Implement Boxity Analysis (#19871)Sebastian Graf2021-10-249-12/+12
* testsuite: Make T12600 more robustBen Gamari2021-10-121-1/+1
* Ensure top-level binders in scope in SetLevelsSimon Peyton Jones2021-10-054-0/+29
* WorkWrap: Nuke CPR signatures of join points (#18824)Sebastian Graf2021-10-051-1/+1
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-305-53/+79
* Add `-dsuppress-core-sizes` flag (#20342)Sylvain Henry2021-09-2810-0/+95
* WorkWrap: Update Note [Wrapper activation] (#15056)Sebastian Graf2021-09-182-2/+5
* Fix #20203 improve constant fold for `and`/`or`CarrieMY2021-09-134-0/+356
* Canonicalize bignum literalsSylvain Henry2021-09-113-3/+3
* Only dump Core stats when requested to do so (#20342)Sylvain Henry2021-09-0813-104/+1
* Define returnA = idOleg Grenrus2021-09-061-2/+4
* Fix GHC.Core.Subst.substDVarSetSimon Peyton Jones2021-08-263-0/+16
* Use the right InScopeSet for findBestSimon Peyton Jones2021-08-152-0/+9
* Fix lookupIdSubst call during RULE matchingKrzysztof Gogolewski2021-08-152-0/+7
* Remove eager forcing of RuleInfo in substRuleInfoMatthew Pickering2021-08-033-0/+48
* Lookup string literals in top-level thunks (fix #16373)Sylvain Henry2021-08-023-0/+27
* Constant-fold unpackAppendCString (fix #20174)Sylvain Henry2021-08-023-0/+38
* compiler: Name generated locals more descriptivelyBen Gamari2021-07-292-6/+8
* Eliminate unnecessary unsafeEqualityProofSimon Peyton Jones2021-07-272-0/+21
* Eta expand through CallStacksSimon Peyton Jones2021-07-273-0/+162
* Add test for #13157Matthew Pickering2021-07-233-0/+16
* Don't duplicate constructors in the simplifierSimon Peyton Jones2021-07-193-1/+157
* WorkWrap: Remove mkWWargs (#19874)Sebastian Graf2021-06-2711-49/+49
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-06-232-6/+24
* Improve pretty-printing of coercionsSimon Peyton Jones2021-06-182-5/+27
* Enhance cast worker/wrapper for INLINABLESimon Peyton Jones2021-06-186-45/+191
* Avoid useless w/w split, take 2Simon Peyton Jones2021-06-053-11/+3
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-032-3/+6
* Fix strictness and arity info in SpecConstrSimon Peyton Jones2021-05-114-15/+126
* Don't warn about ClassOp bindings not specialising.Andreas Klebinger2021-05-112-0/+17
* Worker/wrapper: Refactor CPR WW to work for nested CPR (#18174)wip/nested-cpr-wwSebastian Graf2021-04-2010-38/+38
* Improvements in SpecConstrwip/T19672Simon Peyton Jones2021-04-173-0/+18
* Always generate ModDetails from ModIfaceMatthew Pickering2021-04-141-2/+2
* Make the specialiser handle polymorphic specialisationSimon Peyton Jones2021-04-134-0/+130
* Make specialisation a bit more aggressiveSimon Peyton Jones2021-04-075-0/+49
* Data.List specialization to []Oleg Grenrus2021-04-011-1/+1
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-311-4/+4
* Add regression test for #5298Simon Jakobi2021-03-305-0/+38
* Fix the binder-swap transformation in OccurAnalSimon Peyton Jones2021-03-243-0/+118
* Nested CPR light (#19398)Sebastian Graf2021-03-206-9/+9
* Use GHC2021 as default languageJoachim Breitner2021-03-1010-4/+13
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-073-5/+4
* Run linear Lint on the desugarer output (part of #19165)Krzysztof Gogolewski2021-03-052-6/+9
* testsuite: Add test for #19413Ben Gamari2021-03-043-0/+20
* DmdAnal: Better syntax for demand signatures (#19016)Sebastian Graf2021-03-0312-27/+27
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-2/+2