summaryrefslogtreecommitdiff
path: root/testsuite/tests/cmm
Commit message (Expand)AuthorAgeFilesLines
* Fix T20638 on big-endian architecturesPeter Trommler2022-01-182-2/+2
* Multiple Home UnitsMatthew Pickering2021-12-281-2/+2
* generalize GHC.Cmm.Dataflow to work over any node typeNorman Ramsey2021-12-072-0/+26
* testsuite: Specify expected word-size of machop testsBen Gamari2021-12-021-7/+8
* CmmToC: Always cast arguments as unsignedBen Gamari2021-12-023-0/+5
* testsuite: Add testcases for various machop issuesBen Gamari2021-12-0211-0/+72
* Don't include types in test outputAndreas Klebinger2021-11-233-40/+27
* CmmSink: Be more aggressive in removing no-op assignments.Andreas Klebinger2021-11-233-0/+68
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-061-56/+15
* Test non-native switch C-- with twos complimentJohn Ericson2021-08-174-1/+40
* testsuite: Add test for #20142Ben Gamari2021-07-232-0/+31
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-2/+2
* NCG: Fix 64bit int comparisons on 32bit x86Andreas Klebinger2020-11-044-0/+207566
* Add tests for #17920Sylvain Henry2020-06-231-1/+1
* GHC.Cmm.Opt: Handle MO_XX_ConvBen Gamari2020-05-152-0/+18
* testsuite/T16930: Don't rely on gnu grep specific --includeBen Gamari2020-02-142-12/+12
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-4/+4
* Handle TagToEnum in the same big case as the other primopsJohn Ericson2020-01-162-0/+44
* Make the C-- O and C types constructors with DataKindsJohn Ericson2019-09-051-1/+3
* Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa...nineonine2019-07-264-0/+32
* testsuite: Use makefile_testBen Gamari2019-01-301-1/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+1
* Batch mergeBen Gamari2019-01-301-1/+1
* NCG: New code layout algorithm.Andreas Klebinger2018-11-173-0/+16
* Check if both branches of an Cmm if have the same target.klebinger.andreas@gmx.at2018-06-074-0/+16
* Hoopl: improve postorder calculationMichal Terepeta2018-03-195-0/+83