summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric
Commit message (Expand)AuthorAgeFilesLines
* Fix #19931John Ericson2021-07-213-0/+37
* Refactor SuggestExtension constructor in GhcHintAlfredo Di Napoli2021-07-211-1/+2
* Avoid useless w/w split, take 2Simon Peyton Jones2021-06-051-4/+2
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-031-1/+2
* Bignum: match on DataCon workers in rules (#19892)Sylvain Henry2021-05-294-4/+25
* Nested CPR light (#19398)Sebastian Graf2021-03-201-4/+4
* Add a test for fromInteger :: Integer -> Float/Double (#15926, #17231, #17782)ARATA Mizuki2021-03-173-0/+85
* DmdAnal: Better syntax for demand signatures (#19016)Sebastian Graf2021-03-032-5/+5
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-032-3/+3
* Fix terrible occurrence-analysis bugSimon Peyton Jones2021-03-011-10/+4
* Bignum: fix for Integer/Natural Ord instancesSylvain Henry2021-01-171-10/+6
* base: add Numeric.{readBin, showBin} (fix #19036)Artem Pelenitsyn2021-01-021-2/+0
* Display FFI labels (fix #18539)Sylvain Henry2020-12-111-1/+1
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-262-5/+139
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-202-5/+5
* Bignum: fix BigNat subtraction (#18604)Sylvain Henry2020-08-263-0/+12
* Bignum: fix powMod for gmp backend (#18515)Sylvain Henry2020-07-303-0/+14
* Fix bug in Natural multiplication (fix #18509)Sylvain Henry2020-07-293-0/+9
* Bignum: add support for negative shifts (fix #18499)Sylvain Henry2020-07-283-0/+44
* This patch addresses the exponential blow-up in the simplifier.Simon Peyton Jones2020-07-282-5/+5
* Reduce result discount in conSizeSimon Peyton Jones2020-07-133-10/+10
* BigNum: rename BigNat typesSylvain Henry2020-07-071-1/+1
* Fix ghc-bignum exceptionsSylvain Henry2020-06-273-0/+21
* Update testsuiteSylvain Henry2020-06-174-18/+17
* CprAnal: Don't attach CPR sigs to expandable bindings (#18154)Sebastian Graf2020-05-133-9/+0
* Separate CPR analysis from the Demand analyserwip/sep-cprSebastian Graf2020-02-123-13/+17
* 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