summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* 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