summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge with Master, and resolve conflicts.Iavor S. Diatchki2012-06-104-78/+60
* Fix buildIan Lynagh2012-05-221-0/+3
* Fix warningIan Lynagh2012-05-221-1/+1
* Don't remove the thread from interruptTargetThread on ^C (#6116)Simon Marlow2012-05-221-15/+18
* add support for ARM hard-float ABI (fixes #5914)Karel Gardas2012-04-271-2/+10
* Allow threads in GHCi to receive BlockedIndefintely* exceptions (#2786)Simon Marlow2012-04-121-9/+46
* Prevent nested TH exceptions from bubbling up to the top level (#5976)Paolo Capriotti2012-04-031-1/+13
* Remove Show instance for ForestSimon Peyton Jones2012-03-281-6/+0
* Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-191-3/+2
|\
| * Improve debug WARNING messageSimon Peyton Jones2012-03-141-3/+2
* | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-137-803/+838
|\ \ | |/
| * Add Haiku platform (#5828)Paolo Capriotti2012-03-071-0/+2
| * Improved debug printing with -dverbose-core2coreSimon Peyton Jones2012-03-041-34/+32
| * White space onlySimon Peyton Jones2012-03-021-4/+4
| * Replace createDirectoryHierarchy with createDirectoryIfMissing TrueTakano Akio2012-02-271-14/+2
| * Fix warnings in utils/GraphColor.hsIan Lynagh2012-02-261-4/+26
| * Whitespace only in utils/GraphColor.hsIan Lynagh2012-02-261-286/+281
| * Change -X flags into LANGUAGE pragmasIan Lynagh2012-02-261-1/+3
| * Fix warnings in utils/GraphOps.hsIan Lynagh2012-02-261-7/+31
| * Whitespace only in utils/GraphOps.hsIan Lynagh2012-02-261-433/+432
| * Mainly tidying up pretty printing of typesSimon Peyton Jones2012-02-161-12/+17
* | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-02-121-9/+11
|\ \ | |/
| * Add dragonfly support; based on a patch from Goetz IsenmannIan Lynagh2012-02-111-9/+11
* | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-01-243-6/+47
|\ \ | |/
| * Fix validateIan Lynagh2012-01-191-0/+5
| * Switch to using the time package, rather than old-timeIan Lynagh2012-01-142-3/+39
| * Add extra Num constraints since the Num superclass of Bits is removedBas van Dijk2012-01-141-3/+3
* | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-01-071-13/+9
|\ \ | |/
| * KFreeBSD is also an ELF binaryJoachim Breitner2012-01-041-0/+2
| * osElfTarget should default to False (#5733)Simon Marlow2012-01-041-4/+5
| * Store the word size as determined by configure, in the settings file (#5735)Simon Marlow2012-01-041-9/+2
* | Merge branch 'master' into type-natsIavor S. Diatchki2011-12-292-56/+44
|\ \ | |/
| * 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
| |\
| * | Tidy up pretty-printing for variablesSimon Peyton Jones2011-12-191-22/+6
* | | Remove tabs, again.Iavor S. Diatchki2011-12-181-1/+1
* | | Remove tabs, so that I can push.Iavor S. Diatchki2011-12-181-9/+3
| |/ |/|
* | Remove some dead codeIan Lynagh2011-12-151-8/+0
|/
* 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