| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing relational constant folding for sized numeric types | John Ericson | 2021-04-10 | 3 | -0/+51 |
* | Use GHC2021 as default language | Joachim Breitner | 2021-03-10 | 1 | -0/+1 |
* | Fix array and cleanup conversion primops (#19026) | Sylvain Henry | 2021-03-03 | 16 | -146/+161 |
* | Add 32-bit ops to T file I forgot to add before | John Ericson | 2021-01-22 | 1 | -5/+10 |
* | Make primops for `{Int,Word}32#` | John Ericson | 2021-01-07 | 10 | -0/+587 |
* | Add minimal test for #12492 | Michalis Pardalos | 2020-07-27 | 2 | -0/+12 |
* | Fix ghc-bignum exceptions | Sylvain Henry | 2020-06-27 | 1 | -3/+4 |
* | Implement cstringLength# and FinalPtr | Andrew Martin | 2020-05-23 | 6 | -0/+51 |
* | Add arithmetic exception primops (#14664) | Sylvain Henry | 2020-02-11 | 3 | -0/+21 |
* | testsuite: Fix -Wcompat-unqualified-imports issues | Ben Gamari | 2020-02-08 | 8 | -8/+8 |
* | Implement shrinkSmallMutableArray# and resizeSmallMutableArray#. | Andrew Martin | 2019-10-26 | 3 | -0/+90 |
* | testsuite: Add assertions that way lists are in fact lists | Ben Gamari | 2019-06-15 | 1 | -1/+1 |
* | Skip test ArithInt16 and ArithWord16 in GHCi way | Ömer Sinan Ağacan | 2019-04-08 | 1 | -3/+5 |
* | Fix whitespace style | Yuriy Syrovetskiy | 2019-04-08 | 1 | -1/+1 |
* | Add support for bitreverse primop | Alexandre | 2019-04-01 | 3 | -0/+93 |
* | Fix #16293 by cleaning up Proxy# infelicities | Ryan Scott | 2019-02-12 | 2 | -0/+20 |
* | Introduce Int16# and Word16# | Abhiroop Sarkar | 2018-11-17 | 11 | -5/+598 |
* | testsuite: Save performance metrics in git notes. | David Eichmann | 2018-11-07 | 1 | -5/+1 |
* | Add Int8# and Word8# | Michal Terepeta | 2018-11-02 | 11 | -0/+615 |
* | Revert "Add Int8# and Word8#" | Ben Gamari | 2018-10-09 | 11 | -615/+0 |
* | Add Int8# and Word8# | Michal Terepeta | 2018-10-07 | 11 | -0/+615 |
* | testsuite: Make T4442 compile on i386 and mark as broken | Ben Gamari | 2018-06-15 | 2 | -5/+32 |
* | testsuite: Fix T4442 on i386 | Ben Gamari | 2018-06-14 | 1 | -0/+3 |
* | testsuite: Fix T4442 on 32-bit architectures | Ben Gamari | 2018-04-24 | 1 | -1/+28 |
* | Add unaligned bytearray access primops. Fixes #4442. | Reiner Pope | 2018-03-25 | 3 | -1/+280 |
* | Allow packing constructor fields | Michal Terepeta | 2017-10-29 | 3 | -0/+70 |
* | Typos in non-code | Gabor Greif | 2016-03-30 | 1 | -1/+1 |
* | Testsuite: delete empty files [skip ci] | Thomas Miedema | 2016-02-25 | 1 | -0/+0 |
* | Another batch of typo fixes in non-code | Gabor Greif | 2016-02-11 | 1 | -1/+1 |
* | Add testcase for getSizeofMutableByteArray# | Ben Gamari | 2015-12-27 | 3 | -0/+31 |
* | testsuite/T9430: Fix word-size dependence | Ben Gamari | 2015-12-27 | 1 | -12/+16 |
* | testsuite/codegen: Add missing dummy Makefiles | Ben Gamari | 2015-12-27 | 2 | -0/+6 |
* | T10678: Fix bytes allocated statistic | Ben Gamari | 2015-11-12 | 1 | -1/+1 |
* | New magic function for applying realWorld# | Ben Gamari | 2015-11-12 | 2 | -0/+31 |
* | Support MO_U_QuotRem2 in LLVM backend | Michal Terepeta | 2015-08-03 | 1 | -0/+35 |
* | Give raise# a return type of open kind (#10481) | Reid Barton | 2015-07-31 | 3 | -0/+11 |
* | LlvmCodeGen: add support for MO_U_Mul2 CallishMachOp | Michal Terepeta | 2015-07-20 | 1 | -0/+18 |
* | Testsuite: delete remaining only_compiler_types(['ghc']) setups | Thomas Miedema | 2015-07-14 | 1 | -1/+1 |
* | Support MO_{Add,Sub}IntC and MO_Add2 in the LLVM backend | Michal Terepeta | 2015-07-04 | 2 | -1/+77 |
* | Simplify .gitignore files | Herbert Valerio Riedel | 2014-06-28 | 1 | -2/+0 |
* | Add .gitignore for autogenerated test files. | Edward Z. Yang | 2014-05-29 | 1 | -0/+2 |
* | Follow changes in comparison primops (see #6135) | Jan Stolarek | 2013-09-18 | 3 | -1490/+738 |
* | Rellocate test for T7689 to different directory | Jan Stolarek | 2013-08-19 | 3 | -0/+117 |
* | Comparison primops return Int# (Fixes #6135) | Jan Stolarek | 2013-08-14 | 6 | -0/+1576 |