summaryrefslogtreecommitdiff
path: root/compiler/ghci/Linker.hs
Commit message (Expand)AuthorAgeFilesLines
* Refactor temp files cleanupDouglas Wilson2017-06-081-2/+6
* askCc should be using the linker, not the compilerSimon Marlow2017-03-311-1/+1
* ghci/Linker.hs: Fix a typo in error messageÖmer Sinan Ağacan2017-03-241-1/+1
* Introduce putLogMsgBen Gamari2017-03-151-9/+8
* Add GCC bin folder to search path.Tamar Christina2017-03-061-2/+4
* Extend Windows runtime loader libsearchTamar Christina2017-03-021-4/+7
* Load `pthreads` by default on WindowsTamar Christina2017-02-261-1/+13
* Ditch static flagsSylvain Henry2017-02-021-3/+5
* Always use -Xlinker for -rpathBartosz Nitka2017-01-211-4/+9
* Fix abort and import lib search on WindowsTamar Christina2017-01-151-1/+3
* Simplify CPP logic as we now need v7.10 for bootstrappingGabor Greif2017-01-131-5/+1
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-0/+10
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-10/+0
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-0/+10
* Make globals use sharedCAFMoritz Angermann2016-12-111-22/+22
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-22/+22
* Make globals use sharedCAFMoritz Angermann2016-11-291-22/+22
* Some minor linker cleanups.Tamar Christina2016-11-061-1/+1
* Align GHCi's library search order more closely with LDsTamar Christina2016-10-311-3/+4
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-211-1/+2
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-12/+15
* Annotate initIfaceCheck with usage information.Edward Z. Yang2016-08-211-1/+1
* Kill two instances of uniqSetToListBartosz Nitka2016-06-071-9/+8
* Use UniqDFM for HomePackageTableBartosz Nitka2016-06-061-2/+1
* Use UniqDSet for finding free names in the LinkerBartosz Nitka2016-06-021-3/+4
* Add Windows import library support to the Runtime LinkerTamar Christina2016-04-171-16/+34
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-3/+8
* Remote GHCi: parallelise BCO serializationSimon Marlow2016-02-021-2/+2
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-17/+17
* Link command line libs to temp soPeter Trommler2016-01-151-1/+13
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-21/+31
* Don't drop last char of file if -osuf contains dotThomas Miedema2015-12-241-1/+1
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-13/+3
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-242/+302
* DynFlags: remove Opt_StaticThomas Miedema2015-12-151-5/+6
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-171-8/+18
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-071-35/+51
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-32/+42
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-11/+11
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-2/+1
* Add short library names support to Windows linkerTamar Christina2015-10-101-3/+7
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-30/+16
* Switch from recording IsBootInterface to recording full HscSource.Edward Z. Yang2015-07-221-1/+1
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-16/+30
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-30/+16
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-06-011-11/+11
* Revert "In ghci linker, link against all previous temp sos (#10322)"Austin Seipp2015-05-191-11/+11
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-05-191-11/+11
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-16/+30
* Refactor: follow hlint suggestions in Linker.hsThomas Miedema2015-03-191-10/+6