summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
Commit message (Expand)AuthorAgeFilesLines
* Modules (#13009)Sylvain Henry2020-04-182-2/+2
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* Improve and refactor StgToCmm codegen for DataCons.Andreas Klebinger2020-04-031-1/+1
* testsuite: Fix T17786 on WindowsBen Gamari2020-03-291-2/+2
* Use run-time tablesNextToCode in compiler exclusively (#15548)Joachim Breitner2020-03-261-1/+1
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-1/+1
* Add regression test for T17904Ömer Sinan Ağacan2020-03-102-0/+64
* Simplify IfaceIdInfo typeÖmer Sinan Ağacan2020-02-291-2/+2
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-204-16/+13
* Add test for #17648Ömer Sinan Ağacan2020-02-143-0/+29
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-124-4/+64
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-083-3/+2
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-312-10/+10
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-1/+1
* llvmGen: Fix #14251Ben Gamari2020-01-201-2/+1
* Fix LANG=C for readelf invocation in T14999Sylvain Henry2020-01-121-1/+1
* testsuite: Mark cgrun057 as fragile on all platformsBen Gamari2020-01-041-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-043-3/+3
* Module hierarchy (#13009): StgSylvain Henry2019-12-311-1/+1
* testsuite: Mark cgrun057 as fragile on ARMBen Gamari2019-12-271-0/+1
* fixup! Fix endian handling w.r.t. CPP macro WORDS_BIGENDIANStefan Schulze Frielinghaus2019-12-241-1/+1
* Fix endian handling w.r.t. CPP macro WORDS_BIGENDIANStefan Schulze Frielinghaus2019-12-241-0/+4
* Revert "testsuite: Mark cgrun057 as broken on ARMv7"Ben Gamari2019-12-171-1/+0
* testsuite: Mark cgrun057 as broken on ARMv7Ben Gamari2019-12-171-0/+1
* Implement pointer tagging for big families (#14373)Gabor Greif2019-12-0615-0/+169
* Add `timesInt2#` primopSylvain Henry2019-12-022-0/+99
* Merge non-moving garbage collectorBen Gamari2019-10-231-4/+7
|\
| * testsuite: Skip T15892 in nonmoving_thr_ghcBen Gamari2019-10-221-1/+1
| * testsuite: Nonmoving collector doesn't support -G1Ben Gamari2019-10-221-1/+2
| * testsuite: Don't run T15892 in nonmoving waysBen Gamari2019-10-221-3/+5
* | Fix bug in the x86 backend involving the CFG.Andreas Klebinger2019-10-231-144/+240
|/
* Fix #17334 where NCG did not properly update the CFG.wip/andreask/17334Andreas Klebinger2019-10-132-0/+150
* testsuite: Mark cgrun071 as broken on i386Ben Gamari2019-09-271-1/+4
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-2/+2
* Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa...nineonine2019-07-261-2/+2
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-1615-459/+1
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-142-2/+2
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-0315-1/+459
* Don't eta-expand unsaturated primopsBen Gamari2019-06-252-9/+3
* testsuite: Add test for #16846Ben Gamari2019-06-253-0/+42
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* testsuite: Add assertions that way lists are in fact listsBen Gamari2019-06-151-1/+1
* PrelRules: Don't break let/app invariant in shiftRuleBen Gamari2019-06-144-2/+7
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-141-6/+5
* testsuite: Skip cgrun078 in ghci wayBen Gamari2019-06-121-1/+1
* testsuite: Mark T16449_2 as broken due to #16742Ben Gamari2019-06-121-1/+1
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-111-1/+1
* Introduce log1p and expm1 primopschessai2019-06-093-0/+49