summaryrefslogtreecommitdiff
path: root/compiler/main/DriverPipeline.hs
Commit message (Expand)AuthorAgeFilesLines
* Add -fwhole-archive-hs-libsSimon Marlow2017-03-021-5/+21
* Give better error message with you run ghc foo.bkpEdward Z. Yang2017-02-231-0/+4
* Ditch static flagsSylvain Henry2017-02-021-2/+4
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-2/+3
* Always use -Xlinker for -rpathBartosz Nitka2017-01-211-3/+18
* Enable subsections via symbols on iOSDemi Obenour2017-01-101-1/+1
* -dead_strip is now the default on DarwinDemi Obenour2017-01-101-10/+14
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-4/+0
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-0/+4
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-4/+0
* Use C99's boolBen Gamari2016-11-291-3/+3
* Pass -no-pie to GCCBen Gamari2016-11-111-0/+10
* Revert "Pass -no-pie to GCC"Ben Gamari2016-11-101-9/+0
* Pass -no-pie to GCCBen Gamari2016-11-101-0/+9
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-211-1/+1
* Generate a unique symbol for signature object stub files, fixes #12673Edward Z. Yang2016-10-091-5/+10
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-12/+12
* The Backpack patch.Edward Z. Yang2016-10-081-1/+3
* Turn `__GLASGOW_HASKELL_LLVM__` into an integer againNicolas Trangez2016-10-011-1/+5
* Use UniqDFM for HomePackageTableBartosz Nitka2016-06-061-2/+1
* Add -f(no-)version-macro to explicitly control macros.Edward Z. Yang2016-03-301-1/+1
* Don't require -hide-all-packages for MIN_VERSION_* macrosThomas Miedema2016-03-301-7/+8
* Scrap DEC OSF/1 supportHerbert Valerio Riedel2016-03-281-3/+2
* Add option `no-keep-hi-files` and `no-keep-o-files` (fixes #4114)Kai Harries2016-03-241-0/+6
* DriverPipeline: Fix 'unused arguments' warnings from ClangErik de Castro Lopo2016-03-171-8/+24
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-2/+2
* Remove `replaceDynFlags` from `ContainsDynFlags`Thomas Miedema2016-01-241-1/+1
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-4/+3
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-2/+2
* Drop redundant/explicit `=1` in `-DFOO=1` flagsHerbert Valerio Riedel2015-12-311-14/+14
* Use 0/1 instead of YES/NO as `__GLASGOW_HASKELL_TH__` macro valueHerbert Valerio Riedel2015-12-311-2/+2
* Drop redundant `-D__GLASGOW_HASKELL__=...` flagHerbert Valerio Riedel2015-12-311-7/+2
* Export some useful GHC API functions.Edward Z. Yang2015-12-291-1/+19
* Clean up a botched merge.Edward Z. Yang2015-12-261-16/+3
* Add sparc64 a known architecture (Ticket #11211)John Paul Adrian Glaubitz2015-12-191-1/+2
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-4/+5
* Expose enabled language extensions to THBen Gamari2015-12-151-5/+6
* DynFlags: remove Opt_StaticThomas Miedema2015-12-151-4/+4
* Revert "Create empty dump files when there was nothing to dump"Ben Gamari2015-12-031-6/+1
* Create empty dump files when there was nothing to dumpVladimir Trubilov2015-12-021-1/+6
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-59/+24
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+4
* Systools: read ELF section without calling readelfSylvain HENRY2015-11-111-34/+27
* Quote file paths in linker scriptsBen Gamari2015-11-081-1/+1
* driver: use PROGBITS type for .debug-ghc-link-info sectionSylvain HENRY2015-10-301-9/+27
* Implement MIN_VERSION and VERSION macros natively in GHC.Edward Z. Yang2015-10-261-0/+45
* Stop the pipeline when it doesn't need to be run.ghc-validateEdward Z. Yang2015-10-211-3/+3
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-13/+13
* Switch to LLVM version 3.7Erik de Castro Lopo2015-10-141-37/+16
* Deduplicate one-shot/make compile paths.Edward Z. Yang2015-10-051-168/+89