summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining issues with bound checking (#23123)Sylvain Henry2023-05-041-1/+1
* JS: fix bounds checking (Issue 23123)Josh Meredith2023-05-041-1/+1
* testsuite: wasm32-specific fixesCheng Shao2023-04-271-3/+3
* testsuite: add the req_ghc_with_threaded_rts predicateCheng Shao2023-04-271-1/+1
* testsuite/T20137: Avoid impl.-defined behaviorBen Gamari2023-04-242-14/+14
* StgToCmm: Upgrade -fcheck-prim-bounds behaviorMatthew Craven2023-04-042-0/+245
* testsuite: Skip some tests when sanity checking is enabledBen Gamari2023-03-081-1/+1
* Testsuite: replace some js_skip with req_cmmSylvain Henry2023-02-281-5/+5
* 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: req_smp --> req_target_smp, req_ghc_smpSylvain Henry2023-01-181-1/+1
* Add Javascript backendSylvain Henry2022-11-291-7/+15
* Testsuite: more precise test optionsSylvain Henry2022-10-263-4/+4
* Disable some SIMD tests on non-X86 architecturessheaf2022-10-191-1/+2
* Remove SIMD conversionssheaf2022-10-193-0/+45
* testsuite: Add test for #20735Ben Gamari2022-06-284-0/+64
* Make floating-point abs IEEE 754 compliantARATA Mizuki2022-05-111-3/+1
* testsuite: Add testcase for #21141Ben Gamari2022-04-252-0/+27
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-0119-20/+12
* 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
* primops: Fix documentation of setByteArray#Ben Gamari2022-02-041-4/+7
* Feed /dev/null into cgrun025Greg Steuck2022-01-111-1/+1
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-2215-1322/+0
* Revert "Data.List specialization to []"Matthew Pickering2021-12-033-3/+3
* 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
* Add a test for #20275ARATA Mizuki2021-08-283-0/+11
* testsuite: Add test for #20137Ben Gamari2021-08-025-0/+118
* Remove reqlib from cgrun025 testMatthew Pickering2021-07-093-8/+8
* Read constants header instead of global platformConstantsSylvain Henry2021-04-101-1/+3
* Data.List specialization to []Oleg Grenrus2021-04-012-2/+2
* Use GHC2021 as default languageJoachim Breitner2021-03-101-2/+3
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-036-13/+13
* Add a test for the calling convention of "foreign import prim" on x86_64 and ...ARATA Mizuki2021-03-025-0/+96
* Fix typosBrian Wignall2021-02-061-1/+1
* testsuite: Add test for #19149Ben Gamari2021-01-074-0/+51
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-265-12/+12
* Naming, value types and tests for Addr# atomicsViktor Dukhovni2020-11-052-19/+18
* WinIO: Small changes related to atomic request swaps.Andreas Klebinger2020-10-074-1/+60
* testsuite: Add test for #18527Ben Gamari2020-08-074-0/+38
* Remove platform constant wrappersSylvain Henry2020-07-251-2/+2
* Add tests for #17920Sylvain Henry2020-06-233-0/+31
* CmmToC: don't add extern decl to parsed Cmm dataSylvain Henry2020-06-231-2/+1
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-143-0/+53
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-2/+2