summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf
Commit message (Expand)AuthorAgeFilesLines
* 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
* T5642: Skip it entirelyBen Gamari2015-12-041-1/+1
* T5642 is brokenBen Gamari2015-12-041-0/+1
* Bump allocations for T783Ben Gamari2015-12-041-1/+3
* testsuite: haddock.compiler: Bump expected allocationsBen Gamari2015-12-031-1/+2
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-012-5/+7
* Remove accidentally added T10359 blobHerbert Valerio Riedel2015-11-221-0/+0
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-211-0/+0
* New magic function for applying realWorld#Ben Gamari2015-11-121-1/+2
* Generate Typeable info at definition sitesBen Gamari2015-10-302-22/+38