summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite: Save performance metrics in git notes.David Eichmann2018-11-075-1571/+134
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-152-2/+5
* update amd64 linux/osx stats for haddock.base perf testAlp Mestanogullari2018-10-091-1/+2
* Update performance numbers on WindowsTamar Christina2018-10-042-5/+10
* testsuite: Bump T9630 expected allocationsBen Gamari2018-09-221-1/+2
* testsuite: Bump expected allocations for T12707Ben Gamari2018-09-211-1/+2
* testsuite: Bump expected allocations of T9675Ben Gamari2018-09-211-2/+4
* Make sure forM_ and related functions fuse cleanlySebastian Graf2018-09-173-1/+51
* Fix for #13862: Optional "-v" not allowed with :load in GHCiroland2018-09-161-1/+1
* tests: increase (compile) timeout multiplier for T13701 and MultiLayerModulesAlp Mestanogullari2018-09-141-4/+4
* Honor INLINE on 0-arity bindings (#15578)Tobias Dammers2018-09-132-0/+89
* base: Mark `findIndices` as INLINABLE instead of INLINE (fixes #15426)Kevin Buhr2018-08-212-0/+22
* fix timeout related i686 validation issuesAlp Mestanogullari2018-08-061-0/+15
* testsuite: Bump T3064 expected allocationsBen Gamari2018-08-041-1/+2
* base: Make Foreign.Marshal.Alloc.allocBytes[Aligned] NOINLINEBen Gamari2018-07-301-1/+2
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-271-2/+4
* Fix space leaksSimon Marlow2018-07-161-3/+6
* Replace atomicModifyMutVar#David Feuer2018-07-151-1/+2
* Reclassify some performance testsRichard Eisenberg2018-07-141-1/+1
* Refactor coercion ruleningning2018-07-091-1/+2
* testsuite: Bump metrics for T5631 and T6048Ben Gamari2018-06-191-5/+7
* Fix binary and haddock submodule commitsBen Gamari2018-06-141-4/+6
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-145-50/+171
* Make seq# evaluatedness look through castsDavid Feuer2018-06-112-0/+42
* testsuite: Bump performance metrics of T9233 and T13035Ben Gamari2018-06-101-2/+4
* Fix unparseable pretty-printing of promoted data consAndreas Herrmann2018-06-072-17/+17
* Let the simplifier know that seq# forcesDavid Feuer2018-06-062-0/+40