- 17 Oct, 2011 6 commits
-
-
dterei authored
-
Simon Marlow authored
-
Simon Marlow authored
See Note [atomic CAFs] in rts/sm/Storage.c
-
-
-
Fixes build error: compiler/cmm/PprC.hs:961:33: Couldn't match expected type `Platform' against inferred type `CmmExpr' In the first argument of `pprExpr1', namely `expr' In the second argument of `(<+>)', namely `pprExpr1 expr' In the first argument of `parens', namely `(cast <+> pprExpr1 expr)'
-
- 15 Oct, 2011 1 commit
-
-
Ian Lynagh authored
-
- 14 Oct, 2011 18 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
For now, turn off dynlibs when validating
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
Cabal will use it regardless, and if people are going to use binary then it's a lot better if they use the one that we ship, rather than installing a second version.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
We now put the libffi objects into the RTS library, rather than trying to mangle libffi into being a ghc package itself. It would be nicer to make it a separate library (but not a ghc package), but for now hopefully this will get the build going through on Windows again.
-
- 13 Oct, 2011 1 commit
-
-
Simon Marlow authored
-
- 12 Oct, 2011 3 commits
-
-
Ian Lynagh authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 11 Oct, 2011 1 commit
-
-
Ian Lynagh authored
Now that we always link in an extra object, we may as well always define rtsOptsEnabled in it, rather than having a default value in rts/hooks/RtsOptsEnabled.c.
-
- 10 Oct, 2011 4 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
chak@cse.unsw.edu.au. authored
-
- 07 Oct, 2011 1 commit
-
-
dreixel authored
-
- 06 Oct, 2011 5 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
Without it we get warnings like: ld: warning: could not create compact unwind for .LFB3: non-standard register 5 being saved in prolog
-
http://darcs.haskell.org/ghcIan Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
ld gives loads of warnings like: ld: warning: text reloc in _base_GHCziArr_unsafeArray_info to _base_GHCziArr_unsafeArray_closure when linking any program. We're not sure whether this is something we ought to fix, but for now we use the -Wl,-read_only_relocs,suppress flag to silence them.
-