Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / main / DriverPhases.hs
2011-05-04 David TereiLLVM: Support LLVM 2.9 (#5103)
2011-04-06 Simon MarlowMerge branch 'trac_5025' of https://github.com/thoughtp...
2011-04-05 Simon MarlowMerge _stub.o files into the main .o file (Fixes #3687...
2011-04-04 Ian LynaghRemove dead code, now that -fvia-c is a no-op
2011-04-04 Austin SeippTeach GHC to compile objective-c files; trac #5025
2010-08-05 Ian LynaghAdd "cmmcpp" as a Haskellish source suffix
2010-07-29 Ian LynaghAdd a debugTrace for the phases that we run
2010-07-13 David TereiLLVM: Add in new LLVM mangler for implementing TNTC...
2010-06-22 David TereiRemove LlvmAs phase as the llvm opt tool now handles...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-06-12 Ian LynaghWhitespace only
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-03-25 Ian LynaghFix warnings in main/DriverPhases
2008-01-12 Ian LynaghUse System.FilePath
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2006-10-04 simonpj@microsoft.comRemove ILX from the GHC altogether (although I left...
2006-07-27 LemmihAdd a C++ phase. Fixes bug #800
2006-04-07 Simon MarlowReorganisation of the source tree