summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
Commit message (Expand)AuthorAgeFilesLines
* Switch RTS cabal file / package conf to use Rts.h not Stg.hJohn Ericson2021-12-011-1/+1
* Make: Move remaining built RTS headers to ...build/includeJohn Ericson2021-11-121-3/+2
* Make: Install RTS headers in `$libdir/rts/include` not `$libdir/include`John Ericson2021-11-121-1/+1
* Make build system: Put make generated include's in RTS distdirsJohn Ericson2021-10-311-2/+1
* make build system: RTS should use dist-install not distJohn Ericson2021-10-291-2/+2
* Check for libatomic dependency for atomic operationsHaochen Tong2021-10-121-0/+3
* configure: Clarify meaning of CabalHaveLibffiBen Gamari2021-09-231-1/+1
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-231-0/+2
* Add -Wl,-U,___darwin_check_fd_set_overflow to rts/package.conf.inMatthew Pickering2021-08-191-0/+4
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-3/+3
* PrimOps: Add CAS op for all int sizesPeter Trommler2021-08-021-4/+0
* rts: Introduce and use ExecPage abstractionBen Gamari2021-07-271-1/+1
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-291-1/+1
* AArch64/arm64 adjustmentsMoritz Angermann2020-11-151-1/+1
* winio: update lockfile signature and remove mistaken symbol in rts.Tamar Christina2020-07-151-2/+0
* winio: Clean up code surrounding IOPort primitives.Andreas Klebinger2020-07-151-0/+4
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-151-0/+8
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-141-0/+8
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-091-2/+0
* Add arithmetic exception primops (#14664)Sylvain Henry2020-02-111-0/+6
* Properly account for libdw paths in make build systemBen Gamari2019-11-191-1/+6
* configure: Add --with-libdw-{includes,libraries} flagsBen Gamari2019-11-061-2/+2
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-041-1/+1
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-1/+1
* Fix warning that 'hugs-options' isn't supported any moreGabor Greif2018-12-191-1/+0
* rts.cabal.in: force inclusion of findPtr/_findPtr symbol only with debug flagAlp Mestanogullari2018-11-221-0/+4
* rts/Printer.c: always define the findPtr symbolAlp Mestanogullari2018-09-121-4/+0
* Force findPtr to be included in the binarySimon Marlow2018-05-161-0/+10
* rts: export new absentSumFieldError from baseSergei Trofimovich2018-05-141-0/+2
* Use SPDX syntax in rts/package.conf.inHerbert Valerio Riedel2018-02-071-1/+1
* rts: fix filename case for mingw32 targetSergei Trofimovich2017-12-051-2/+2
* Add stack traces on crashes on WindowsTamar Christina2017-10-221-0/+1
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-031-0/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-10/+10
* Drop dead code in rts/{Prelude.h,package.conf.in}Moritz Angermann2017-03-261-50/+55
* configure: detect whether -lpthreads is necessary for pthreadsBen Gamari2017-02-281-0/+2
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+6
* Install toplevel handler inside fork.Alexander Vershilov2016-12-021-0/+2
* Hopefully fix build on OS XSimon Marlow2016-11-151-40/+28
* rts: Fix build when linked with goldBen Gamari2016-11-111-11/+2
* rts/package.conf.in: Fix CPP usageErik de Castro Lopo2016-10-231-1/+1
* Add hs_try_putmvar()Simon Marlow2016-09-121-0/+2
* Add atomic operations to package.conf.inalexbiehl2016-07-301-0/+108
* NUMA supportSimon Marlow2016-06-101-1/+3
* Fix detection and use of `USE_LIBDW`Erik de Castro Lopo2016-06-011-1/+1
* rts: Kill PAPI supportBen Gamari2015-11-181-6/+3
* Enforce linkage with pthread library on OpenBSDKarel Gardas2015-11-011-0/+8
* Libdw: Add libdw-based stack unwindingBen Gamari2015-10-171-0/+4
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-1/+1
* compiler: fix trac issue #9817Marios Titas2014-12-101-2/+2