summaryrefslogtreecommitdiff
path: root/utils/genprimopcode
Commit message (Expand)AuthorAgeFilesLines
...
* Add Int8# and Word8#Michal Terepeta2018-10-071-0/+2
* Set `infixr -1 ->`Alec Theriault2018-10-041-0/+1
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-043-47/+91
* Typofixes [ci skip]Gabor Greif2018-05-291-1/+1
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-072-5/+9
* Compact RegionsGiovanni Campagna2016-07-201-0/+1
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-57/+57
* Work SourceText in for all integer literalsAlan Zimmerman2016-01-163-6/+9
* Add Cabal synopses and descriptionsBen Gamari2016-01-051-2/+8
* drop obsolete/redundant OPTIONS pragma [skip ci]Herbert Valerio Riedel2015-12-291-1/+0
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+1
* Build system: cabalise deriveConstants + genprimopcodeThomas Miedema2015-10-302-3/+26
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-2/+2
* Add Note [Warnings in code generated by Alex]Thomas Miedema2015-07-071-5/+1
* Replace usages of `-w` by `-fno-warn`sThomas Miedema2015-07-042-15/+11
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-12/+37
* Revert multiple commitsAustin Seipp2015-05-141-1/+1
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-1/+1
* Typos in error messages and in commentsGabor Greif2015-04-102-2/+2
* Update list of primops that don't get wrappers (#10191)Reid Barton2015-03-271-6/+4
* Delete vestigial external core code (#9402)Thomas Miedema2015-02-171-120/+0
* Another fix to genprimopcode, when generating Prim.hsSimon Peyton Jones2015-01-061-1/+17
* Update haddock submodule, and fix haddock input file from genprimopcodeSimon Peyton Jones2015-01-061-0/+6
* Avoid redundant-import warning (w/o CPP)Herbert Valerio Riedel2014-12-271-0/+3
* 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