- 18 Jun, 2009 1 commit
-
-
Simon Marlow authored
-
- 16 Jun, 2009 1 commit
-
-
Simon Marlow authored
See comments for details
-
- 18 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 16 Jun, 2009 4 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
Including help for directory-specific targets, such as 'make 1' in ghc
-
Simon Marlow authored
-
Simon Marlow authored
-
- 15 Jun, 2009 6 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
i.e. not dph, and hence not stage2
-
Simon Marlow authored
i.e. not dph, and hence not the stage 2 compiler.
-
Simon Marlow authored
Fixes failure when Haddocking Data.Monoid in libraries/base
-
- 13 Jun, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
We now also test runghc and unlit
-
- 12 Jun, 2009 3 commits
-
-
Ian Lynagh authored
Now that base does -liconv when it is necessary, it is no longer necessary for haskeline to do it as well, as haskeline depends on base. Thus we don't need the haskeline-specific hacks in ghc-cabal any more.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 10 Jun, 2009 1 commit
-
-
Simon Marlow authored
-
- 08 Jun, 2009 1 commit
-
-
Simon Marlow authored
test is tcfail205
-
- 29 May, 2009 1 commit
-
-
Simon Marlow authored
-
- 12 Jun, 2009 1 commit
-
-
Ian Lynagh authored
We needed some more $s to delay evaluation until the values are available, and the calls needed to be later in the ghc.mk so that compiler_stage2_WAYS etc are defined.
-
- 11 Jun, 2009 7 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Duncan Coutts authored
-
Duncan Coutts authored
They now live in the integer-gmp package.
-
Duncan Coutts authored
-
- 04 Jun, 2009 1 commit
-
-
Duncan Coutts authored
This is a correction to the patch: * When linking a shared library with --make, always do the link step which used the wrong flag in making the decision. It used -dynamic whereas the correct flag is -shared.
-
- 08 Jun, 2009 1 commit
-
-
Duncan Coutts authored
It's already checked for foreign import, but was missing for export.
-
- 10 Jun, 2009 5 commits
-
-
Duncan Coutts authored
No longer need them as temp vars in the cmm primop implementations.
-
Duncan Coutts authored
Using global temp vars is really ugly and in the threaded case it needs slots in the StgRegTable. It'd also be pretty silly once we move the cmm primops out of the rts, into the integer-gmp package.
-
Duncan Coutts authored
It using the mp_tmp_w register/global as a convenient temporary variable. This is naughty because those vars are supposed to be for gmp. Also, we want to remove the gmp temp vars so we must now use a local stack slot instead.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 09 Jun, 2009 1 commit
-
-
Ian Lynagh authored
This means that, on Linux, we get functions like gamma defined when we #include math.h
-
- 08 Jun, 2009 1 commit
-
-
Ian Lynagh authored
With the exception of GHC's main Parser.y(.pp), which has 2 reduce/reduce conflicts
-
- 05 Jun, 2009 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-