GHC new build system megapatch
[ghc-hetmet.git] / utils / genprimopcode /
2009-04-26 Ian LynaghGHC new build system megapatch
2008-09-05 Ian LynaghMove the "This is a generated file" to the top of GHC...
2008-09-05 Ian LynaghMake genprimopcode generate code that haddock 2 understands
2008-08-10 Ian Lynaghbindists are now some way towards working
2008-06-24 Ian Lynagh() is now in ghc-prim:GHC.Unit
2008-06-24 Ian LynaghGenerate a warning-free GHC.PrimopWrappers. ghc-prim...
2008-06-23 Ian LynaghFix some inconsistencies in the code and docs of primitives
2008-06-16 Ian LynaghMore commandline flag improvements
2008-05-14 Tim ChevalierCabalize ext-core tools
2008-04-12 Ian LynaghGenerate fsLit not FSLIT in genprimopcode
2008-04-14 Tim ChevalierExtra info in genprimopcode --make-ext-core-source
2008-04-10 Tim ChevalierExtend genprimopcode to print primop types for ext...
2008-03-29 Ian Lynaghprelude/PrimOp is now mostly warning-free
2008-03-29 Ian LynaghUse _ rather than "other" in generated code
2007-09-05 Ian LynaghAdd an OPTIONS -w pragma to utils/genprimopcode/Lexer.xx
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-02 Ian LynaghFix and supress some warnings, and turn on -Werror...
2007-07-13 Michael D. AdamsWarning Police: Unused imports
2007-05-10 Simon Marlowremove now-unused usage information (#1003)
2007-04-11 Ian LynaghRemove redundant import
2007-04-10 Ian LynaghReplace genprimopcode's parsec parser with an alex...
2007-03-14 sven.panne@aedion.deWarning police: Avoid name shadowing
2007-03-14 sven.panne@aedion.deHandle primitive types and pseudo ops when generating...
2007-03-14 sven.panne@aedion.deWarning police: Replace patter matching failures by...
2007-03-14 sven.panne@aedion.deWarning police: Don't rely on defaulting
2007-03-14 sven.panne@aedion.deWarning police: Removed "Defined but not used" warnings
2007-03-14 sven.panne@aedion.deWarning police: Added type signatures
2007-03-14 sven.panne@aedion.deUse -Wall for compilation of genprimopcode
2007-02-28 Simon MarlowFix #839 (Generate documentation for built-in types...
2006-04-07 Simon MarlowReorganisation of the source tree