summaryrefslogtreecommitdiff
path: root/utils/genprimopcode
Commit message (Expand)AuthorAgeFilesLines
* genprimopcode: GHC.Prim is Unsafe (#9449)Austin Seipp2014-09-011-4/+8
* genprimopcode: Don't output tabsAustin Seipp2014-08-201-2/+2
* Remove external coreAustin Seipp2014-05-031-5/+1
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-0/+3
* Remove support for "primclass"Joachim Breitner2014-03-165-23/+0
* Coercible is now exported from GHC.Types (#8894)Joachim Breitner2014-03-161-0/+1
* genprimopcode: Applicative instance for ParserMAustin Seipp2014-01-141-1/+9
* Add more missing `{-# LANGUAGE #-}`s to `genprimopcode` outputHerbert Valerio Riedel2013-10-271-2/+2
* Add `{-# LANGUAGE MagicHash #-}` in output of `genprimopcode`Herbert Valerio Riedel2013-10-271-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-014-6/+6
* SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-225-88/+372
* Do not expose LLVM-only primops in GHC.PrimopWrappers.Geoffrey Mainland2013-09-221-20/+7
* Allow primclass and class constraints in primopsJoachim Breitner2013-09-135-9/+48
* Update email addressesGabor Greif2013-08-221-1/+1
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-08-142-4/+1
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+1
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-031-1/+1
* Add a primop attribute llvm_only.Geoffrey Mainland2013-02-011-6/+6
* Add the Int64X2# primitive type and associated primops.Geoffrey Mainland2013-02-011-0/+2
* Add the DoubleX2# primitive type and associated primops.Geoffrey Mainland2013-02-011-4/+6
* Add the Int32X4# primitive type and associated primops.Paul Monday2013-02-011-2/+5
* Add the Float32X4# primitive type and associated primops.Geoffrey Mainland2013-02-011-5/+23
* Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-235-3/+58
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-0/+1
* Tabs -> SpacesDavid Terei2012-03-234-236/+219
* Add new primtypes 'ArrayArray#' and 'MutableArrayArray#'Manuel M T Chakravarty2011-12-071-15/+16
* Use -fwarn-tabs when validatingIan Lynagh2011-11-042-0/+14
* Handle HValues slightly nicerIan Lynagh2011-10-031-0/+1
* Implement -XConstraintKindMax Bolingbroke2011-09-061-1/+1
* Follow ghc-prim changesIan Lynagh2011-08-261-1/+1
* compatibility with Alex 3.0Simon Marlow2011-08-082-2/+12
* fix warningsSimon Marlow2011-05-241-1/+3
* Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-245-6/+13
* Fix the type sanity test in genprimopcode's Syntax.hs2010-11-18Ian Lynagh2010-11-171-2/+2
* add some {-# LANGUAGE BangPatterns #-} to mollify GHCSimon Marlow2010-11-172-0/+2
* Fix building genprimopcode with GHC 7.0, and remove haskell98 importsIan Lynagh2010-11-022-4/+5
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-231-2/+2
* Remove a redundant parameter for mkTupleTy (the arity)simonpj@microsoft.com2009-10-281-2/+1
* Include a pointer to GHC.Exts in the generated GHC.Prim docsIan Lynagh2009-08-111-0/+2
* Fix warnings when building with the HEADIan Lynagh2009-07-301-1/+0
* Put "%expect 0" directives in the .y filesIan Lynagh2009-06-081-0/+1
* Fix warnings in genprimopcodeIan Lynagh2009-05-231-9/+10
* Fix building with the HEADIan Lynagh2009-05-202-2/+2
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* GHC new build system megapatchIan Lynagh2009-04-262-10/+7
* Move the "This is a generated file" to the top of GHC.PrimIan Lynagh2008-09-051-7/+7
* Make genprimopcode generate code that haddock 2 understandsIan Lynagh2008-09-051-10/+26
* bindists are now some way towards workingIan Lynagh2008-08-101-0/+3
* () is now in ghc-prim:GHC.UnitIan Lynagh2008-06-241-0/+1
* Generate a warning-free GHC.PrimopWrappers. ghc-prim is now -Wall clean.Ian Lynagh2008-06-241-18/+35