summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/Lexer.x
Commit message (Expand)AuthorAgeFilesLines
* genprimopcode: Support Unicode properlyAlexis King2022-05-041-1/+0
* primops: Remove Monadic and Dyadic categoriesKrzysztof Gogolewski2020-08-261-2/+0
* Remove warnings-silencing flags for code generated by AlexSimon Jakobi2018-11-221-8/+0
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-041-1/+1
* Add Note [Warnings in code generated by Alex]Thomas Miedema2015-07-071-5/+1
* Replace usages of `-w` by `-fno-warn`sThomas Miedema2015-07-041-7/+11
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* Remove support for "primclass"Joachim Breitner2014-03-161-1/+0
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-221-0/+8
* Allow primclass and class constraints in primopsJoachim Breitner2013-09-131-0/+2
* Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-231-0/+5
* compatibility with Alex 3.0Simon Marlow2011-08-081-1/+1
* Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-241-0/+1
* add some {-# LANGUAGE BangPatterns #-} to mollify GHCSimon Marlow2010-11-171-0/+1
* Fix building with the HEADIan Lynagh2009-05-201-1/+1
* Add an OPTIONS -w pragma to utils/genprimopcode/Lexer.xxIan Lynagh2007-09-051-0/+7
* Warning Police: Unused importsMichael D. Adams2007-07-131-1/+1
* Remove redundant importIan Lynagh2007-04-111-1/+0
* Replace genprimopcode's parsec parser with an alex+happy parserIan Lynagh2007-04-101-0/+68