summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxedsums/all.T
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: use appropriate predicate for ManyUbxSums test (#22576)Sylvain Henry2023-03-221-1/+1
* CI: JavaScript backend runs testsuitedoyougnu2023-02-021-1/+2
* Support "unusable UNPACK pragma" warning with -O0Krzysztof Gogolewski2023-01-311-1/+1
* Properly cast values when writing/reading unboxed sums.Andreas Klebinger2022-11-301-0/+9
* testsuite: Don't use grep -q in unpack_sums_7Ben Gamari2022-11-291-1/+1
* testsuite: Mark unpack_sums_6 as fragile due to #22504Ben Gamari2022-11-291-1/+1
* Implement UNPACK support for sum types.Madeline Haraj2022-11-141-0/+15
* Testsuite: more precise test optionsSylvain Henry2022-10-261-2/+2
* Disable some SIMD tests on non-X86 architecturessheaf2022-10-191-1/+2
* Cmm Lint: relax SIMD register assignment checksheaf2022-10-191-2/+3
* Add VecSlot for unboxed sums of SIMD vectorsDai2022-10-191-0/+3
* Fix parsing & printing of unboxed sumssheaf2022-01-111-0/+8
* testsuite: Add test for #19645Ben Gamari2021-04-261-0/+1
* GHC Exactprint main commitAlan Zimmerman2021-03-201-6/+0
* PmCheck: Big refactor using guard tree variants more closely following source...Sebastian Graf2020-09-101-1/+1
* testsuite: Use makefile_testBen Gamari2019-01-301-2/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+2
* Batch mergeBen Gamari2019-01-301-2/+1
* KnownUniques: Handle DataCon wrapper namesBen Gamari2017-08-011-0/+1
* Update levity polymorphismRichard Eisenberg2017-01-191-1/+3
* Collect wildcards in sum types during renaming (#12711)Ömer Sinan Ağacan2016-11-241-0/+1
* Remove StgRubbishArg and CmmArgÖmer Sinan Ağacan2016-08-101-0/+1
* Unboxed sums: More unit testsÖmer Sinan Ağacan2016-07-221-1/+1
* Fix and document Unique generation for sum TyCon and DataConsÖmer Sinan Ağacan2016-07-211-0/+5
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+25