summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-04-205-15/+26
|\
| * Don't generate a prototype for casIan Lynagh2011-04-202-3/+11
| * Make the compiler depend on unlit existingIan Lynagh2011-04-201-11/+13
| * Remove use of -fno-asm-mangling flag; fixes #5134Ian Lynagh2011-04-201-1/+0
| * LLVM: Fix #5131. Add support for missing stg regsDavid Terei2011-04-191-0/+2
* | Ignore .rej filesSimon Peyton Jones2011-04-201-0/+1
* | Pretty-print type variables that are operators correctlySimon Peyton Jones2011-04-201-5/+8
|/
* Slightly better tracing in the constraint solversimonpj2011-04-193-33/+42
* Fix Trac #5038 (missing free variable in ifThenElse rebindable syntax)simonpj2011-04-192-8/+16
* Simplify treatement of pragmas slightlysimonpj2011-04-191-16/+6
* Fix typo in commentsimonpj2011-04-191-1/+1
* Remove unused function sigForThisGroupsimonpj2011-04-191-6/+2
* Fix Trac #5045: add ticks to HsArrFormssimonpj2011-04-191-1/+15
* Fix Trac #5041: parse the trailing '#'simonpj2011-04-191-13/+18
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-04-1913-218/+276
|\
| * Make ghc less keen to pass -v to gcc and friendsIan Lynagh2011-04-172-35/+36
| * Set stdout to use line buffering in ghc-cabalIan Lynagh2011-04-171-1/+2
| * Document -fwarn-missing-local-sigs; part of #4817Ian Lynagh2011-04-162-0/+21
| * Make sure the main git repo is case-insensitive tooIan Lynagh2011-04-151-0/+3
| * Tidy sync-all up a bit, and turn on ignorecase for git reposIan Lynagh2011-04-151-13/+7
| * More sync-all refactoringIan Lynagh2011-04-151-28/+42
| * Refactor sync-all a bitIan Lynagh2011-04-151-127/+117
| * add --no-<tag>, so e.g. we can omit DPH with --no-dphSimon Marlow2011-04-151-3/+8
| * The hash table implementation had some static free lists that wereSimon Marlow2011-04-151-34/+33
| * fix a shutdown memory leakSimon Marlow2011-04-151-4/+10
| * Revert "Generalized assignment rewriting pass."Edward Z. Yang2011-04-152-398/+103
| * Generalized assignment rewriting pass.Edward Z. Yang2011-04-152-103/+398
| * Disable check word address lint check, due to inlined pointer tags.Edward Z. Yang2011-04-151-7/+8
| * Add GenCmmGraph, which is a generic version of CmmGraph.Edward Z. Yang2011-04-152-9/+14
| * Check for ^M in packages file when bootingIan Lynagh2011-04-141-0/+18
| * Fix typo in docs; spotted by Rustom Mody in beginners@Ian Lynagh2011-04-141-1/+1
* | Add more ignoranceSimon Peyton Jones2011-04-191-3/+16
|/
* Make the boot script complain if mk/build.mk doesn't existIan Lynagh2011-04-142-1/+22
* Refactor how dependencies are included; fixes #5109Ian Lynagh2011-04-145-32/+42
* Add a final newline to the link-time C file that we generate,Simon Marlow2011-04-141-1/+4
* Avoid accumulating slop in the pinned_object_block.Simon Marlow2011-04-144-10/+33
* Admonish the user to read the wiki page!Edward Z. Yang2011-04-141-3/+8
* For BC labels, emit empty data section instead of empty proc.Edward Z. Yang2011-04-142-2/+3
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-04-135-26/+40
|\
| * Add adjustUFM, adjustUFM_Directly and joinUFM to UniqFM.Edward Z. Yang2011-04-132-8/+30
| * Always support optimization fuel.Edward Z. Yang2011-04-131-14/+0
| * Update CmmRegOff shorthand for CmmMachOp.Edward Z. Yang2011-04-131-2/+4
| * fix a bug introduced in 1fb38442d3a55ac92795aa6c5ed4df82011df724,Simon Marlow2011-04-131-2/+6
* | Now that -fvia-C is gone, we don't need -march=i686 on i386 DarwinIan Lynagh2011-04-131-7/+3
|/
* Fix compiling on linux-powerpc.Erik de Castro Lopo2011-04-121-7/+11
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-1233-804/+454
* Cleanup sweep and fix a bug in RTS flag processing.Simon Marlow2011-04-1210-109/+190
* isAlive: re-apply the tag if we find a forwarding pointer. This is aSimon Marlow2011-04-121-1/+1
* Remove debugging CmmComment from old code generator.Edward Z. Yang2011-04-111-1/+0
* Flag for defaulting the codegen GhcStageXDefaultNewCodegen.Edward Z. Yang2011-04-113-0/+26