summaryrefslogtreecommitdiff
path: root/compiler/main/DriverPhases.hs
Commit message (Expand)AuthorAgeFilesLines
* Add "cmmcpp" as a Haskellish source suffixIan Lynagh2010-08-051-1/+1
* Add a debugTrace for the phases that we runIan Lynagh2010-07-291-1/+4
* LLVM: Add in new LLVM mangler for implementing TNTC on OSXDavid Terei2010-07-131-0/+9
* Remove LlvmAs phase as the llvm opt tool now handles this phaseDavid Terei2010-06-221-14/+9
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-1/+16
* Whitespace onlyIan Lynagh2010-06-121-73/+73
* Include HsVersions.h where necessaryRoman Leshchinskiy2008-04-231-0/+2
* Fix warnings in main/DriverPhasesIan Lynagh2008-03-251-14/+24
* Use System.FilePathIan Lynagh2008-01-121-10/+11
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Remove ILX from the GHC altogether (although I left the source file IlxGen in...simonpj@microsoft.com2006-10-041-4/+0
* Add a C++ phase. Fixes bug #800Lemmih2006-07-271-3/+7
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+229