summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf
Commit message (Expand)AuthorAgeFilesLines
* GHC.Core.Opt renamingSylvain Henry2020-04-184-4/+4
* testsuite: Move no_lint to the top level, tweak hie002Ömer Sinan Ağacan2020-04-101-5/+0
* simplifier: Kill off ufKeenessFactorBen Gamari2020-04-071-55/+9
* Major improvements to the specialiserSimon Peyton Jones2020-04-031-2/+9
* Testsuite: measure compiler stats for T16190Sylvain Henry2020-04-031-1/+1
* Expect T4267 to passSylvain Henry2020-03-301-2/+1
* Demand analysis: simplify the demand for a RHSSimon Peyton Jones2020-03-291-1/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-2/+2
* Modules: Core operations (#13009)Sylvain Henry2020-03-185-5/+5
* Make DeriveFunctor-generated code require fewer beta reductionsRyan Scott2020-03-113-0/+28
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-086-17/+17
* testlib: Extend existing *_opts in extra_*_optsÖmer Sinan Ağacan2020-02-051-3/+4
* PmCheck: Formulate as translation between Clause TreesSebastian Graf2020-01-251-0/+2
* testsuite: Widen acceptance window of T1969Ben Gamari2020-01-241-1/+3
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-082-23/+21
* testsuite: Enlarge acceptance window for T1969Ben Gamari2019-12-301-1/+1
* Meaning-preserving SCC annotations (#15730)Vladislav Zavialov2019-12-051-1/+1
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-3/+3
* testsuite: Don't collect residency for T4801Ben Gamari2019-11-171-1/+0
* testsuite: Increase acceptance window of T4801Ben Gamari2019-11-151-1/+1
* testsuite: Disable T4334 in nonmoving_thr waywip/alp/hadrian-ci-metricsfileBen Gamari2019-11-111-2/+3
* testsuite: Use small allocation area when measuring residencyBen Gamari2019-11-104-83/+23
* testsuite: Mark tests fragile in threaded2 as fragile in all concurrent waysBen Gamari2019-11-101-1/+1
* Make CSE delay inlining lessSimon Peyton Jones2019-11-011-1/+0
* Merge non-moving garbage collectorBen Gamari2019-10-231-1/+3
|\
| * testsuite: Don't run T9630 in nonmoving waysBen Gamari2019-10-221-1/+3
* | Performance tests: Reduce acceptance threshold for bytes allocated testsMatthew Pickering2019-10-231-41/+41
|/
* Testsuite tweaks and refactoringÖmer Sinan Ağacan2019-07-091-1/+1
* Make sure mkSplitUniqSupply stores the precomputed mask only.Andreas Klebinger2019-06-182-0/+25
* testsuite: Don't run tests requiring TH in profasm way when GhcDynamicBen Gamari2019-06-121-1/+1
* testsuite: Add haddock perf test output to gitignoreBen Gamari2019-06-121-0/+2
* testsuite: Compile T9630 with +RTS -G1Ben Gamari2019-05-301-1/+4
* testsuite: introduce 'static_stats' testsAlp Mestanogullari2019-05-291-12/+24
* Let the specialiser work on dicts under lambdasSandy Maguire2019-05-264-1/+248
* Compute demand signatures assuming idAritySebastian Graf2019-04-302-0/+80
* testsuite: Unmark T16190 as brokenBen Gamari2019-04-081-3/+1
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-0/+2
* testsuite: Mark T16190 as broken on WindowsBen Gamari2019-03-201-1/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-155-5/+5
* Testsuite: use 'fragile' instead of 'skip' for T3424, T14697Vladislav Zavialov2019-03-081-4/+3
* Disable fragile test cases: T14697 T5559 T3424Vladislav Zavialov2019-02-241-2/+5
* Add perf test for #16190Sylvain Henry2019-02-143-0/+30
* testsuite: Use makefile_testBen Gamari2019-01-302-8/+4
* Revert "Batch merge"Ben Gamari2019-01-302-4/+8
* Batch mergeBen Gamari2019-01-302-8/+4
* Visible kind applicationmynguyen2019-01-031-1/+3
* testsuite: Fix a variety of issues when building with integer-simpleBen Gamari2018-12-241-2/+3
* testsuite: Fix use of stats_num_fieldBen Gamari2018-12-071-2/+1
* Add fusion rules for the zipWith functions in base (#15263)Tobias Decking2018-12-063-0/+50
* Implement late lambda liftSebastian Graf2018-11-231-1/+1