summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
Commit message (Expand)AuthorAgeFilesLines
* Remove ExnStr and ThrowsExn businessSebastian Graf2019-02-011-1/+1
* testsuite: Use makefile_testBen Gamari2019-01-302-77/+48
* Revert "Batch merge"Ben Gamari2019-01-302-48/+77
* Batch mergeBen Gamari2019-01-302-77/+48
* testsuite: Fix a variety of issues when building with integer-simpleBen Gamari2018-12-241-1/+2
* Simplify Core output with -dsuppress-type-signaturesÖmer Sinan Ağacan2018-12-242-4/+0
* Add test for #16038Ömer Sinan Ağacan2018-12-226-0/+44
* Improvements to demand analysisSimon Peyton Jones2018-12-125-12/+15
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-191-4/+4
* testsuite: Save performance metrics in git notes.David Eichmann2018-11-071-2/+1
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-1510-30/+46
* Fix plugin tests requirementsTamar Christina2018-10-151-0/+1
* Fix constant-folding for Integer shiftsSimon Peyton Jones2018-09-262-0/+7
* Honor INLINE on 0-arity bindings (#15578)Tobias Dammers2018-09-131-1/+1
* Be a bit more aggressive about let-to-caseSimon Peyton Jones2018-09-124-1/+27
* Preserve specialisations despite CSESimon Peyton Jones2018-09-054-1/+34
* Take strict fields into account in coverage checkingRyan Scott2018-08-271-0/+4
* Set strictness correctly for JoinIdsSimon Peyton Jones2018-08-213-1/+109
* CSE should deal with letrec (#9441)roland2018-08-185-16/+3
* --show-iface: Qualify all non-local namesSimon Jakobi2018-08-122-3/+3
* CSE should deal with letrecroland2018-08-128-1/+57
* Simplify testsuite driverKrzysztof Gogolewski2018-08-111-1/+0
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-1/+1
* Revert "Don't inline functions with RULES too early"Ben Gamari2018-08-014-32/+0
* Don't inline functions with RULES too earlySimon Peyton Jones2018-07-314-0/+32
* Fix #15453: bug in ForAllCo case in opt_trans_ruleNingning Xie2018-07-292-0/+26
* Fix PrelRules.caseRules to account for out-of-range tagsSimon Peyton Jones2018-07-253-0/+23
* A few typofixes in commentsGabor Greif2018-06-292-2/+2
* Typofixes in docs and comments [ci skip]Gabor Greif2018-06-181-1/+1
* Enhanced constant foldingSylvain Henry2018-06-161-28/+10
* Built-in Natural literals in CoreSylvain Henry2018-06-151-4/+4
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-146-15/+21
* Mark test broken on powerpc64[le]Peter Trommler2018-06-141-1/+1
* Remove ad-hoc special case in occAnalSimon Peyton Jones2018-06-076-8/+16
* Improve exhaustiveness checking for literal values and patterns, fix #14546HE, Tao2018-06-031-0/+8
* Conservatively estimate levity in worker/wrapperBen Gamari2018-06-021-1/+1
* testsuite: Add test for #15186Ben Gamari2018-06-023-0/+116
* testsuite: Make T3234 more robustroland2018-05-304-74/+8
* Another batch of './validation --slow' tweaksAlp Mestanogullari2018-05-201-3/+14
* Test Trac #15114Simon Peyton Jones2018-05-033-0/+25
* Inline wrappers earlierSimon Peyton Jones2018-04-2010-13/+40
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-193-3/+13
* Revert "Enhanced constant folding"Ben Gamari2018-04-161-10/+28
* Enhanced constant foldingSylvain Henry2018-04-131-28/+10
* Add test case for #15005Joachim Breitner2018-04-102-0/+190
* CSE: Walk past join point lambdas (#15002)Joachim Breitner2018-04-092-0/+13
* Allow unpacking of single-data-con GADTsSimon Peyton Jones2018-04-024-0/+23
* testsuite: Add test for #14965Ben Gamari2018-03-274-0/+30
* Don't refer to blocks in debug info when -g1Bartosz Nitka2018-03-253-0/+11
* Fix over-eager constant folding in bitIntegerSimon Peyton Jones2018-03-222-0/+6