summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run
Commit message (Expand)AuthorAgeFilesLines
* Add tests for #17920Sylvain Henry2020-06-233-0/+31
* CmmToC: don't add extern decl to parsed Cmm dataSylvain Henry2020-06-231-2/+1
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-143-0/+53
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-083-3/+2
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-1/+1
* llvmGen: Fix #14251Ben Gamari2020-01-201-2/+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
* Add `timesInt2#` primopSylvain Henry2019-12-022-0/+99
* 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
* testsuite: Mark cgrun071 as broken on i386Ben Gamari2019-09-271-1/+4
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-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
* testsuite: Add test for #16846Ben Gamari2019-06-253-0/+42
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* PrelRules: Don't break let/app invariant in shiftRuleBen Gamari2019-06-144-2/+7
* 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
* Introduce log1p and expm1 primopschessai2019-06-093-0/+49
* Fix rewriting invalid shifts to errorsÖmer Sinan Ağacan2019-06-013-0/+11
* stg_floatToWord32zh: zero-extend the Word32 (#16617)Kevin Buhr2019-05-083-0/+15
* Generate straightline code for inline array allocationMichal Terepeta2019-04-083-0/+137
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-153-3/+3
* Test bit-manipulating primops under respective arch flags like -msse4.2Dmitry Ivanov2019-02-203-1/+121
* testsuite: Use makefile_testBen Gamari2019-01-301-2/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+2
* Batch mergeBen Gamari2019-01-301-2/+1
* testsuite: Ensure that unregisterised function is calledBen Gamari2018-12-111-2/+2
* testsuite: Mark tickets identified in #15467 as brokenBen Gamari2018-12-111-2/+6
* Fix a bug in SRT generation (#15892)Simon Marlow2018-11-152-0/+74
* Revert "Multiple fixes / improvements for LLVM backend"Ben Gamari2018-11-071-1/+2
* Re-enable test T14251Ömer Sinan Ağacan2018-10-101-2/+1
* Fix dataToTag# argument evaluationÖmer Sinan Ağacan2018-10-107-1/+65
* Multiple fixes / improvements for LLVM backendKavon Farvardin2018-10-041-2/+1
* testsuite: Don't force run of llvm ways in T14251Ben Gamari2018-09-211-2/+1
* Add testcase for #14251Ben Gamari2018-09-203-0/+34