This project is mirrored from https://gitlab.haskell.org/ghc/ghc.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 10 Nov, 2011 1 commit
-
-
Simon Marlow authored
-
- 04 Nov, 2011 1 commit
-
-
Ian Lynagh authored
We only use it for "compiler" sources, i.e. not for libraries. Many modules have a -fno-warn-tabs kludge for now.
-
- 23 Oct, 2011 1 commit
-
-
Ian Lynagh authored
We now make use of the ghc-packages file when making the haddock index.
-
- 18 Oct, 2011 1 commit
-
-
Ian Lynagh authored
-
- 14 Oct, 2011 1 commit
-
-
Ian Lynagh authored
For now, turn off dynlibs when validating
-
- 19 Aug, 2011 1 commit
-
-
dterei authored
-
- 27 Jul, 2011 1 commit
-
-
Ian Lynagh authored
Duncan says that Cabal isn't guaranteed to be warning-free.
-
- 13 Jul, 2011 1 commit
-
-
Ian Lynagh authored
Old versions don't understand -Wno-error=inline
-
- 12 Jul, 2011 1 commit
-
-
Simon Marlow authored
-
- 25 Jun, 2011 1 commit
-
-
Ian Lynagh authored
Based on a patch from David Terei. Some parts are a little ugly (e.g. defining things that only ASSERTs use only when DEBUG is defined), so we might want to tweak things a little. I've also turned off -Werror for didn't-inline warnings, as we now get a few such warnings.
-
- 18 Jun, 2011 2 commits
- 12 Jun, 2011 1 commit
-
-
Ian Lynagh authored
We were getting InstallExtraPackages="YES "
-
- 05 May, 2011 1 commit
-
-
dreixel authored
-
- 24 Jan, 2011 1 commit
-
-
Simon Marlow authored
This changes the new code generator to make use of the Hoopl package for dataflow analysis. Hoopl is a new boot package, and is maintained in a separate upstream git repository (as usual, GHC has its own lagging darcs mirror in http://darcs.haskell.org/packages/hoopl). During this merge I squashed recent history into one patch. I tried to rebase, but the history had some internal conflicts of its own which made rebase extremely confusing, so I gave up. The history I squashed was: - Update new codegen to work with latest Hoopl - Add some notes on new code gen to cmm-notes - Enable Hoopl lag package. - Add SPJ note to cmm-notes - Improve GC calls on new code generator. Work in this branch was done by: - Milan Straka <fox@ucw.cz> - John Dias <dias@cs.tufts.edu> - David Terei <davidterei@gmail.com> Edward Z. Yang <ezyang@mit.edu> merged in further changes from GHC HEAD and fixed a few bugs.
-
- 16 Nov, 2010 1 commit
-
-
simonpj@microsoft.com authored
They all have redundant uses of fromIntegral, but are no under GHC HQ control.
-
- 24 Sep, 2010 1 commit
-
-
simonpj@microsoft.com authored
This is a follow-on to Simon's patch yesterday, developed with him. It cleans up the computation of how packages are installed, and installs the right ones.
-
- 23 Sep, 2010 3 commits
-
-
simonpj@microsoft.com authored
Put it back on when my patch is applied to the containers repo. (the one that removes two refuable lambdas)
-
Simon Marlow authored
-
Simon Marlow authored
Instead of the ghc-stage and ghc-stage2-package files in a package, we now have a list of these in ghc.mk. There are other similar lists (of boot-packages and non-installable packages), so this is not too bad, and is simpler. While poking around in the top-level ghc.mk file I spotted various opportunities to clean up and re-order some of the cruft that has accumulated over time.
-
- 04 Sep, 2010 1 commit
-
-
Ian Lynagh authored
-
- 10 Jul, 2010 1 commit
-
-
Ian Lynagh authored
-
- 16 Jun, 2010 1 commit
-
-
Ian Lynagh authored
This fixes a problem with commands like gzip, where if $GZIP is exported in the environment, then when make runs a command it'll put the Makefile variable's value in the environment. But gzip treats $GZIP as arguments for itself, so when we run gzip it thinks we're giving it "gzip" as an argument.
-
- 20 Nov, 2009 1 commit
-
-
Ian Lynagh authored
Makes it easier to do unregisterised validate runs
-
- 23 Oct, 2009 1 commit
-
-
Ian Lynagh authored
dblatex with miktex under msys/mingw can't build the PS and PDF docs, and just building the HTML docs is sufficient to check that the markup is correct, so we turn off PS and PDF doc building when validating.
-
- 18 Sep, 2009 1 commit
-
-
Simon Marlow authored
-
- 10 Sep, 2009 1 commit
-
-
Simon Marlow authored
-
- 11 Aug, 2009 1 commit
-
-
Ian Lynagh authored
This checks that hackage would accept the packages. Currently warnings are printed, but don't result in failure.
-
- 07 Aug, 2009 1 commit
-
-
Ian Lynagh authored
-
- 18 Jul, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 09 Jul, 2009 1 commit
-
-
Ian Lynagh authored
They're now fixed to not generate those warnings
-
- 04 Jul, 2009 1 commit
-
-
Ian Lynagh authored
-
- 23 May, 2009 1 commit
-
-
Ian Lynagh authored
-
- 21 May, 2009 1 commit
-
-
Ian Lynagh authored
Overwriting means we lose the -m64 on OS X 64.
-
- 11 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 26 Apr, 2009 1 commit
-
-
Ian Lynagh authored
-
- 21 Apr, 2009 1 commit
-
-
Simon Marlow authored
-
- 08 Mar, 2009 1 commit
-
-
Ian Lynagh authored
This removes a burden from developers, and I can't remember an occasion where it would have caught a regression.
-
- 04 Jan, 2009 1 commit
-
-
Ian Lynagh authored
This should stop us ending up without HsColour'ed sources on some platforms. We also now tell Cabal where to find HsColour, rather than it finding it itself.
-