summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/should_run
Commit message (Expand)AuthorAgeFilesLines
* 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-184-4/+4
* Make DeriveFunctor-generated code require fewer beta reductionsRyan Scott2020-03-113-0/+28
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-083-14/+14
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-3/+3
* testsuite: Use small allocation area when measuring residencyBen Gamari2019-11-101-16/+8
* Make sure mkSplitUniqSupply stores the precomputed mask only.Andreas Klebinger2019-06-182-0/+25
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-154-4/+4
* testsuite: Use makefile_testBen Gamari2019-01-301-4/+3
* Revert "Batch merge"Ben Gamari2019-01-301-3/+4
* Batch mergeBen Gamari2019-01-301-4/+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
* testsuite: Save performance metrics in git notes.David Eichmann2018-11-071-318/+56
* Update performance numbers on WindowsTamar Christina2018-10-041-2/+6
* Make sure forM_ and related functions fuse cleanlySebastian Graf2018-09-172-0/+48
* 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
* base: Make Foreign.Marshal.Alloc.allocBytes[Aligned] NOINLINEBen Gamari2018-07-301-1/+2
* Replace atomicModifyMutVar#David Feuer2018-07-151-1/+2
* Reclassify some performance testsRichard Eisenberg2018-07-141-1/+1
* Make seq# evaluatedness look through castsDavid Feuer2018-06-112-0/+42
* Let the simplifier know that seq# forcesDavid Feuer2018-06-062-0/+40
* Clean up Windows testsuite failuresTamar Christina2018-05-281-2/+4
* Improve numeric stability of numericEnumFrom for floating numbersHE, Tao2018-05-161-1/+2
* Add missing stdout file for T14955Simon Peyton Jones2018-04-271-1/+1
* Do not unpack class dictionaries with INLINABLESimon Peyton Jones2018-04-264-0/+102
* testsuite: Fix overflow in T13623 on 32-bit machinesBen Gamari2018-04-242-2/+5
* SpecConstr: accommodate casts in value argumentsSimon Peyton Jones2018-04-023-0/+36
* Revert "GHCi: Don't remove shadowed bindings from typechecker scope."Ömer Sinan Ağacan2018-03-081-2/+1
* Add perf test for #14052Ömer Sinan Ağacan2018-03-074-0/+3512
* Windows: fix all failing tests.Tamar Christina2018-01-021-2/+5
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-071-2/+5
* Fix loss-of-SpecConstr bugSimon Peyton Jones2017-05-023-0/+91
* Comments onlySimon Peyton Jones2017-04-281-1/+1
* Various testsuite fixes for 32-bit WindowsBen Gamari2017-04-021-4/+6
* Derive the definition of nullDavid Feuer2017-04-023-2/+24
* Add a perf test for deriving nullDavid Feuer2017-04-023-0/+32
* testsuite: Update performance numbers for 32-bit platformsBen Gamari2017-03-261-12/+22
* testsuite: Bump T10359 allocationsBen Gamari2017-03-101-1/+3
* The Early Inline PatchSimon Peyton Jones2017-02-281-0/+2
* Add -fspec-constr-keenSimon Peyton Jones2017-02-261-1/+3
* tests: remove extra_files.py (#12223)Reid Barton2017-02-261-1/+2
* Fix all broken perf tests on x64 WindowsTamar Christina2017-02-211-0/+5
* Type-indexed TypeableBen Gamari2017-02-181-1/+2
* Derive <$David Feuer2017-02-072-0/+39
* Do Worker/Wrapper for NOINLINE thingsEric Seidel2017-02-051-3/+5
* Join pointsLuke Maurer2017-02-011-2/+4
* Use top-level instances to solve superclasses where possibleDaniel Haraj2017-01-315-4/+52