summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-3/+3
* Include LD_OPTS when building the RTS shared libsSimon Marlow2014-04-071-1/+4
* Fix inplace dynamic linking on OS X (#8266)Christiaan Baaj2014-01-281-2/+4
* Fix specification of -z origin for gold.Austin Seipp2014-01-071-1/+1
* Correctly set relative rpath for OS X (#8266)Austin Seipp2013-10-251-1/+4
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-111-0/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-3/+3
* Remove DYNAMIC_GHC_PROGRAMS tests in the linkerSimon Marlow2013-08-221-4/+0
* Fix dynlib paths in the RTS too; part of #7833Ian Lynagh2013-06-221-0/+1
* Don't use -finline-limit with Clang.Austin Seipp2013-06-211-0/+2
* Cleaning fixes, and other build system tweaks; part of #7941Ian Lynagh2013-06-141-6/+6
* Make sure the RTS is built, even when no programs are being built with stage1Ian Lynagh2013-05-101-1/+1
* Generate dependencies for .cmm files properlyIan Lynagh2013-05-091-3/+6
* Fix the name of libffiIan Lynagh2013-05-091-12/+13
* Fix build on OS XIan Lynagh2013-04-301-2/+4
* Fix buildIan Lynagh2013-04-281-2/+2
* Add -L flags to libs.depend (fixes #7465)Ian Lynagh2013-04-281-1/+3
* Tidy up some build system codeIan Lynagh2013-04-281-2/+2
* When linking with $ORIGIN rpaths, use the "-z origin" linker flag tooIan Lynagh2013-04-271-1/+1
* Follow build system changes in integer-gmpIan Lynagh2013-04-201-1/+1
* Rename the FFI DLL to libffi.dll for consistencyIan Lynagh2013-04-061-5/+7
* Fix installationIan Lynagh2013-04-031-3/+2