summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+1
* Replace all #!/usr/bin/perl with #!/usr/bin/env perlJoachim Breitner2014-04-301-1/+4
* rts: Add an initial Coverity modelAustin Seipp2014-04-291-0/+112
* Fix memleak in hp2psNicolas Trangez2014-04-271-0/+2
* Fix potential out-of-bound memory accessNicolas Trangez2014-04-271-2/+2
* Add System.Exit.die (re #9016)Simon Hengel2014-04-211-0/+0
* Use import list to hide new System.Exit.dieHerbert Valerio Riedel2014-04-211-1/+1
* Update Cabal submodule to tip of v1.20 branchHerbert Valerio Riedel2014-04-164-5/+13
* Update Haddock submodule to follow LHsBindsLR changesHerbert Valerio Riedel2014-04-141-0/+0
* Instead of tracking Origin in LHsBindsLR, track it in MatchGroupDr. ERDI Gergo2014-04-131-1/+1
* Update Haddock submodule reference.Mateusz Kowalczyk2014-04-111-0/+0
* Update Haddock submoduleMateusz Kowalczyk2014-04-031-0/+0
* Update Haddock submoduleMateusz Kowalczyk2014-04-011-0/+0
* Update Haddock submoduleMateusz Kowalczyk2014-03-311-0/+0
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-292-0/+6
* Include SRC_CC_OPTS and SRC_LD_OPTS when compiling ghc-cabalSimon Marlow2014-03-271-2/+4
* Revert "change deriveConstants to use nm in a POSIX way (fixes #8781)"Austin Seipp2014-03-241-10/+20
* ghc-cabal: force use of UTF8 when writing out `haddock-prologue.txt`Herbert Valerio Riedel2014-03-231-1/+7
* Convert haddock into a proper submodule (re #8545)Herbert Valerio Riedel2014-03-231-0/+0
* change deriveConstants to use nm in a POSIX way (fixes #8781)Karel Gardas2014-03-221-20/+10
* Remove support for "primclass"Joachim Breitner2014-03-165-23/+0
* Coercible is now exported from GHC.Types (#8894)Joachim Breitner2014-03-161-0/+1
* codeGen: allocate small byte arrays of statically known size inlineJohan Tibell2014-03-141-1/+1
* Fix installation of hpc (#8735)Austin Seipp2014-02-172-0/+5
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-2/+3
* genprimopcode: Applicative instance for ParserMAustin Seipp2014-01-141-1/+9
* runghc: Fix interaction of stdin and --ghc-argsJohn Lenz2014-01-071-7/+13
* Implement shortcuts for slow calls (#6084)Simon Marlow2013-11-281-2/+2
* Fix the unlit path in count_linesSimon Peyton Jones2013-11-151-1/+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
* Revert "Implement shortcuts for slow calls that would require PAPs (#6084)"Austin Seipp2013-10-261-2/+2
* Implement shortcuts for slow calls that would require PAPs (#6084)Simon Marlow2013-10-251-2/+2
* Document -c in hp2hs(1)Joachim Breitner2013-10-171-0/+2
* Fix mkdirhier.sh on OS X 10.9 (#8139)Darin Morrison2013-10-111-1/+1
* Reject spurious \end{code} in literate mode (#8430)Krzysztof Gogolewski2013-10-121-4/+10
* Relax build-deps to allow upcoming `array-0.5.0.0`Herbert Valerio Riedel2013-10-111-1/+1
* fingerprint.py: Invoke 'perl' manually (#8283)Muhaimin Ahsan2013-10-011-2/+7
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-0130-56/+56
* Pass 512-bit-wide vectors in registers.Geoffrey Mainland2013-09-221-0/+6
* Add support for 512-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+6
* Pass 256-bit-wide vectors in registers.Geoffrey Mainland2013-09-221-0/+6
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+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
* Change role annotation syntax.Richard Eisenberg2013-09-171-1/+1
* Cause "make install" to install dynamic libraries (#8194)Bryan O'Sullivan2013-09-151-4/+6
* Allow primclass and class constraints in primopsJoachim Breitner2013-09-135-9/+48
* Fix AMP warnings.Austin Seipp2013-09-111-0/+8
* Fix ghc-pkg list --simple-output not being alphabetical (#8245).Niklas Hambüchen2013-09-061-8/+9