summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite: Add test for #14346Sylvain Henry2018-07-312-0/+22
* testsuite: Don't rely on find command in T15038Ben Gamari2018-05-261-1/+7
* Fix #15038Ömer Sinan Ağacan2018-05-108-0/+464
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-191-2/+0
* Fix seq# case of exprOkForSpeculationSimon Peyton Jones2018-03-201-1/+1
* Update T5129 test:Ömer Sinan Ağacan2018-03-201-5/+6
* Update test for #5129:Ömer Sinan Ağacan2018-03-191-1/+7
* Fix interpreter with profilingSimon Marlow2018-03-061-1/+1
* testsuite: Add testcase for #14754Ben Gamari2018-02-034-0/+19
* Mark xmm6 as caller saved in the register allocator for windows.klebinger.andreas@gmx.at2018-01-313-0/+48
* Add new mbmi and mbmi2 compiler flagsJohn Ky2018-01-215-0/+244
* Revert "Add new mbmi and mbmi2 compiler flags"Ben Gamari2017-11-225-244/+0
* Add new mbmi and mbmi2 compiler flagsJohn Ky2017-11-155-0/+244
* Allow packing constructor fieldsMichal Terepeta2017-10-292-0/+82
* Implement new `compareByteArrays#` primopHerbert Valerio Riedel2017-10-163-0/+180
* SetLevels: Substitute in ticks in lvlMFEBen Gamari2017-09-051-1/+1
* base: Implement bit casts between word and float typesErik de Castro Lopo2017-04-123-0/+234
* cg057: accept outputSimon Marlow2017-03-291-2/+3