- 09 Mar, 2013 20 commits
-
-
ian@well-typed.com authored
It was looking for Foo.dyn_hi rather than Foo.dyn_hi-boot, and so falling back to the slow way
-
ian@well-typed.com authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
I'm not sure why it caused problems before, but it's fine now.
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We now run the tail of the pipeline twice, rather than trying to do both ways in lockstep.
-
ian@well-typed.com authored
The goal is that the second subphase will be run twice when using -dynamic-too
-
ian@well-typed.com authored
-
parcs authored
-
Simon Peyton Jones authored
Patch offered by Boris Sukholitko <boriss@gmail.com> Trac #7757
-
bosu authored
-
bosu authored
-
bosu authored
-
- 08 Mar, 2013 5 commits
-
-
-
jpm@cs.ox.ac.uk authored
-
jpm@cs.ox.ac.uk authored
-
jpm@cs.ox.ac.uk authored
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- 07 Mar, 2013 4 commits
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
dterei authored
Patch from Stephen Blackheath!
-
ian@well-typed.com authored
-
ian@well-typed.com authored
It would probably still benefit from some tidying up, but it's now much more opaque, with the control flow easier to understand.
-
- 06 Mar, 2013 1 commit
-
-
Simon Marlow authored
There was potentially a bug here, but no actual failures were identified in the wild. See Note [Register Parameter Passing]
-
- 05 Mar, 2013 3 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Peyton Jones authored
The demand <HyperStr, Absent> for a let-bound value is bit strange; it means that the context will diverge, but this argument isn't used. We don't want to use call-by-value here, even though it's semantically sound if all bottoms mean the same. The fix is easy; just make "isStrictDmd" a bit more perspicuous. See Note [Strict demands] in Demand.lhs
-
- 04 Mar, 2013 7 commits
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
ian@well-typed.com authored
It's now always 'git'.
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We no longer set BootingFromHc
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-