Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / main / DriverPipeline.hs
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-25 Ian LynaghRemove redundant type sig
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2007-12-12 judah.jacobson@gma... Use -framework-path flags during the cc phase. Fixes...
2008-01-17 Clemens FruhwirthFix references to Filepath
2008-01-16 Clemens FruhwirthUse runPhase_MoveBinary also for generating a dynamic...
2008-01-10 Clemens FruhwirthRemove -fhardwire-lib-paths in favour of -dynload sysdep
2008-01-16 Ian LynaghFix slash direction on Windows with the new filePath...
2008-01-10 Clemens FruhwirthAdd Main.dyn_o deployed into the RTS library dir to...
2008-01-12 Ian LynaghFilePath fixes
2008-01-12 Ian LynaghUse System.FilePath
2008-01-02 Simon Marlowfix validation failure on non-i386
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-09-26 Simon MarlowFIX -stubdir bug: the .hc file was #including the wrong...
2007-09-23 Ian LynaghNotice when C modules have changed when deciding whethe...
2007-09-23 Ian LynaghWhitespace changes only
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-12 Simon Marlowesacpe backslashes in the filename in the .rc file
2007-08-31 Clemens FruhwirthRemove --export-all-symbols for DLL linking, it is...
2007-09-10 Simon Marlowrefactoring: eliminate DriverPipeline.CompResult and...
2007-09-11 Simon MarlowFIX #1677; poor error message for misspelled module...
2007-09-05 Simon MarlowFIX #1650: ".boot modules interact badly with the ghci...
2007-09-04 Simon Marlowdon't generate .hi-boot/.o-boot files in GHCi
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...
2007-08-21 Ben.Lippmeier@anu... Allow redirection of -ddump-* to file
2007-08-10 Simon MarlowFIX #1271: create manifests, and embed them in executab...
2007-08-21 Simon MarlowFIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorder
2007-08-07 Clemens FruhwirthLink Windows DLLs and OSX dylibs correctly in linkDynLib
2007-08-03 Simon MarlowFIX part of #1372, improvements to the recompilation...
2007-08-01 Clemens FruhwirthOnly add -rpath to linker invocation when -dynamic
2007-07-17 Clemens FruhwirthAdd hardwire-lib-paths option and make it default for...
2007-07-19 Ian LynaghCreate .hi-boot and .o-boot files in --make mode; fixes...
2007-06-27 Clemens FruhwirthGeneralize linkDynLib for ELF platforms
2007-06-27 Clemens FruhwirthRenames functions and constructors to fit their new...
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-04-16 Ian LynaghChange tabs to spaces in string literals
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-03-08 Simon Marlowsmall cleanups
2007-03-01 Simon MarlowFix -keep-s-file with --make
2007-02-15 Simon MarlowWhen the pipeline just copies the file, prepend a LINE...
2007-01-15 Ian LynaghGive -fwrapv to gcc when it supports it
2006-10-19 basvandijk@home.nlA little abstraction
2006-10-11 Simon MarlowModule header tidyup #2
2006-07-27 LemmihAdd a C++ phase. Fixes bug #800
2006-09-27 Simon MarlowRename -no-recomp to -fforce-recomp, and document it
2006-09-19 Simon MarlowPackages cleanup, and allow new packages to be loaded...
2006-08-25 Roman LeshchinskiyMake sure GCC uses the Sparc V9 instruction set
2006-07-09 Ian LynaghDon't freeze the dynamic flags used for filename genera...
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-11 Don StewartEmit 'linking not required' messages only with -v 2...
2006-04-07 Simon MarlowReorganisation of the source tree