| Commit message (Expand) | Author | Age | Files | Lines |
* | Maintain separate flags for C++ compiler invocationswip/T16738 | Ben Gamari | 2019-06-12 | 1 | -1/+1 |
* | Fix space leaks in dynLoadObjs (#16708) | Ryan Scott | 2019-05-31 | 1 | -7/+7 |
* | Inline `Settings` into `DynFlags` | John Ericson | 2019-05-29 | 1 | -1/+1 |
* | Allow for multiple linker instances. Fixes Haskell portion of #3372. | Julian Leviston | 2019-05-21 | 1 | -93/+64 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -1/+1 |
* | Check that libs found by GCC aren't folders | Alec Theriault | 2019-01-07 | 1 | -1/+2 |
* | Merge sections in profiling .a to .p_o and use it whenever it exists | Zejun Wu | 2018-12-17 | 1 | -7/+4 |
* | RTS linker: don't crash early when not finding extra-libraries | Kyrill Briantsev | 2018-12-11 | 1 | -9/+68 |
* | Stop the linker panic | Moritz Angermann | 2018-08-06 | 1 | -25/+34 |
* | linker: Nub rpaths | Moritz Angermann | 2018-08-01 | 1 | -10/+8 |
* | Fix space leaks | Simon Marlow | 2018-07-16 | 1 | -14/+19 |
* | Fix #9438 by converting a panic to an error message | Ryan Scott | 2018-04-13 | 1 | -2/+13 |
* | Linker: ignore empty paths in addEnvPaths | Ömer Sinan Ağacan | 2018-01-26 | 1 | -6/+13 |
* | Support LIBRARY_PATH and LD_LIBRARY_PATH in rts | Ben Gamari | 2018-01-15 | 1 | -6/+31 |
* | Tweak link order slightly to prefer user shared libs before system ones. | Tamar Christina | 2018-01-15 | 1 | -12/+36 |
* | Optimize linker by minimizing calls to tryGCC to avoid fork/exec overhead. | Tamar Christina | 2017-10-03 | 1 | -20/+105 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | Drop GHC 7.10 compatibility | Ryan Scott | 2017-08-01 | 1 | -9/+0 |
* | Avoid linear lookup in unload_wkr in the Linker | Bartosz Nitka | 2017-07-22 | 1 | -2/+2 |
* | Refactor temp files cleanup | Douglas Wilson | 2017-06-08 | 1 | -2/+6 |
* | askCc should be using the linker, not the compiler | Simon Marlow | 2017-03-31 | 1 | -1/+1 |
* | ghci/Linker.hs: Fix a typo in error message | Ömer Sinan Ağacan | 2017-03-24 | 1 | -1/+1 |
* | Introduce putLogMsg | Ben Gamari | 2017-03-15 | 1 | -9/+8 |
* | Add GCC bin folder to search path. | Tamar Christina | 2017-03-06 | 1 | -2/+4 |
* | Extend Windows runtime loader libsearch | Tamar Christina | 2017-03-02 | 1 | -4/+7 |
* | Load `pthreads` by default on Windows | Tamar Christina | 2017-02-26 | 1 | -1/+13 |
* | Ditch static flags | Sylvain Henry | 2017-02-02 | 1 | -3/+5 |
* | Always use -Xlinker for -rpath | Bartosz Nitka | 2017-01-21 | 1 | -4/+9 |
* | Fix abort and import lib search on Windows | Tamar Christina | 2017-01-15 | 1 | -1/+3 |
* | Simplify CPP logic as we now need v7.10 for bootstrapping | Gabor Greif | 2017-01-13 | 1 | -5/+1 |
* | Allow use of the external interpreter in stage1. | Shea Levy | 2016-12-20 | 1 | -0/+10 |
* | Revert "Allow use of the external interpreter in stage1." | Tamar Christina | 2016-12-19 | 1 | -10/+0 |
* | Allow use of the external interpreter in stage1. | Shea Levy | 2016-12-17 | 1 | -0/+10 |
* | Make globals use sharedCAF | Moritz Angermann | 2016-12-11 | 1 | -22/+22 |
* | Revert "Make globals use sharedCAF" | Ben Gamari | 2016-11-30 | 1 | -22/+22 |
* | Make globals use sharedCAF | Moritz Angermann | 2016-11-29 | 1 | -22/+22 |
* | Some minor linker cleanups. | Tamar Christina | 2016-11-06 | 1 | -1/+1 |
* | Align GHCi's library search order more closely with LDs | Tamar Christina | 2016-10-31 | 1 | -3/+4 |
* | Add and use a new dynamic-library-dirs field in the ghc-pkg info | Duncan Coutts | 2016-10-21 | 1 | -1/+2 |
* | Distinguish between UnitId and InstalledUnitId. | Edward Z. Yang | 2016-10-08 | 1 | -12/+15 |
* | Annotate initIfaceCheck with usage information. | Edward Z. Yang | 2016-08-21 | 1 | -1/+1 |
* | Kill two instances of uniqSetToList | Bartosz Nitka | 2016-06-07 | 1 | -9/+8 |
* | Use UniqDFM for HomePackageTable | Bartosz Nitka | 2016-06-06 | 1 | -2/+1 |
* | Use UniqDSet for finding free names in the Linker | Bartosz Nitka | 2016-06-02 | 1 | -3/+4 |
* | Add Windows import library support to the Runtime Linker | Tamar Christina | 2016-04-17 | 1 | -16/+34 |
* | Print which warning-flag controls an emitted warning | Michael Walker | 2016-02-25 | 1 | -3/+8 |
* | Remote GHCi: parallelise BCO serialization | Simon Marlow | 2016-02-02 | 1 | -2/+2 |
* | Replace calls to `ptext . sLit` with `text` | Jan Stolarek | 2016-01-18 | 1 | -17/+17 |
* | Link command line libs to temp so | Peter Trommler | 2016-01-15 | 1 | -1/+13 |
* | Enable stack traces with ghci -fexternal-interpreter -prof | Simon Marlow | 2016-01-08 | 1 | -21/+31 |