- 27 Apr, 2011 9 commits
-
-
Edward Z. Yang authored
This patch fixes silliness where the SP pointer is continually bumped up and down. Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
Ian Lynagh authored
Not all repos are necessarily branched.
-
Ian Lynagh authored
-
kili authored
While here, make the code a little bit more readable.
-
-
U-EUROPE\dimitris authored
-
benl authored
-
benl authored
Run a CSE pass after vectorisation. This cleans up common sub-expressions introduced by the vectoriser. It has no effect unless -fvectorise is enabled.
-
benl authored
-
- 26 Apr, 2011 17 commits
-
-
http://darcs.haskell.org/ghcIan Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
dterei authored
-
dterei authored
-
dterei authored
-
dterei authored
-
dterei authored
-
dterei authored
-
dterei authored
-
dterei authored
-
dterei authored
-
dterei authored
-
dterei authored
-
dterei authored
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
Edward Z. Yang authored
This makes the following statements valid C--, which uses the block ID directly rather than generating an anonymous block: if (expr) goto foo; switch expr { case 0: goto foo; case 1: goto bar; } Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- 24 Apr, 2011 2 commits
-
-
Ian Lynagh authored
We were using the Typeable.hs macros, but for no good reason as far as I can tell.
-
Ian Lynagh authored
-
- 23 Apr, 2011 12 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
I also made the -ffloat-all-lams flag not take an argument, as it just ignored it.
-
Ian Lynagh authored
Makes it consistent with the existing "C compiler flags" field.
-
Ian Lynagh authored
Rather than using the compiler that configure detects, we use the "GCC command" field from the --info output of the bootstrapping compiler (provided it is >= 7.1).
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-