summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-041-4/+5
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-3/+3
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-161-3/+3
* Replace usages of `-w` by `-fno-warn`sThomas Miedema2015-07-041-8/+0
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* Remove support for "primclass"Joachim Breitner2014-03-161-6/+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-3/+26
* Allow primclass and class constraints in primopsJoachim Breitner2013-09-131-0/+8
* Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-231-0/+13
* Tabs -> SpacesDavid Terei2012-03-231-1/+0
* Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-241-0/+2
* add some {-# LANGUAGE BangPatterns #-} to mollify GHCSimon Marlow2010-11-171-0/+1
* Put "%expect 0" directives in the .y filesIan Lynagh2009-06-081-0/+1
* Fix building with the HEADIan Lynagh2009-05-201-1/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Fix and supress some warnings, and turn on -Werror when validatingIan Lynagh2007-09-021-0/+7
* Replace genprimopcode's parsec parser with an alex+happy parserIan Lynagh2007-04-101-0/+155