summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf
Commit message (Expand)AuthorAgeFilesLines
* Refactor derived Generic instances to reduce allocationsRyan Scott2016-06-193-204/+208
* Add Bifoldable and Bitraversable to baseRyan Scott2016-06-191-1/+2
* Testsuite: run tests in <testdir>.run instead of /tmpThomas Miedema2016-06-182-4/+4
* Testsuite: fixup comments for T9872d [skip ci]Thomas Miedema2016-06-051-2/+2
* integer-gmp: Make minusInteger more efficientAlan Mock2016-06-041-1/+2
* Spelling in commentsGabor Greif2016-05-251-1/+1
* testsuite: Update max_bytes_used for T4029Ben Gamari2016-05-231-2/+5
* Fix a performance issue with -fprint-expanded-synonymsÖmer Sinan Ağacan2016-05-153-0/+109
* Make Generic1 poly-kindedRyanGlScott2016-05-122-3/+6
* testsuite: Bump max bytes used of T4029Ben Gamari2016-04-211-1/+2
* Improve TcFlatten.flattenTyVarSimon Peyton Jones2016-04-151-1/+3
* Add a final demand analyzer run right before TidyCoreJoachim Breitner2016-04-141-11/+16
* GHC.Base: Use thenIO in instance Applicative IOJoachim Breitner2016-04-081-1/+2
* Revert "testsuite: One more 32-bit performance slip"Ben Gamari2016-04-071-2/+1
* testsuite: One more 32-bit performance slipBen Gamari2016-04-071-1/+2
* Adjust performance numbersJoachim Breitner2016-04-072-2/+4
* CSE code cleanup and improvementSimon Peyton Jones2016-04-062-4/+8
* testsuite: Update 32-bit performance numbersBen Gamari2016-04-064-61/+92
* ghc-prim: Delay inlining of {gt,ge,lt,le}Int to phase 1Ben Gamari2016-03-302-4/+5
* Tes suite output updatesJoachim Breitner2016-03-291-1/+2
* Do not print DmdType in Core outputJoachim Breitner2016-03-292-4/+4
* Defer inlining of Eq for primitive typesBen Gamari2016-03-241-2/+3
* Prevent eager unification with type families.Richard Eisenberg2016-03-211-2/+1
* Add two small optimizations. (#11196)Richard Eisenberg2016-03-211-3/+7
* DsExpr: Don't build/foldr huge listsBen Gamari2016-03-201-1/+2
* Testsuite wibbles from previous commits.Richard Eisenberg2016-03-141-1/+2
* Bump allocations for T6048Ben Gamari2016-03-111-1/+2
* GHCi: Fix load/reload space leaks (#4029)Jason Eisenberg2016-03-054-0/+372
* Bump haddock.base allocationsBen Gamari2016-02-251-1/+2
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-1/+2
* testsuite: Un-break T5642Ben Gamari2016-02-091-2/+3
* Define tyConRolesRepresentational and use itSimon Peyton Jones2016-02-081-3/+6
* Overhaul the Overhauled Pattern Match CheckerGeorge Karachalias2016-02-041-1/+3
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-1/+2
* Remove -Wtoo-many-guards from default flags (fixes #11316)George Karachalias2016-01-051-5/+0
* Adding flags: -ffull-guard-reasoning and too-many-guardsGeorge Karachalias2015-12-271-0/+5
* Visible type applicationRichard Eisenberg2015-12-241-1/+2
* Update Cabal submodule to latest snapshotHerbert Valerio Riedel2015-12-221-1/+2
* Testsuite: widen lazy-bs-alloc 3->5%Thomas Miedema2015-12-181-1/+2
* Move Data.Functor.(Classes,Compose,Product,Sum) into baseRyanGlScott2015-12-171-1/+2
* Fix tcTyClTyVars to handle SigTvsRichard Eisenberg2015-12-171-7/+5
* T9961 allocations crept further upwardsBen Gamari2015-12-171-2/+3
* Bump haddock expected performance numbersBen Gamari2015-12-171-6/+9
* primops: Mark actions evaluated by `catch*` as lazyBen Gamari2015-12-151-1/+2
* Allow recursive (undecidable) superclassesSimon Peyton Jones2015-12-151-1/+2
* Add kind equalities to GHC.Richard Eisenberg2015-12-112-16/+32
* T4801: Update expected allocations on DarwinBen Gamari2015-12-111-2/+3
* Use TypeLits in the meta-data encoding of GHC.GenericsRyanGlScott2015-12-072-701/+603
* Update peak_megabytes_allocated for T9675Ben Gamari2015-12-041-1/+2
* T5642: Fix skip usageBen Gamari2015-12-041-1/+1