summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move gcc's and perl's location to the settings fileIan Lynagh2011-04-223-18/+18
* Output ELF .size directives for functionsJohan Tibell2011-04-221-13/+24
* Move the opt* fields from DynFlags into the Settings typeIan Lynagh2011-04-222-37/+60
* Tweak build rules for libffiIan Lynagh2011-04-221-3/+1
* no need to set --build when configuring libffiMark Lentczner2011-04-221-2/+1
* fix documentation of FP_ARG_WITH_PATH_GNU_PROGMark Lentczner2011-04-221-2/+2
* Initialise Settings before DynFlagsIan Lynagh2011-04-224-9/+9
* Fix typo in shared libraries documentation.Lennart Kolmodin2011-04-221-1/+1
* Split off a Settings type from DynFlagsIan Lynagh2011-04-224-85/+121
* Rename "extra-gcc-opts" to "settings", and start generalising itIan Lynagh2011-04-2113-70/+114
* Fix typo in commentIan Lynagh2011-04-211-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-04-213-5/+10
|\
| * do not use sed for version date processing but rather cut and trMatthias Kilian2011-04-201-1/+1
| * For very short linker scripts dlopen may return 'file too short' insteadCJ van den Berg2011-04-201-1/+1
| * This is required to successfully load terminfo into GHCi in currentCJ van den Berg2011-04-201-3/+3
| * Add "./sync-all clean" commandMatthias Kilian2011-04-201-0/+5
* | Tidy up SigTvSimon Peyton Jones2011-04-206-74/+60
* | Fix Trac #5130: missed error reportSimon Peyton Jones2011-04-201-23/+24
* | Dont print "Constraint solver steps = n" if -dno-debug-output is onSimon Peyton Jones2011-04-201-1/+2
* | Add pprDefiniteTrace and use itSimon Peyton Jones2011-04-202-5/+8
* | Fix Trac #5126: generate correct usage info in TH declaration quotesSimon Peyton Jones2011-04-201-1/+4
|/
* 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