summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Properly account for libdw paths in make build systemBen Gamari2019-11-191-0/+2
* configure: Add --with-libdw-{includes,libraries} flagsBen Gamari2019-11-061-0/+6
* rts: Drop redundant flags for libffiBen Gamari2019-11-061-8/+3
* configure: Drop GccLT46Ben Gamari2019-10-251-3/+0
* Merge non-moving garbage collectorBen Gamari2019-10-231-0/+2
|\
| * rts: Disable aggregate-return warnings from gccBen Gamari2019-10-201-0/+2
* | Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-1/+1
|/
* Simplify Configure in a few waysJohn Ericson2019-10-121-1/+1
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-041-6/+19
* rts: RetainerProfile.c: Re-enable and fix warningsDaniel Gröber2019-09-221-1/+0
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-3/+3
* Remove -Waggregate-return when building RTSÖmer Sinan Ağacan2018-09-201-1/+0
* rts: Disable -fkeep-inline-functions due to lack of support on ClangBen Gamari2018-07-311-2/+3
* rts: More forceful cc debugging flagsBen Gamari2018-07-271-1/+3
* Make dtrace enabled GHC work as a bootstrap compiler on FreeBSDBen Gamari2018-06-151-6/+26
* Revert "rts: Compile with gcc -Og"Ben Gamari2018-05-141-1/+1
* rts: Compile with gcc -OgBen Gamari2018-05-131-1/+1
* rts: Don't disable formatting warning in RetainerSet.cBen Gamari2018-05-011-1/+0
* Remove MAX_PATH restrictions from RTS, I/O manager and various utilitiesTamar Christina2018-03-311-1/+1
* ghc-prim: Emulate C11 atomics when not availableBen Gamari2018-02-031-0/+2
* RTS: Disable warnings in ffi.hPeter Trommler2017-11-151-1/+8
* Update autoconf test for gcc to require 4.7 and upPeter Trommler2017-11-061-6/+0
* FreeBSD dtrace probe supportBen Gamari2017-10-161-7/+33
* Replace hashing function for string keys implementation with xxhashTamar Christina2017-09-051-0/+2
* Add gen-dll as replacement for dll-splitTamar Christina2017-08-291-5/+19
* rts: Enable USDT probes object on LinuxBen Gamari2017-08-171-1/+5
* rts: Don't build StgCRunAsm.S if unregisterisedBen Gamari2017-05-111-0/+3
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-1/+4
* rts: tweak cross-compilation to mingw32Sergei Trofimovich2017-04-231-5/+5
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-4/+1
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-1/+4
* Drop copy step from the rts/ghc.mkMoritz Angermann2017-02-281-12/+1
* Apply SplitSections to all C compilationsSimon Brenner2017-02-111-4/+0
* Typos in commentsGabor Greif2016-10-211-1/+1
* Fix detection and use of `USE_LIBDW`Erik de Castro Lopo2016-06-011-8/+0
* Runtime linker: Break m32 allocator out into its own fileErik de Castro Lopo2016-05-251-1/+1
* Rework CC/CC_STAGE0 handling in `configure.ac`Herbert Valerio Riedel2016-04-161-1/+1
* Add NCG support for AIX/ppc32Herbert Valerio Riedel2016-03-241-0/+1
* Use stage1 build variables when building the RTSReid Barton2016-01-271-1/+1
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-3/+3
* rts: Kill PAPI supportBen Gamari2015-11-181-27/+0
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+4
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-071-1/+14
* Libdw: Add libdw-based stack unwindingBen Gamari2015-10-171-0/+8
* Build system: simplify install.mk.inThomas Miedema2015-08-211-2/+2
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-0/+3
* Rename $1_$2_$3_LIB_NAME to LIB_FILE.Edward Z. Yang2015-06-221-2/+2
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* Replaced SEH handles with VEH handlers which should work uniformly across x86...Tamar Christina2015-03-031-7/+7