summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* Print more informative sizes in -dshow-passes,Simon Peyton Jones2011-12-291-1/+10
* Tabs -> SpacesDavid Terei2011-12-191-33/+28
* Merge branch 'master' of http://darcs.haskell.org//ghcSimon Peyton Jones2011-12-191-8/+0
|\
| * Remove some dead codeIan Lynagh2011-12-151-8/+0
* | Tidy up pretty-printing for variablesSimon Peyton Jones2011-12-191-22/+6
|/
* Remove unused Interval module.David Terei2011-12-111-116/+0
* Detect cases where as(1) doesn't recognise .ident directive (#5408)PHO2011-12-081-0/+1
* Include a stack trace in the panic message, when GHC is compiled profiled.Simon Marlow2011-11-301-1/+13
* This patch includes:Dimitrios Vytiniotis2011-11-281-2/+11
* Fixes for NetBSDIan Lynagh2011-11-251-0/+2
* Remove registerised code for dead architectures: mips, ia64, alpha,David Terei2011-11-221-6/+0
* Tabs -> Spaces + formatting fixesDavid Terei2011-11-162-166/+163
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-112-6/+8
* Fix #437: recompilation check includes flagsDavid Terei2011-11-091-11/+21
* Some code cleaningDavid Terei2011-11-081-1/+1
* Fix bitrotted NCG_DEBUG code, and switch to using a Haskell conditionalIan Lynagh2011-11-051-1/+9
* Use -fwarn-tabs when validatingIan Lynagh2011-11-0416-0/+112
* Add some documentation to IOEnv.David Terei2011-10-251-0/+4
* Finish fixing #5529: Require that constructors are imported from all typesIan Lynagh2011-10-211-0/+5
* A little more CPP removalIan Lynagh2011-10-191-0/+6
* Convert the HAVE_GNU_NONEXEC_STACK conditional into HaskellIan Lynagh2011-10-191-0/+1
* Add "have subsections via symbols" to the Platform typeIan Lynagh2011-10-191-3/+5
* Put the target platform in the settings fileIan Lynagh2011-10-192-78/+11
* Revert "Remove OSUnknown"Ian Lynagh2011-10-191-3/+6
* Revert "Remove ArchUnknown"Ian Lynagh2011-10-191-2/+4
* Remove ArchUnknownIan Lynagh2011-10-181-4/+2
* Remove OSUnknownIan Lynagh2011-10-181-6/+3
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-022-0/+6
* Make Outputable.quotes do what the comments saySimon Peyton Jones2011-09-291-4/+5
* Change the way IfExtName is serialized so (most) wired-in names get special r...Max Bolingbroke2011-09-271-22/+24
* Comments and functions renaming onlySimon Peyton Jones2011-09-231-9/+9
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-211-6/+6
* Fix typoIan Lynagh2011-09-171-1/+1
* Merge branch 'no-pred-ty'Max Bolingbroke2011-09-091-1/+10
|\
| * Implement -XConstraintKindMax Bolingbroke2011-09-061-1/+10
* | Implement associated type defaultsMax Bolingbroke2011-09-091-1/+10
|/
* rewrite branchChainElim; other refactoring in CmmContFlowOptSimon Marlow2011-08-251-1/+7
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-0/+1
* enhance ArchARM with ISA and ISA extensionsKarel Gardas2011-08-211-2/+41
* Add a case for kfreebsdgnu in Platforms.hsIan Lynagh2011-08-071-0/+2
* Add ListSetOps.removeRedundantSimon Peyton Jones2011-08-021-1/+20
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-291-7/+3
|\
| * Add CoreMonad.reinitializeGlobals so plugins can work around linker issuesMax Bolingbroke2011-07-291-7/+3
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-281-1/+4
|\ \ | |/
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-279-35/+179
| |\
| * | White space and commentsSimon Peyton Jones2011-07-271-1/+4
* | | Add "alter" functions to UniqFM, VarEnv, NameEnvSimon Peyton Jones2011-07-281-2/+9
| |/ |/|
* | Sync the typeable fingerprinting with baseIan Lynagh2011-07-221-2/+18
* | Comments onlySimon Peyton Jones2011-07-221-0/+1
* | Implement a findCycle function in Digraph,Simon Peyton Jones2011-07-222-9/+82