| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove external core | Austin Seipp | 2014-05-03 | 1 | -5/+1 |
* | Add SmallArray# and SmallMutableArray# types | Johan Tibell | 2014-03-29 | 1 | -0/+3 |
* | Remove support for "primclass" | Joachim Breitner | 2014-03-16 | 5 | -23/+0 |
* | Coercible is now exported from GHC.Types (#8894) | Joachim Breitner | 2014-03-16 | 1 | -0/+1 |
* | genprimopcode: Applicative instance for ParserM | Austin Seipp | 2014-01-14 | 1 | -1/+9 |
* | Add more missing `{-# LANGUAGE #-}`s to `genprimopcode` output | Herbert Valerio Riedel | 2013-10-27 | 1 | -2/+2 |
* | Add `{-# LANGUAGE MagicHash #-}` in output of `genprimopcode` | Herbert Valerio Riedel | 2013-10-27 | 1 | -1/+1 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 4 | -6/+6 |
* | SIMD primops are now generated using schemas that are polymorphic in | Geoffrey Mainland | 2013-09-22 | 5 | -88/+372 |
* | Do not expose LLVM-only primops in GHC.PrimopWrappers. | Geoffrey Mainland | 2013-09-22 | 1 | -20/+7 |
* | Allow primclass and class constraints in primops | Joachim Breitner | 2013-09-13 | 5 | -9/+48 |
* | Update email addresses | Gabor Greif | 2013-08-22 | 1 | -1/+1 |
* | Comparison primops return Int# (Fixes #6135) | Jan Stolarek | 2013-08-14 | 2 | -4/+1 |
* | Automatically add the $(exeext) to program names | Ian Lynagh | 2013-03-03 | 1 | -1/+1 |
* | Define $(prog)_INPLACE variables automatically, and start using them | Ian Lynagh | 2013-03-03 | 1 | -1/+1 |
* | Add a primop attribute llvm_only. | Geoffrey Mainland | 2013-02-01 | 1 | -6/+6 |
* | Add the Int64X2# primitive type and associated primops. | Geoffrey Mainland | 2013-02-01 | 1 | -0/+2 |
* | Add the DoubleX2# primitive type and associated primops. | Geoffrey Mainland | 2013-02-01 | 1 | -4/+6 |
* | Add the Int32X4# primitive type and associated primops. | Paul Monday | 2013-02-01 | 1 | -2/+5 |
* | Add the Float32X4# primitive type and associated primops. | Geoffrey Mainland | 2013-02-01 | 1 | -5/+23 |
* | Add fixity information to primops (ticket #6026) | Michal Terepeta | 2012-11-23 | 5 | -3/+58 |
* | Build the dynamic way by default on Linux/amd64 | Ian Lynagh | 2012-10-03 | 1 | -0/+1 |
* | Tabs -> Spaces | David Terei | 2012-03-23 | 4 | -236/+219 |
* | Add new primtypes 'ArrayArray#' and 'MutableArrayArray#' | Manuel M T Chakravarty | 2011-12-07 | 1 | -15/+16 |
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 2 | -0/+14 |
* | Handle HValues slightly nicer | Ian Lynagh | 2011-10-03 | 1 | -0/+1 |
* | Implement -XConstraintKind | Max Bolingbroke | 2011-09-06 | 1 | -1/+1 |
* | Follow ghc-prim changes | Ian Lynagh | 2011-08-26 | 1 | -1/+1 |
* | compatibility with Alex 3.0 | Simon Marlow | 2011-08-08 | 2 | -2/+12 |
* | fix warnings | Simon Marlow | 2011-05-24 | 1 | -1/+3 |
* | Assign more accurate code sizes to primops, so that the inlining | Simon Marlow | 2011-05-24 | 5 | -6/+13 |
* | Fix the type sanity test in genprimopcode's Syntax.hs2010-11-18 | Ian Lynagh | 2010-11-17 | 1 | -2/+2 |
* | add some {-# LANGUAGE BangPatterns #-} to mollify GHC | Simon Marlow | 2010-11-17 | 2 | -0/+2 |
* | Fix building genprimopcode with GHC 7.0, and remove haskell98 imports | Ian Lynagh | 2010-11-02 | 2 | -4/+5 |
* | Follow GHC.Bool/GHC.Types merge | Ian Lynagh | 2010-10-23 | 1 | -2/+2 |
* | Remove a redundant parameter for mkTupleTy (the arity) | simonpj@microsoft.com | 2009-10-28 | 1 | -2/+1 |
* | Include a pointer to GHC.Exts in the generated GHC.Prim docs | Ian Lynagh | 2009-08-11 | 1 | -0/+2 |
* | Fix warnings when building with the HEAD | Ian Lynagh | 2009-07-30 | 1 | -1/+0 |
* | Put "%expect 0" directives in the .y files | Ian Lynagh | 2009-06-08 | 1 | -0/+1 |
* | Fix warnings in genprimopcode | Ian Lynagh | 2009-05-23 | 1 | -9/+10 |
* | Fix building with the HEAD | Ian Lynagh | 2009-05-20 | 2 | -2/+2 |
* | Add a header to all build system files: | Simon Marlow | 2009-04-28 | 2 | -0/+24 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 2 | -10/+7 |
* | Move the "This is a generated file" to the top of GHC.Prim | Ian Lynagh | 2008-09-05 | 1 | -7/+7 |
* | Make genprimopcode generate code that haddock 2 understands | Ian Lynagh | 2008-09-05 | 1 | -10/+26 |
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 1 | -0/+3 |
* | () is now in ghc-prim:GHC.Unit | Ian Lynagh | 2008-06-24 | 1 | -0/+1 |
* | Generate a warning-free GHC.PrimopWrappers. ghc-prim is now -Wall clean. | Ian Lynagh | 2008-06-24 | 1 | -18/+35 |
* | Fix some inconsistencies in the code and docs of primitives | Ian Lynagh | 2008-06-23 | 1 | -8/+4 |
* | More commandline flag improvements | Ian Lynagh | 2008-06-16 | 1 | -2/+2 |