- 21 Jun, 2010 3 commits
-
-
dterei authored
-
dterei authored
-
Simon Marlow authored
and add a comment to explain why it was wrong. This fixes the dyn test failures that sprang up recently.
-
- 20 Jun, 2010 3 commits
-
-
Ian Lynagh authored
when we think that the libffi build creates them, so they just depend on the libffi build stamp.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 18 Jun, 2010 1 commit
-
-
amsay@amsay.net authored
-
- 20 Jun, 2010 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 19 Jun, 2010 2 commits
-
-
Ian Lynagh authored
This avoids unnecessary work and potential loss of information
-
Ian Lynagh authored
-
- 01 Jan, 2010 1 commit
-
-
alatter authored
-
- 18 Jun, 2010 6 commits
-
-
dterei authored
-
dterei authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
dterei authored
We do this through a gnu as feature called subsections, where you can put data/code into a numbered subsection and those subsections will be joined together in descending order by gas at compile time.
-
- 17 Jun, 2010 6 commits
-
-
Ian Lynagh authored
The default object mode is already HscC, so it's unnecessary, and -fvia-C generates a deprecated flag warning now.
-
Ian Lynagh authored
This may not be ideal, but it should get GHC building on all platforms again.
-
Simon Marlow authored
see comment for details
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 16 Jun, 2010 6 commits
-
-
Simon Marlow authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
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.
-
Ian Lynagh authored
-
- 15 Jun, 2010 1 commit
-
-
Ian Lynagh authored
-
- 04 Jun, 2010 1 commit
-
-
Simon Marlow authored
-
- 27 May, 2010 1 commit
-
-
Simon Marlow authored
-
- 09 May, 2010 1 commit
-
-
Simon Marlow authored
This lets automatic prefetching work better, for a tiny performance boost
-
- 07 May, 2010 1 commit
-
-
Simon Marlow authored
-
- 15 Jun, 2010 5 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Ross Paterson authored
Get the set of free variables from the generated case expression: includes variables in the guards and decls that were missed before, and is also a bit simpler.
-
Ian Lynagh authored
-
Ian Lynagh authored
-