Remove a redundant parameter for mkTupleTy (the arity)
[ghc-hetmet.git] / utils / genprimopcode / Main.hs
2009-10-28 simonpj@microsoft.comRemove a redundant parameter for mkTupleTy (the arity)
2009-08-11 Ian LynaghInclude a pointer to GHC.Exts in the generated GHC...
2009-07-30 Ian LynaghFix warnings when building with the HEAD
2009-05-23 Ian LynaghFix warnings in genprimopcode
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-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-05-10 Simon Marlowremove now-unused usage information (#1003)
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-02-28 Simon MarlowFix #839 (Generate documentation for built-in types...
2006-04-07 Simon MarlowReorganisation of the source tree