summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run
Commit message (Expand)AuthorAgeFilesLines
* Make clearNursery freeSimon Marlow2014-11-253-0/+26
* Make Applicative-Monad fixes for tests.Geoffrey Mainland2014-10-212-2/+2
* Implement new CLZ and CTZ primops (re #9340)Herbert Valerio Riedel2014-08-143-0/+98
* x86: Always generate add instruction in MO_Add2 (#9013)Reid Barton2014-08-111-4/+1
* Add test case for #9013Reid Barton2014-08-093-0/+20
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-281-11/+0
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-291-0/+11
* Add missing stack checks to stg_ap_* functions (#9001)Simon Marlow2014-05-143-0/+10
* testsuite: fix cgrun051 exit codeAustin Seipp2014-05-091-1/+1
* Remove external coreAustin Seipp2014-05-031-3/+1
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-191-1/+1
* CopySmallArrayStressTest needs randomJoachim Breitner2014-03-291-1/+1
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-297-0/+752
* Enable popcnt test now when segfault is fixedJohan Tibell2014-03-221-1/+1
* codeGen: inline allocation optimization for clone array primopsJohan Tibell2014-03-222-4/+83
* codeGen: allocate small byte arrays of statically known size inlineJohan Tibell2014-03-143-0/+54
* Validate computed sums in inline array allocation testJohan Tibell2014-03-111-1/+4
* Add test for inline array allocationJohan Tibell2014-03-113-0/+89
* T8256 needs vectorJoachim Breitner2014-02-081-1/+1
* Add test for T6084Simon Marlow2013-11-283-0/+32
* Update test-suite for new `array-0.5.0.0`Herbert Valerio Riedel2013-10-111-0/+1
* accept cgrun057(prof)Simon Marlow2013-10-111-3/+2
* Add tests for prefetch primops (#8256)Austin Seipp2013-10-013-0/+50
* Mark those tests which depend on libraries not built when cross-compilingReid Barton2013-10-011-1/+1
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-184-14/+14
* Trailing whitespacesJan Stolarek2013-09-181-1/+1
* Delete trailing whitespace in cgrun070Austin Seipp2013-09-151-1/+1
* Fix up cgrun072 a bit (#8250)Austin Seipp2013-09-152-9/+52
* Add tests for the new ByteArray# <-> Addr# copy primopsDuncan Coutts2013-09-152-0/+103
* Suppress some known errors from Mac OS X.Edward Z. Yang2013-09-141-1/+1
* Add a regression test (see #7953)Austin Seipp2013-08-153-0/+73
* Add regression test for #8103Jan Stolarek2013-08-144-1/+17
* cgrun072 now passes.Austin Seipp2013-07-171-1/+1
* Mark cgrun072 as expect_broken( 7902 )Simon Peyton Jones2013-06-121-1/+1
* Fix cgrun072Ian Lynagh2013-06-092-10/+7
* add test for the new bswap primopsIan Lynagh2013-06-093-0/+71
* Make T7319 run in all waysSimon Peyton Jones2013-03-182-8/+8
* Remove uses of compose(s) in tests, and change how composition is handledIan Lynagh2013-02-141-3/+5
* Error message wibbles when adding overloaded listsSimon Peyton Jones2013-02-143-3/+3
* Change '{if,unless}_arch' to 'arch'Ian Lynagh2013-02-111-1/+1
* Define 'when' and 'unless' helpersIan Lynagh2013-02-071-2/+2
* spellingGabor Greif2013-02-021-1/+1
* Rename some numeric tests: nnnn -> TnnnnIan Lynagh2013-01-2532-16/+16
* Test for #7600.David Terei2013-01-174-0/+198
* Add test for #7361Simon Marlow2013-01-093-0/+15
* Fix Word2Float# test on 32-bitJohan Tibell2013-01-075-1/+23
* Add test for word2Double# and word2Float#Johan Tibell2012-12-133-0/+22
* add test for #7319Simon Marlow2012-10-303-0/+22
* Need to use high-level cmm here (fixes test on x86)Simon Marlow2012-10-081-9/+1
* Update to new Cmm syntaxSimon Marlow2012-10-082-53/+54