summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow top level ticked string literalsBartosz Nitka2018-03-066-0/+129
* Collect CCs in CorePrep, including CCs in unfoldingsÖmer Sinan Ağacan2018-02-131-8/+8
* testsuite: Add test for #14768Ben Gamari2018-02-062-0/+60
* Fix join-point decisionSimon Peyton Jones2018-01-092-0/+77
* Drop dead Given bindings in setImplicationStatusSimon Peyton Jones2018-01-041-17/+1
* Get evaluated-ness right in the back endSimon Peyton Jones2018-01-038-44/+48
* Rename HEq_sc and Coercible_sc to heq_sel and coercible_selMatthew Pickering2018-01-021-2/+2
* Windows: fix all failing tests.Tamar Christina2018-01-022-2/+3
* RTS: Disable warnings in ffi.hPeter Trommler2017-11-151-1/+3
* Remove unreliable Core Lint empty case checksDavid Feuer2017-11-092-0/+15
* Introduce -dsuppress-stg-free-vars flagBen Gamari2017-11-021-4/+4
* Fix typo in accessor nameGabor Greif2017-10-301-1/+1
* Implement a dedicated exitfication pass #14152Joachim Breitner2017-10-295-0/+377
* Do not bind coercion variables in SpecConstr rulesSimon Peyton Jones2017-10-122-0/+28
* testsuite: Add test for #14272Ben Gamari2017-09-262-0/+9
* Add a test for #14140David Feuer2017-09-123-0/+41
* Allow CSE'ing of work-wrapped bindings (#14186)Joachim Breitner2017-09-1210-88/+151