summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/Syntax.hs
Commit message (Expand)AuthorAgeFilesLines
* Improve out-of-order inferred type variablessheaf2022-03-021-5/+6
* genprimopcode: fix bootstrap errorsSylvain Henry2021-05-131-1/+1
* primops: Remove Monadic and Dyadic categoriesKrzysztof Gogolewski2020-08-261-5/+1
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-1/+1
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-2/+6
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-161-1/+3
* Remove support for "primclass"Joachim Breitner2014-03-161-3/+0
* SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-221-2/+40
* Allow primclass and class constraints in primopsJoachim Breitner2013-09-131-0/+4
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-08-141-1/+1
* Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-231-0/+9
* Tabs -> SpacesDavid Terei2012-03-231-14/+6
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-241-0/+2
* Fix the type sanity test in genprimopcode's Syntax.hs2010-11-18Ian Lynagh2010-11-171-2/+2
* Replace genprimopcode's parsec parser with an alex+happy parserIan Lynagh2007-04-101-0/+128