Major patch to fix reporting of unused imports
[ghc-hetmet.git] / compiler / main / DriverPipeline.hs
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-10 Ian LynaghChange GHC_OPTIONS to OPTIONS_GHC
2009-05-19 Duncan CouttsMake -dynload sysdep mean to embed rpaths in shared...
2009-05-15 Duncan CouttsSet the soname when creating a shared lib
2009-05-15 Duncan CouttsKeep C main separate from rts lib and link it in for...
2009-05-14 Duncan CouttsRemove old Windows-only implementation of keeping main...
2009-05-20 Ian LynaghUse machdepCCOpts when running "as"
2009-05-13 Simon Marlowfix warning
2009-04-22 y.zhuang5@lse.ac.ukenable LinkDynLib in compilier phase
2009-03-16 Simon MarlowFIX #3093: stub filenames when using -osuf
2009-03-05 Simon Marlowremove foo.exe.manifest when --embed-manifest is on
2009-03-05 Ian LynaghOn OS X/x86, tell gcc to generate instructions for...
2009-02-11 Ian LynaghOn sparc, pass -mcpu=v9 when assembling with object...
2008-12-11 Ian LynaghMake the lists of files and directories to be cleaned...
2008-11-30 Ian LynaghRemove the v_Split_info global variable and use a field...
2008-11-28 Thomas SchillingLet 'loadModule' generate proper code depending on...
2008-11-28 Thomas SchillingExpose a separate 'hscBackend' phase for 'HsCompiler...
2008-11-25 Thomas SchillingMajor clean-up of HscMain.
2008-11-22 Thomas SchillingChange 'handleFlagWarnings' to throw exceptions instead...
2008-11-21 Thomas SchillingThrow SourceErrors instead of ProgramErrors in main...
2008-11-07 Simon MarlowBugfix for patch "Do not filter the rts from linked...
2008-10-13 Clemens FruhwirthDo not filter the rts from linked libraries in linkDynL...
2008-10-07 Clemens FruhwirthChange suffix for dyn. linked executables from _real...
2008-09-23 Simon MarlowDisallow package flags in OPTIONS_GHC pragmas (#2499)
2008-09-14 Thomas SchillingUse 'GhcMonad' in DriverPipeline. Also haddockify...
2008-09-01 Simon MarlowCheck the modification times of libraries in --make...
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-21 Simon MarlowDon't use the cc-options from packages when compiling...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-24 Simon MarlowDon't prematurely link shared libraries against the...
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
2008-07-08 Ian LynaghFix build; Opt_LinkHaskell98 is now Opt_AutoLinkPackages
2008-07-05 Ian LynaghAdd a flag to disable linking with the haskell98 package
2008-06-20 Ian LynaghNow that we require GHC >= 6.4.2, System.IO.Error is...
2008-06-14 Ian LynaghUse -fforce-recomp rather than -no-recomp
2008-06-14 Ian LynaghHandle errors in an OPTIONS pragma when preprocessing
2008-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-06-14 Ian LynaghPass dynflags down through to pragState
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DriverPipeline
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