summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
Commit message (Expand)AuthorAgeFilesLines
* StgToCmm: Upgrade -fcheck-prim-bounds behaviorMatthew Craven2023-04-0411-4/+387
* Fix testsBodigrim2023-03-301-0/+1
* testsuite: Skip some tests when sanity checking is enabledBen Gamari2023-03-081-1/+1
* ncg/aarch64: Handle MULTILINE_COMMENT identically as COMMENTsZubin Duggal2023-03-022-0/+258
* Testsuite: replace some js_skip with req_cmmSylvain Henry2023-02-283-12/+12
* JS: fix for overlap with copyMutableByteArray# (#23033)Sylvain Henry2023-02-284-4/+24
* testsuite: Add regression test for #22798Ben Gamari2023-01-312-0/+376
* testsuite: use tgamma for cg007Cheng Shao2023-01-311-3/+2
* Use -Wdefault when running Python testdriver (#22727)Krzysztof Gogolewski2023-01-181-1/+1
* testsuite: req_smp --> req_target_smp, req_ghc_smpSylvain Henry2023-01-181-1/+1
* Misc cleanupKrzysztof Gogolewski2023-01-111-4/+4
* Revert "NCG(x86): Compile add+shift as lea if possible."Matthew Pickering2023-01-093-59/+0
* Add Javascript backendSylvain Henry2022-11-293-15/+41
* Testsuite: more precise test optionsSylvain Henry2022-10-264-6/+4
* Disable some SIMD tests on non-X86 architecturessheaf2022-10-191-1/+2
* Remove SIMD conversionssheaf2022-10-193-0/+45
* Fix T15155l not getting -fllvmKrzysztof Gogolewski2022-10-171-1/+1
* Testsuite: Add a new tables_next_to_code predicate.Andreas Klebinger2022-10-171-1/+4
* Remove label style from printing contextKrzysztof Gogolewski2022-08-262-1/+4
* dataToTag#: Skip runtime tag check if argument is infered taggedAndreas Klebinger2022-08-083-0/+462
* NCG(x86): Compile add+shift as lea if possible.wip/andreask/add_mul_leaAndreas Klebinger2022-08-083-0/+59
* testsuite: Add test for #20735Ben Gamari2022-06-284-0/+64
* -ddump-llvm shouldn't imply -fllvmBen Gamari2022-06-281-1/+2
* Deprecate TypeInType extensionHaskellMouse2022-06-061-1/+2
* A bunch of changes related to eta reductionSimon Peyton Jones2022-05-301-0/+1
* Make floating-point abs IEEE 754 compliantARATA Mizuki2022-05-111-3/+1
* testsuite: Add testcase for #21141Ben Gamari2022-04-252-0/+27
* testsuite: Fix exit code of bounds checking tests on WindowsBen Gamari2022-04-071-1/+1
* testsuite: Fix mk-big-objBen Gamari2022-04-061-1/+1
* testsuite: Test that we can build bigobj PE objectsBen Gamari2022-04-062-0/+12
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-0121-22/+14
* Add test cases for #20640ARATA Mizuki2022-04-015-0/+22
* testsuite: Add test for #21186wip/T19503Ben Gamari2022-03-183-0/+16
* Don't allow Float#/Double# literal patternssheaf2022-03-051-3/+4
* testsuite: Require LLVM for T15155lPeter Trommler2022-02-261-1/+1
* Tag inference work.Andreas Klebinger2022-02-121-2/+2
* primops: Fix documentation of setByteArray#Ben Gamari2022-02-041-4/+7
* codeGen: Fix two buglets in -fbounds-check logicBen Gamari2022-01-312-0/+20
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-311-20/+12
* Feed /dev/null into cgrun025Greg Steuck2022-01-111-1/+1
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-2215-1322/+0
* Rename -fcatch-bottoms to -fcatch-nonexhaustive-casesBen Gamari2021-12-211-5/+6
* codeGen: Introduce flag to bounds-check array accessesBen Gamari2021-12-216-0/+98
* Revert "Data.List specialization to []"Matthew Pickering2021-12-033-3/+3
* Combine STG free variable traversals (#17978)nineonine2021-11-232-24/+24
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-066-38/+3
* Remove target dependent CPP for Word64/Int64 (#11470)Sylvain Henry2021-11-064-0/+20
* undefined: Neater CallStack in error messageJoachim Breitner2021-10-242-3/+1
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-175-85/+1
* Add a regression test for #13233sheaf2021-10-063-0/+62