summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
Commit message (Expand)AuthorAgeFilesLines
* Use GHC2021 as default languageJoachim Breitner2021-03-101-2/+3
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-038-15/+15
* Add a test for the calling convention of "foreign import prim" on x86_64 and ...ARATA Mizuki2021-03-025-0/+96
* Fix typosBrian Wignall2021-02-061-1/+1
* testsuite: Add test for #19149Ben Gamari2021-01-074-0/+51
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-265-12/+12
* Naming, value types and tests for Addr# atomicsViktor Dukhovni2020-11-053-22/+21
* Don't use LEA with 8-bit registers (#18614)Sylvain Henry2020-11-042-0/+13
* Add -Wnoncanonical-{monad,monoid}-instances to standardWarningsFumiaki Kinoshita2020-10-141-2/+1
* WinIO: Small changes related to atomic request swaps.Andreas Klebinger2020-10-075-4/+63
* Add a test for #18397Krzysztof Gogolewski2020-08-242-0/+24
* testsuite: Add test for #18291Ben Gamari2020-08-182-0/+8
* testsuite: Add test for #18527Ben Gamari2020-08-074-0/+38
* Remove platform constant wrappersSylvain Henry2020-07-251-2/+2
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-1/+1
* NCG: correctly handle addresses with huge offsets (#15570)Sylvain Henry2020-07-022-0/+10
* Add tests for #17920Sylvain Henry2020-06-235-4/+35
* CmmToC: don't add extern decl to parsed Cmm dataSylvain Henry2020-06-231-2/+1
* 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