summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
Commit message (Expand)AuthorAgeFilesLines
* Various performance improvementsKrzysztof Gogolewski2020-06-172-6/+5
* Linear types (#15981)Krzysztof Gogolewski2020-06-174-44/+27
* testsuite: Add tests for #18227Ben Gamari2020-06-143-0/+24
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-145-0/+66
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-0/+1
* Cross-module LambdaFormInfo passingÖmer Sinan Ağacan2020-06-1010-2/+46
* Eta expand un-saturated primopsBen Gamari2020-05-293-3/+21
* llvmGen: Consider Relocatable read-only data as not constantReferences: #18137Tuan Le2020-05-213-0/+8
* PPC NCG: Add DWARF constants and debug labelsPeter Trommler2020-04-221-8/+3
* 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