summaryrefslogtreecommitdiff
path: root/compiler/main/DriverPipeline.hs
Commit message (Expand)AuthorAgeFilesLines
* Add osuf to the name we use for the split dirIan Lynagh2009-07-181-1/+1
* Add the -fno-shared-implib flagIan Lynagh2009-07-141-1/+3
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-3/+3
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-3/+3
* Change GHC_OPTIONS to OPTIONS_GHCIan Lynagh2009-06-101-1/+1
* Make -dynload sysdep mean to embed rpaths in shared libs as well as binariesDuncan Coutts2009-05-191-1/+7
* Set the soname when creating a shared libDuncan Coutts2009-05-151-0/+1
* Keep C main separate from rts lib and link it in for standalone progsDuncan Coutts2009-05-151-0/+8
* Remove old Windows-only implementation of keeping main outside the rtsDuncan Coutts2009-05-141-9/+0
* Use machdepCCOpts when running "as"Ian Lynagh2009-05-201-3/+9
* fix warningSimon Marlow2009-05-131-0/+2
* enable LinkDynLib in compilier phasey.zhuang5@lse.ac.uk2009-04-221-7/+18
* FIX #3093: stub filenames when using -osufSimon Marlow2009-03-161-4/+3
* remove foo.exe.manifest when --embed-manifest is onSimon Marlow2009-03-051-0/+2
* On OS X/x86, tell gcc to generate instructions for i686. Fixes trac #2983.Ian Lynagh2009-03-051-0/+7
* On sparc, pass -mcpu=v9 when assembling with object splitting enabledIan Lynagh2009-02-111-0/+10
* Make the lists of files and directories to be cleaned-up non-globalIan Lynagh2008-12-111-2/+2
* Remove the v_Split_info global variable and use a field of dflags insteadIan Lynagh2008-11-301-6/+6
* Let 'loadModule' generate proper code depending on the 'hscTarget'.Thomas Schilling2008-11-281-8/+25
* Expose a separate 'hscBackend' phase for 'HsCompiler' and changeThomas Schilling2008-11-281-2/+5
* Major clean-up of HscMain.Thomas Schilling2008-11-251-4/+4
* Change 'handleFlagWarnings' to throw exceptions instead of dying.Thomas Schilling2008-11-221-1/+1
* Throw SourceErrors instead of ProgramErrors in main/HeaderInfo.Thomas Schilling2008-11-211-3/+3
* Bugfix for patch "Do not filter the rts from linked libraries..." (#2745)Simon Marlow2008-11-071-1/+1
* Do not filter the rts from linked libraries in linkDynLib as Windows does not...Clemens Fruhwirth2008-10-131-1/+7
* Change suffix for dyn. linked executables from _real to .dynClemens Fruhwirth2008-10-071-2/+2
* Disallow package flags in OPTIONS_GHC pragmas (#2499)Simon Marlow2008-09-231-1/+1
* Use 'GhcMonad' in DriverPipeline. Also haddockify a bit while we're at it.Thomas Schilling2008-09-141-117/+133
* Check the modification times of libraries in --make link stepSimon Marlow2008-09-011-11/+47
* Give locations of flag warnings/errorsIan Lynagh2008-08-261-5/+4
* Don't use the cc-options from packages when compiling .hc filesSimon Marlow2008-08-211-1/+7
* Follow changes in the base libraryIan Lynagh2008-07-311-1/+1
* Follow extensible exception changesIan Lynagh2008-07-301-6/+6
* Don't prematurely link shared libraries against the RTS packageSimon Marlow2008-07-241-2/+8
* 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