summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/all.T
Commit message (Expand)AuthorAgeFilesLines
* Ensure that Literals in an Int# case are in rangewip/T10246Joachim Breitner2017-02-041-2/+2
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-2/+1
* Desugar static forms to makeStatic calls.Facundo Domínguez2017-01-131-0/+1
* Revert "Have addModFinalizer expose the local type environment."Facundo Domínguez2017-01-061-1/+0
* Have addModFinalizer expose the local type environment.Facundo Domínguez2017-01-061-0/+1
* testsuite: Mark T9577 as broken due to #12965Ben Gamari2016-12-151-0/+1
* Really mark T9577 as brokenBen Gamari2016-12-061-1/+1
* Mark T9577 as broken on Darwin due to #12937Ben Gamari2016-12-061-1/+3
* Reduce the size of string literals in binaries.Thijs Alkemade2016-12-061-0/+1
* testsuite: Add test for #12855Ben Gamari2016-11-211-0/+1
* Add testcase for #12757Ben Gamari2016-11-021-0/+1
* Have static pointers work with -fno-full-laziness.Facundo Domínguez2016-11-011-0/+2
* Fix codegen bug in PIC version of genSwitch (#12433)Simon Marlow2016-09-151-1/+1
* Add failing testcase for #12433Ben Gamari2016-09-081-0/+1
* Stop the simplifier from removing StaticPtr binds.Facundo Domínguez2016-06-281-3/+1
* Testsuite: mark tests expect brokenThomas Miedema2016-06-201-1/+3
* NUMA supportSimon Marlow2016-06-101-1/+4
* testsuite: add CmmSwitchTest for 32-bit platformsAlex Dzyoba2016-05-201-3/+2
* rts: Add isPinnedByteArray# primopBen Gamari2016-05-181-0/+1
* Testsuite: fixup lots of testsThomas Miedema2016-04-261-1/+1
* T10870: Skip on 32-bit architecturesBen Gamari2016-04-061-1/+1
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-5/+2
* testsuite/CmmSwitchTest: Mark as broken on 32-bit platformsBen Gamari2015-12-271-1/+3
* testsuite: 'threaded2' tests require '-N' RTS option supportSergei Trofimovich2015-10-301-1/+1
* CmmParse: Expose popcnt operationsBen Gamari2015-10-301-0/+2
* PPC: Fix right shift by 32 bits #10870Erik de Castro Lopo2015-10-121-0/+1
* Always run explicitly requested ways (extra_ways) for fast runs.Edward Z. Yang2015-09-201-1/+1
* Testsuite: T10245 is passing for WAY=ghci (#10245)Thomas Miedema2015-07-311-1/+2
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-141-7/+7
* Don't eagerly blackhole single-entry thunks (#10414)Reid Barton2015-07-071-0/+2
* Be aware of overlapping global STG registers in CmmSink (#10521)Reid Barton2015-06-251-0/+2
* Fix a couple of tests for GHCi/-O* (Trac #10052)Sergei Trofimovich2015-06-201-1/+2
* Fix ghci-way tests of -XStaticPointers.Facundo Domínguez2015-05-251-1/+3
* Test case for #10246Joachim Breitner2015-04-061-0/+2
* Refactor the story around switches (#10137)Joachim Breitner2015-03-301-0/+1
* Changing prefetch primops to have a `seq`-like interfaceCarter Tazio Schonwald2014-12-151-1/+1
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+3
* Make clearNursery freeSimon Marlow2014-11-251-0/+1
* Implement new CLZ and CTZ primops (re #9340)Herbert Valerio Riedel2014-08-141-0/+1
* x86: Always generate add instruction in MO_Add2 (#9013)Reid Barton2014-08-111-4/+1
* Add test case for #9013Reid Barton2014-08-091-0/+5
* Add missing stack checks to stg_ap_* functions (#9001)Simon Marlow2014-05-141-0/+1
* testsuite: fix cgrun051 exit codeAustin Seipp2014-05-091-1/+1
* Remove external coreAustin Seipp2014-05-031-3/+1
* CopySmallArrayStressTest needs randomJoachim Breitner2014-03-291-1/+1
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-0/+3
* Enable popcnt test now when segfault is fixedJohan Tibell2014-03-221-1/+1
* codeGen: allocate small byte arrays of statically known size inlineJohan Tibell2014-03-141-0/+1
* Add test for inline array allocationJohan Tibell2014-03-111-0/+1
* T8256 needs vectorJoachim Breitner2014-02-081-1/+1