summaryrefslogtreecommitdiff
path: root/compiler/main/SysTools.hs
Commit message (Expand)AuthorAgeFilesLines
* Allow building static libs.Moritz Angermann2016-06-251-0/+2
* Simplify readProcessEnvWithExitCode + set LANGUAGE=CThomas Miedema2016-06-141-39/+13
* Resolve symlinks when attempting to find GHC's lib folder on WindowsTamar Christina2016-04-171-1/+51
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-111-2/+17
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-2/+2
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-3/+3
* LLVM backend: Show expected LLVM version in warnings/errorsÖmer Sinan Ağacan2015-12-181-1/+4
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-2/+8
* DynFlags: remove Opt_StaticThomas Miedema2015-12-151-1/+1
* Make GHC aware of OSAIX and AixLDHerbert Valerio Riedel2015-11-191-0/+4
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+1
* Systools: read ELF section without calling readelfSylvain HENRY2015-11-111-28/+1
* Use full name of LLVM program in error messageErik de Castro Lopo2015-11-041-1/+1
* Systools.hs: Improve detection of GCC and ClangErik de Castro Lopo2015-10-201-2/+2
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-4/+4
* Switch to LLVM version 3.7Erik de Castro Lopo2015-10-141-8/+9
* Fix broken validation Build 6564 and accepting a few other test resultsTamar Christina2015-10-031-1/+1
* Prevent GHC from silently dying when preprocessor is not foundTamar Christina2015-10-031-10/+6
* DynFlags: remove unused sPgm_sysman (#8689)Thomas Miedema2015-09-161-3/+0
* Use a response file for linker command line arguments #10777Michael Snoyman2015-09-021-2/+54
* SysTools: Fix whitespace in error messageBen Gamari2015-08-121-1/+1
* Upgrade GCC to 5.2.0 for Windows x86 and x86_64Tamar Christina2015-08-121-1/+27
* Add framework flags when linking a dynamic libraryChristiaan Baaij2015-08-051-1/+41
* newTempName: Do not include pid in basenameJoachim Breitner2015-06-021-5/+14
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-071-8/+3
* clarify --no-as-needed is only needed on ELFPeter Trommler2015-04-031-1/+10
* Link temporary shared objects with `--no-as-needed`Peter Trommler2015-03-141-5/+14
* Update process submoduleThomas Miedema2015-03-091-4/+5
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-281-6/+6
* Fix system linker on Mac OS XPeter Trommler2014-12-291-1/+19
* LlvmCodeGen cross-compiling fixes (#9895)Erik de Castro Lopo2014-12-291-1/+3
* trac #9744, make program name and product version configurable through DynFla...Luite Stegeman2014-12-201-0/+2
* compiler: de-lhs main/Austin Seipp2014-12-031-0/+1590