- 26 Aug, 2007 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
sven.panne@aedion.de authored
Fixed hsc2hs handling and added hpc binary. Explicitly generate Cabal docs. Note that the Haddock documentation is currently not in the right place, this needs more investigation, but at least we can build a valid RPM now.
-
Ian Lynagh authored
-
- 25 Aug, 2007 8 commits
-
-
sven.panne@aedion.de authored
-
Ian Lynagh authored
We don't have the _darcs directories, so they won't work.
-
Ian Lynagh authored
This was causing us to try to jump to the address of an infotable when unregisterised, leading to a segfault.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
sven.panne@aedion.de authored
* Call autoreconf only if necessary, avoiding a strict tool dependency. * Be a good *nix citizen and don't clutter the output when everything is fine. * Make a few more scripts executable.
-
sven.panne@aedion.de authored
-
sven.panne@aedion.de authored
Added a missing "test" and replaced the "-e" option of the shell-builtin "test" with "-f". The former is not portable, see autoconf documentation.
-
- 24 Aug, 2007 4 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 10 Aug, 2007 1 commit
-
-
Ian Lynagh authored
-
- 24 Aug, 2007 13 commits
-
-
Clemens Fruhwirth authored
-
Ben.Lippmeier@anu.edu.au authored
-
Ben.Lippmeier@anu.edu.au authored
-
Ben.Lippmeier@anu.edu.au authored
-
Simon Marlow authored
-
Simon Marlow authored
Fixes another crash with biographical profiling.
-
Simon Marlow authored
-
Simon Marlow authored
In eval_thunk_selector(), when filling the slop for a closure we've just updated, we were using the wrong info table. This bug appears to have been in 6.6, too.
-
Simon Marlow authored
-
Simon Marlow authored
Fixes a crash I encountered with profiling and -debug
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 23 Aug, 2007 1 commit
-
-
Ben.Lippmeier@anu.edu.au authored
Spiller can now insert spill/reload instrs without having to worry about the current stack delta. Generation of actual machine instructions for spills/reloads is deferred until after register allocation proper.
-
- 24 Aug, 2007 2 commits
-
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
- 06 Aug, 2007 4 commits
-
-
Michael D. Adams authored
-
Michael D. Adams authored
This is needed in order to write Main_main from pure Cmm.
-
Michael D. Adams authored
This order matches the symantic order better since the GC check is done before the update frame is pushed.
-
Michael D. Adams authored
It now matches the order used by the existing codeGen.
-
- 23 Aug, 2007 3 commits
-
-
Ben.Lippmeier@anu.edu.au authored
-
Ben.Lippmeier@anu.edu.au authored
-
Ben.Lippmeier@anu.edu.au authored
-