summaryrefslogtreecommitdiff
path: root/compiler/ghci/Linker.hs
Commit message (Expand)AuthorAgeFilesLines
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Check that libs found by GCC aren't foldersAlec Theriault2019-01-071-1/+2
* Merge sections in profiling .a to .p_o and use it whenever it existsZejun Wu2018-12-171-7/+4
* RTS linker: don't crash early when not finding extra-librariesKyrill Briantsev2018-12-111-9/+68
* Stop the linker panicMoritz Angermann2018-08-061-25/+34
* linker: Nub rpathsMoritz Angermann2018-08-011-10/+8
* Fix space leaksSimon Marlow2018-07-161-14/+19
* Fix #9438 by converting a panic to an error messageRyan Scott2018-04-131-2/+13
* Linker: ignore empty paths in addEnvPathsÖmer Sinan Ağacan2018-01-261-6/+13
* Support LIBRARY_PATH and LD_LIBRARY_PATH in rtsBen Gamari2018-01-151-6/+31
* Tweak link order slightly to prefer user shared libs before system ones.Tamar Christina2018-01-151-12/+36
* Optimize linker by minimizing calls to tryGCC to avoid fork/exec overhead.Tamar Christina2017-10-031-20/+105
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-9/+0
* Avoid linear lookup in unload_wkr in the LinkerBartosz Nitka2017-07-221-2/+2
* 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