summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling
Commit message (Expand)AuthorAgeFilesLines
* Improve eta-expansion using ArityTypeSimon Peyton Jones2020-07-113-36/+38
* Update testsuiteSylvain Henry2020-06-171-3/+2
* Document restriction on SCC pragma syntaxKrzysztof Gogolewski2020-03-153-0/+9
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-081-1/+1
* Handle large ARR_WORDS in heap census (fix #17572)Sylvain Henry2019-12-193-0/+19
* Meaning-preserving SCC annotations (#15730)Vladislav Zavialov2019-12-052-4/+4
* testsuite: Mark T11627b as fragileBen Gamari2019-11-091-2/+1
* testsuite: Skip T14931 on WindowsBen Gamari2019-11-091-1/+3
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-0/+1
* testsuite: Mark heapprof001 as fragile on all platformsBen Gamari2019-03-131-1/+1
* Always do the worker/wrapper split for NOINLINEsSebastian Graf2019-03-071-1/+1
* testsuite: Use fragile modifier for more testsBen Gamari2019-03-061-5/+2
* testsuite: Mark heapprof001 as fragile on i386Ben Gamari2019-03-061-1/+1
* Disable fragile test cases: T14697 T5559 T3424Vladislav Zavialov2019-02-241-1/+3
* testsuite: Always skip T15897Ben Gamari2019-02-101-2/+2
* Stack: fix name mangling.Tamar Christina2019-02-093-0/+94
* testsuite: Skip T15897 in unregisterised wayBen Gamari2019-02-041-1/+4
* testsuite: Use makefile_testBen Gamari2019-01-302-6/+4
* Revert "Batch merge"Ben Gamari2019-01-302-4/+6
* Batch mergeBen Gamari2019-01-302-6/+4
* Fix negative mutator time in GC stats in prof buildsÖmer Sinan Ağacan2019-01-123-0/+20
* testsuite: Fix a variety of issues when building with integer-simpleBen Gamari2018-12-241-1/+4
* testsuite: Enable T11627a on DarwinBen Gamari2018-12-241-3/+0
* testsuite: Mark heapprof001 as broken in prof_hc_hb way on i386Ben Gamari2018-12-221-1/+3
* testsuite: Fix non-canonical Monoid instance in T3001-2Ben Gamari2018-10-171-1/+1
* Fix processHeapClosureForDead CONSTR_NOCAF caseÖmer Sinan Ağacan2018-07-131-2/+1
* testsuite: remove unused scc001 targetÖmer Sinan Ağacan2018-07-011-19/+0
* testsuite: Skip T11627a and T11627b on DarwinBen Gamari2018-06-191-1/+7
* testsuite: Mark T3001-2 as broken on 32-bit platformsBen Gamari2018-06-171-1/+3
* Another batch of './validation --slow' tweaksAlp Mestanogullari2018-05-201-3/+3
* Preserve join-point arity in CoreOptSimon Peyton Jones2018-05-011-1/+1
* Add test case for #15108Joachim Breitner2018-04-302-0/+23
* testsuite: Add test for #14931Ben Gamari2018-03-254-0/+45
* Fix interpreter with profilingSimon Marlow2018-03-061-4/+2
* Add regression test for #12790Ryan Scott2018-03-022-0/+49
* Collect CCs in CorePrep, including CCs in unfoldingsÖmer Sinan Ağacan2018-02-131-1/+1
* testsuite: Fix scc001 profile outputBen Gamari2018-02-021-1/+1
* testsuite: Mark scc001 and T5363 as broken due to #14705Ben Gamari2018-01-311-2/+6
* Update outputs of T12962, scc003Ömer Sinan Ağacan2018-01-302-10/+10
* testsuite: Semigroup/Monoid compat for T3001-2Ben Gamari2017-12-181-1/+4
* testsuite: Add test for #14257Ben Gamari2017-11-214-0/+27
* testsuite: Add test for #5889Douglas Wilson2017-11-093-2/+73
* Automatically add SCCs to INLINABLE bindingsDavid Feuer2017-05-124-18/+76
* Fix scc001Simon Marlow2017-03-292-22/+22
* Typos in manual and commentsGabor Greif2017-03-141-1/+1
* tests: remove extra_files.py (#12223)Reid Barton2017-02-261-1/+2
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-7/+4
* More fixes for #5654Simon Marlow2017-01-063-54/+55
* Run some tests with -fexternal-interpreter -profSimon Marlow2016-12-171-6/+18
* Fix cost-centre-stacks bug (#5654)Simon Marlow2016-12-157-54/+97