summaryrefslogtreecommitdiff
path: root/utils/genprimopcode/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-1/+1
* Make BCO# liftedBen Gamari2019-12-031-1/+1
* Fix typosBrian Wignall2019-11-231-1/+1
* Always do the worker/wrapper split for NOINLINEsSebastian Graf2019-03-071-1/+7
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-231-2/+2
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-171-1/+3
* Add Int8# and Word8#Michal Terepeta2018-11-021-0/+2
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-091-2/+0
* 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-041-42/+85
* Typofixes [ci skip]Gabor Greif2018-05-291-1/+1
* 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-161-2/+3
* 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
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-2/+2
* 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
* 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
* 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-161-12/+0
* Coercible is now exported from GHC.Types (#8894)Joachim Breitner2014-03-161-0/+1
* 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
* SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-221-83/+290
* Do not expose LLVM-only primops in GHC.PrimopWrappers.Geoffrey Mainland2013-09-221-20/+7
* Allow primclass and class constraints in primopsJoachim Breitner2013-09-131-9/+32
* Update email addressesGabor Greif2013-08-221-1/+1
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-08-141-3/+0
* 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-231-3/+26
* Tabs -> SpacesDavid Terei2012-03-231-220/+213
* Add new primtypes 'ArrayArray#' and 'MutableArrayArray#'Manuel M T Chakravarty2011-12-071-15/+16
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* 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