summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
Commit message (Expand)AuthorAgeFilesLines
* testsuite/CmmSwitchTest: Mark as broken on 32-bit platformsBen Gamari2015-12-271-1/+3
* T10518: Ensure literal has 64-bit typeBen Gamari2015-12-271-1/+1
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-121-0/+1
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-135-6/+6
* nativeGen.PPC: Fix shift arith. right > 31 bitsPeter Trommler2015-11-112-0/+2
* testsuite: 'threaded2' tests require '-N' RTS option supportSergei Trofimovich2015-10-301-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-301-1/+1
* CmmParse: Expose popcnt operationsBen Gamari2015-10-304-0/+22
* x86 codegen: don't generate location commentsSergei Trofimovich2015-10-292-0/+7
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-291-1/+1
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-131-1/+1
* PPC: Fix right shift by 32 bits #10870Erik de Castro Lopo2015-10-123-0/+14
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-215-0/+11
* Always run explicitly requested ways (extra_ways) for fast runs.Edward Z. Yang2015-09-201-1/+1
* CmmParse: Don't force alignment in memcpy-ish operationsBen Gamari2015-08-031-1/+3
* Testsuite: T10245 is passing for WAY=ghci (#10245)Thomas Miedema2015-07-311-1/+2
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-142-8/+8
* Don't eagerly blackhole single-entry thunks (#10414)Reid Barton2015-07-073-0/+41
* Be aware of overlapping global STG registers in CmmSink (#10521)Reid Barton2015-06-255-0/+33
* Fix a couple of tests for GHCi/-O* (Trac #10052)Sergei Trofimovich2015-06-201-1/+2
* Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-165-11/+24
|\
| * Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-165-11/+24
* | UNREG: fix pprHexVal to emit zeros (#10518)Sergei Trofimovich2015-06-142-0/+6
|/
* Fix ghci-way tests of -XStaticPointers.Facundo Domínguez2015-05-251-1/+3
* Replace endian test by 64-bit word access in T7600Peter Trommler2015-04-071-34/+12
* Test case for #10246Joachim Breitner2015-04-065-0/+54
* Refactor the story around switches (#10137)Joachim Breitner2015-03-303-0/+621
* Show record construction/update without parensThomas Miedema2015-03-021-2/+2
* Add a bizarre corner-case to cgExpr (Trac #9964)Simon Peyton Jones2015-02-202-0/+12
* fix T7600 run on bigendian platformKarel Gardas2015-02-191-0/+2
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-131-5/+6
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-061-0/+1
* Typos in commentsGabor Greif2014-12-171-2/+2
* Debug test case and test suite wayPeter Wortmann2014-12-164-0/+59
* Changing prefetch primops to have a `seq`-like interfaceCarter Tazio Schonwald2014-12-152-35/+20
* Implement -XStaticValuesFacundo Domínguez2014-12-093-0/+44
* Make clearNursery freeSimon Marlow2014-11-253-0/+26
* Make Applicative-Monad fixes for tests.Geoffrey Mainland2014-10-212-2/+2
* testsuite: add 16-byte case for T9329Sergei Trofimovich2014-08-251-1/+7
* testsuite: disable memcpy asm comparison tests on UNREGSergei Trofimovich2014-08-231-8/+9
* 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
* A panic in CmmBuildInfoTables.bundle shouldn't be a panic (#9329)Simon Marlow2014-08-012-0/+6
* Allow multiple entry points when allocating recursive groups (#9303)Simon Marlow2014-07-312-0/+11
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-281-11/+0
* Fix discarding of unreachable code in the register allocator (#9155)Simon Marlow2014-06-062-0/+31
* 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