summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add flags to control memcpy and memset inliningJohan Tibell2014-03-263-0/+24
* 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
* T7574 is now passing (#7574)Simon Marlow2013-09-231-1/+1
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-185-15/+15
* 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
* Test for #8205Jan Stolarek2013-09-122-0/+11
* Fix most AMP warnings.Austin Seipp2013-09-081-0/+10
* Add a regression test (see #7953)Austin Seipp2013-08-153-0/+73
* Add regression test for #8103Jan Stolarek2013-08-144-1/+17
* Add a failing test, see #7574.Austin Seipp2013-08-142-0/+12
* cgrun072 now passes.Austin Seipp2013-07-171-1/+1
* Revert "Add test for #7574"Simon Marlow2013-07-022-13/+0
* Add test for #7574Simon Marlow2013-07-022-0/+13
* 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-112-3/+3
* Replace 'if_platform' and 'unless_platform' with 'platform'Ian Lynagh2013-02-081-3/+3
* Define 'when' and 'unless' helpersIan Lynagh2013-02-071-2/+2
* spellingGabor Greif2013-02-021-1/+1
* Rename some numeric tests: nnnn -> TnnnnIan Lynagh2013-01-2539-23/+23
* 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
* The asm tests pass on Linux, but not OS XIan Lynagh2012-10-131-3/+6
* Make it possible to test the generated assemblyJohan Tibell2012-10-098-0/+84