summaryrefslogtreecommitdiff
path: root/compiler/main/DriverPipeline.hs
Commit message (Expand)AuthorAgeFilesLines
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-111-0/+3
* Fix build; Opt_LinkHaskell98 is now Opt_AutoLinkPackagesIan Lynagh2008-07-081-2/+2
* Add a flag to disable linking with the haskell98 packageIan Lynagh2008-07-051-1/+3
* Now that we require GHC >= 6.4.2, System.IO.Error is always availableIan Lynagh2008-06-201-1/+1
* Use -fforce-recomp rather than -no-recompIan Lynagh2008-06-141-2/+2
* Handle errors in an OPTIONS pragma when preprocessingIan Lynagh2008-06-141-11/+0
* Allow flags to be marked as deprecatedIan Lynagh2008-06-141-1/+2
* Pass dynflags down through to pragStateIan Lynagh2008-06-141-1/+1
* Cmm back end upgradesdias@eecs.harvard.edu2008-05-291-52/+68
* (F)SLIT -> (f)sLit in DriverPipelineIan Lynagh2008-04-121-2/+2
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Remove redundant type sigIan Lynagh2008-03-251-1/+0
* Convert more UniqFM's back to LazyUniqFM'sIan Lynagh2008-02-071-1/+1
* Use -framework-path flags during the cc phase. Fixes trac #1975.judah.jacobson@gmail.com2007-12-121-0/+10
* Fix references to FilepathClemens Fruhwirth2008-01-171-2/+2
* Use runPhase_MoveBinary also for generating a dynamic library wrapperClemens Fruhwirth2008-01-161-8/+43
* Remove -fhardwire-lib-paths in favour of -dynload sysdepClemens Fruhwirth2008-01-101-3/+7
* Fix slash direction on Windows with the new filePath codeIan Lynagh2008-01-161-9/+14
* Add Main.dyn_o deployed into the RTS library dir to linking (see DLLNOTES for...Clemens Fruhwirth2008-01-101-1/+9
* FilePath fixesIan Lynagh2008-01-121-1/+0
* Use System.FilePathIan Lynagh2008-01-121-74/+79
* fix validation failure on non-i386Simon Marlow2008-01-021-3/+3
* Extend API for compiling to and from CoreTim Chevalier2007-12-251-40/+40
* FIX -stubdir bug: the .hc file was #including the wrong _stub.h filenameSimon Marlow2007-09-261-2/+2
* Notice when C modules have changed when deciding whether or not to linkIan Lynagh2007-09-231-3/+6
* Whitespace changes onlyIan Lynagh2007-09-231-41/+41
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* esacpe backslashes in the filename in the .rc fileSimon Marlow2007-09-121-1/+3
* Remove --export-all-symbols for DLL linking, it is default and prevents us fr...Clemens Fruhwirth2007-08-311-1/+0
* refactoring: eliminate DriverPipeline.CompResult and GHC.upsweep_compileSimon Marlow2007-09-101-46/+46
* FIX #1677; poor error message for misspelled module declarationSimon Marlow2007-09-111-1/+1
* FIX #1650: ".boot modules interact badly with the ghci debugger"Simon Marlow2007-09-051-2/+2
* don't generate .hi-boot/.o-boot files in GHCiSimon Marlow2007-09-041-8/+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
* Allow redirection of -ddump-* to fileBen.Lippmeier@anu.edu.au2007-08-211-2/+6
* FIX #1271: create manifests, and embed them in executables on WindowsSimon Marlow2007-08-101-1/+56
* FIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorderSimon Marlow2007-08-211-4/+8
* Link Windows DLLs and OSX dylibs correctly in linkDynLibClemens Fruhwirth2007-08-071-18/+54
* FIX part of #1372, improvements to the recompilation checkerSimon Marlow2007-08-031-6/+6
* Only add -rpath to linker invocation when -dynamicClemens Fruhwirth2007-08-011-1/+1
* Add hardwire-lib-paths option and make it default for inplace invocationsClemens Fruhwirth2007-07-171-2/+4
* Create .hi-boot and .o-boot files in --make mode; fixes trac #1322Ian Lynagh2007-07-191-3/+3
* Generalize linkDynLib for ELF platformsClemens Fruhwirth2007-06-271-5/+33
* Renames functions and constructors to fit their new ability for dynamic linkingClemens Fruhwirth2007-06-271-17/+11
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-2/+0
* Change tabs to spaces in string literalsIan Lynagh2007-04-161-6/+6
* Rationalise GhcMode, HscTarget and GhcLinkSimon Marlow2007-04-111-6/+6
* small cleanupsSimon Marlow2007-03-081-2/+2