| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2011-04-20 | 5 | -15/+26 |
|\ |
|
| * | Don't generate a prototype for cas | Ian Lynagh | 2011-04-20 | 2 | -3/+11 |
| * | Make the compiler depend on unlit existing | Ian Lynagh | 2011-04-20 | 1 | -11/+13 |
| * | Remove use of -fno-asm-mangling flag; fixes #5134 | Ian Lynagh | 2011-04-20 | 1 | -1/+0 |
| * | LLVM: Fix #5131. Add support for missing stg regs | David Terei | 2011-04-19 | 1 | -0/+2 |
* | | Ignore .rej files | Simon Peyton Jones | 2011-04-20 | 1 | -0/+1 |
* | | Pretty-print type variables that are operators correctly | Simon Peyton Jones | 2011-04-20 | 1 | -5/+8 |
|/ |
|
* | Slightly better tracing in the constraint solver | simonpj | 2011-04-19 | 3 | -33/+42 |
* | Fix Trac #5038 (missing free variable in ifThenElse rebindable syntax) | simonpj | 2011-04-19 | 2 | -8/+16 |
* | Simplify treatement of pragmas slightly | simonpj | 2011-04-19 | 1 | -16/+6 |
* | Fix typo in comment | simonpj | 2011-04-19 | 1 | -1/+1 |
* | Remove unused function sigForThisGroup | simonpj | 2011-04-19 | 1 | -6/+2 |
* | Fix Trac #5045: add ticks to HsArrForms | simonpj | 2011-04-19 | 1 | -1/+15 |
* | Fix Trac #5041: parse the trailing '#' | simonpj | 2011-04-19 | 1 | -13/+18 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2011-04-19 | 13 | -218/+276 |
|\ |
|
| * | Make ghc less keen to pass -v to gcc and friends | Ian Lynagh | 2011-04-17 | 2 | -35/+36 |
| * | Set stdout to use line buffering in ghc-cabal | Ian Lynagh | 2011-04-17 | 1 | -1/+2 |
| * | Document -fwarn-missing-local-sigs; part of #4817 | Ian Lynagh | 2011-04-16 | 2 | -0/+21 |
| * | Make sure the main git repo is case-insensitive too | Ian Lynagh | 2011-04-15 | 1 | -0/+3 |
| * | Tidy sync-all up a bit, and turn on ignorecase for git repos | Ian Lynagh | 2011-04-15 | 1 | -13/+7 |
| * | More sync-all refactoring | Ian Lynagh | 2011-04-15 | 1 | -28/+42 |
| * | Refactor sync-all a bit | Ian Lynagh | 2011-04-15 | 1 | -127/+117 |
| * | add --no-<tag>, so e.g. we can omit DPH with --no-dph | Simon Marlow | 2011-04-15 | 1 | -3/+8 |
| * | The hash table implementation had some static free lists that were | Simon Marlow | 2011-04-15 | 1 | -34/+33 |
| * | fix a shutdown memory leak | Simon Marlow | 2011-04-15 | 1 | -4/+10 |
| * | Revert "Generalized assignment rewriting pass." | Edward Z. Yang | 2011-04-15 | 2 | -398/+103 |
| * | Generalized assignment rewriting pass. | Edward Z. Yang | 2011-04-15 | 2 | -103/+398 |
| * | Disable check word address lint check, due to inlined pointer tags. | Edward Z. Yang | 2011-04-15 | 1 | -7/+8 |
| * | Add GenCmmGraph, which is a generic version of CmmGraph. | Edward Z. Yang | 2011-04-15 | 2 | -9/+14 |
| * | Check for ^M in packages file when booting | Ian Lynagh | 2011-04-14 | 1 | -0/+18 |
| * | Fix typo in docs; spotted by Rustom Mody in beginners@ | Ian Lynagh | 2011-04-14 | 1 | -1/+1 |
* | | Add more ignorance | Simon Peyton Jones | 2011-04-19 | 1 | -3/+16 |
|/ |
|
* | Make the boot script complain if mk/build.mk doesn't exist | Ian Lynagh | 2011-04-14 | 2 | -1/+22 |
* | Refactor how dependencies are included; fixes #5109 | Ian Lynagh | 2011-04-14 | 5 | -32/+42 |
* | Add a final newline to the link-time C file that we generate, | Simon Marlow | 2011-04-14 | 1 | -1/+4 |
* | Avoid accumulating slop in the pinned_object_block. | Simon Marlow | 2011-04-14 | 4 | -10/+33 |
* | Admonish the user to read the wiki page! | Edward Z. Yang | 2011-04-14 | 1 | -3/+8 |
* | For BC labels, emit empty data section instead of empty proc. | Edward Z. Yang | 2011-04-14 | 2 | -2/+3 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Ian Lynagh | 2011-04-13 | 5 | -26/+40 |
|\ |
|
| * | Add adjustUFM, adjustUFM_Directly and joinUFM to UniqFM. | Edward Z. Yang | 2011-04-13 | 2 | -8/+30 |
| * | Always support optimization fuel. | Edward Z. Yang | 2011-04-13 | 1 | -14/+0 |
| * | Update CmmRegOff shorthand for CmmMachOp. | Edward Z. Yang | 2011-04-13 | 1 | -2/+4 |
| * | fix a bug introduced in 1fb38442d3a55ac92795aa6c5ed4df82011df724, | Simon Marlow | 2011-04-13 | 1 | -2/+6 |
* | | Now that -fvia-C is gone, we don't need -march=i686 on i386 Darwin | Ian Lynagh | 2011-04-13 | 1 | -7/+3 |
|/ |
|
* | Fix compiling on linux-powerpc. | Erik de Castro Lopo | 2011-04-12 | 1 | -7/+11 |
* | Change the way module initialisation is done (#3252, #4417) | Simon Marlow | 2011-04-12 | 33 | -804/+454 |
* | Cleanup sweep and fix a bug in RTS flag processing. | Simon Marlow | 2011-04-12 | 10 | -109/+190 |
* | isAlive: re-apply the tag if we find a forwarding pointer. This is a | Simon Marlow | 2011-04-12 | 1 | -1/+1 |
* | Remove debugging CmmComment from old code generator. | Edward Z. Yang | 2011-04-11 | 1 | -1/+0 |
* | Flag for defaulting the codegen GhcStageXDefaultNewCodegen. | Edward Z. Yang | 2011-04-11 | 3 | -0/+26 |