summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-082-2/+2
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-314-25/+1
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-1/+1
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-081-2/+2
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-044-6/+6
* Add constant folding rule (#16402)Sylvain Henry2019-12-033-0/+56
* Stricten functions ins GHC.NaturalSebastian Graf2019-11-231-1/+1
* Make CSE delay inlining lessSimon Peyton Jones2019-11-012-3/+3
* Fix running of ratio test casetaylorfausak2019-11-011-1/+1
* Add tests for rounding ratiostaylorfausak2019-11-012-0/+42
* testsuite: Add assertions that way lists are in fact listsBen Gamari2019-06-151-1/+1
* Add regression test for old Word32 arithmetic issue (#497)Kevin Buhr2019-05-223-0/+15
* testsuite: Suppress ticks when comparing -ddump-simpl outputBen Gamari2019-03-011-3/+3
* testsuite: Use makefile_testBen Gamari2019-01-302-4/+4
* Revert "Batch merge"Ben Gamari2019-01-302-4/+4
* Batch mergeBen Gamari2019-01-302-4/+4
* arith011 is no longer broken with integer-simpleAlec Theriault2018-12-271-3/+1
* testsuite: Fix a variety of issues when building with integer-simpleBen Gamari2018-12-242-3/+6
* Improvements to demand analysisSimon Peyton Jones2018-12-121-4/+4
* testuite: update more windows tests outputsTamar Christina2018-11-221-1/+2
* Comment out CONSTANT_FOLDED in GHC.NaturalChristiaan Baaij2018-10-281-5/+10
* Fix integer overflow when encoding doubles (Trac #15271)Fangyi Zhou2018-10-282-0/+9
* Preserve specialisations despite CSESimon Peyton Jones2018-09-052-3/+3
* fixup! Disable T10962 on llvm for nowKrzysztof Gogolewski2018-07-221-1/+1
* Disable T10962 on llvm for nowKrzysztof Gogolewski2018-07-221-1/+1
* Fix a major copy'n'paste error in LLVM CodeGenKrzysztof Gogolewski2018-07-221-1/+1
* Fix for built-in Natural literals desugaringSylvain Henry2018-07-063-0/+9
* Built-in Natural literals in CoreSylvain Henry2018-06-157-0/+214
* Algebraically simplify add/sub with carry/overflowSebastian Graf2018-05-154-8/+36
* Fix another batch of `./validate --slow` failuresAlp Mestanogullari2018-05-131-0/+3
* Stable area hyperbolic sine for `Double` and `Float`.Justus Sagemüller2018-05-051-1/+1
* Add hyperbolic functions to test of Float-inversesJustus Sagemüller2018-05-053-1/+16
* Add test for invertability of `Floating` methods.Justus Sagemüller2018-05-053-0/+59
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-191-1/+1
* Enable testing 'Natural' type in TEST=arith011Herbert Valerio Riedel2017-10-163-4/+1341
* base: Update acosh to handle -1::ComplexAlex Bradley2017-09-053-0/+11
* Changed OverLit warnings to work with negative literals (#13257)Rupert Horlick2017-03-061-4/+0
* testsuite: Fix double test of +InfinityBen Gamari2017-03-032-4/+4
* testsuite: Add a NaN case to numrun015Ben Gamari2017-03-032-0/+2
* testsuite: Add test for floating-point abs (numrun015)Ben Gamari2017-03-033-0/+31
* Combine identical case alternatives in CSESimon Peyton Jones2017-02-281-11/+5
* Simplify OutputableBndrSimon Peyton Jones2017-02-171-18/+18
* Join pointsLuke Maurer2017-02-011-10/+11
* Fix the right-shift operation for negative big integers (fixes #12136)Daishi Nakajima2017-01-263-0/+21
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-4/+1
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-201-7/+23
* Testsuite: delete dead code + cleanupThomas Miedema2016-06-201-10/+6
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2012-164/+164
* CSE code cleanup and improvementSimon Peyton Jones2016-04-061-5/+11
* Core pretty printer: Omit wild case bindersJoachim Breitner2016-04-061-10/+6