summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix rewriting invalid shifts to errorsÖmer Sinan Ağacan2019-06-015-0/+21
* stg_floatToWord32zh: zero-extend the Word32 (#16617)Kevin Buhr2019-05-083-0/+15
* asm-emit-time IND_STATIC eliminationGabor Greif2019-04-155-1/+35
* codegen: unroll memcpy calls for small bytearraysArtem Pyanykh2019-04-143-0/+28
* codegen: fix memset unroll for small bytearrays, add 64-bit setsArtem Pyanykh2019-04-093-4/+28
* 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
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-271-2/+2
* Test bit-manipulating primops under respective arch flags like -msse4.2Dmitry Ivanov2019-02-203-1/+121
* testsuite: Use makefile_testBen Gamari2019-01-302-7/+6
* Revert "Batch merge"Ben Gamari2019-01-302-6/+7
* Batch mergeBen Gamari2019-01-302-7/+6
* testsuite: Try accepting new output for memcpy testBen Gamari2018-12-121-2/+2
* testsuite: Ensure that unregisterised function is calledBen Gamari2018-12-113-5/+5
* testsuite: Mark tickets identified in #15467 as brokenBen Gamari2018-12-112-3/+8
* Use handy shortcut llvm_waysGabor Greif2018-11-231-3/+3
* 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
* Generate correct relocation for external cost centreZejun Wu2018-10-155-0/+27
* Re-enable test T14251Ömer Sinan Ağacan2018-10-101-2/+1
* Fix dataToTag# argument evaluationÖmer Sinan Ağacan2018-10-1010-22/+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
* Invert FP conditions to eliminate the explicit NaN check.klebinger.andreas@gmx.at2018-09-184-0/+14
* testsuite: Add test for #14346Sylvain Henry2018-07-312-0/+22
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-1/+1
* Remove ad-hoc special case in occAnalSimon Peyton Jones2018-06-071-1/+1