| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable warnings for unused goto labels | Greg Steuck | 2021-11-25 | 1 | -0/+1 |
* | ghc-cabal, make: Add support for building C++ object code | Ben Gamari | 2021-11-18 | 1 | -1/+3 |
* | Make: Get rid of `BUILD_.*_INCLUDE_DIRS` | John Ericson | 2021-11-16 | 1 | -10/+15 |
* | Make: Get rid of GHC_INCLUDE_DIRS | John Ericson | 2021-11-15 | 1 | -4/+2 |
* | Make: Move remaining built RTS headers to ...build/include | John Ericson | 2021-11-12 | 1 | -1/+1 |
* | make: Futher systematize handling of generated headers | John Ericson | 2021-11-05 | 1 | -5/+1 |
* | Treat generated RTS headers in a more consistent manner | John Ericson | 2021-11-02 | 1 | -1/+4 |
* | make build system: RTS should use dist-install not dist | John Ericson | 2021-10-29 | 1 | -76/+76 |
* | Make build system: Generalize and/or document distdirs | John Ericson | 2021-10-27 | 1 | -1/+1 |
* | rts: Don't rely on configuration when CLEANING=YES | Ben Gamari | 2021-07-28 | 1 | -0/+4 |
* | rts: Introduce and use ExecPage abstraction | Ben Gamari | 2021-07-27 | 1 | -1/+1 |
* | rts: Break up adjustor logic | Ben Gamari | 2021-07-27 | 1 | -9/+21 |
* | Fix libffi on PowerPC | Peter Trommler | 2021-06-28 | 1 | -13/+3 |
* | rts: move xxxHash out of the user namespace | Tamar Christina | 2021-06-24 | 1 | -2/+5 |
* | Allocate Adjustors and mark them readable in two steps | Moritz Angermann | 2021-03-29 | 1 | -1/+1 |
* | [macho] improved linker with proper plt support | Moritz Angermann | 2021-03-29 | 1 | -6/+5 |
* | Implement riscv64 LLVM backend | Andreas Schwab | 2021-03-05 | 1 | -1/+1 |
* | winio: Drop Windows Vista support, require Windows 7 | Tamar Christina | 2020-07-15 | 1 | -2/+2 |
* | rts: Drop compatibility shims for Windows Vista | Ben Gamari | 2020-05-30 | 1 | -1/+1 |
* | Revert "rts: Drop redundant flags for libffi" | Ben Gamari | 2019-12-12 | 1 | -3/+8 |
* | Properly account for libdw paths in make build system | Ben Gamari | 2019-11-19 | 1 | -0/+2 |
* | configure: Add --with-libdw-{includes,libraries} flags | Ben Gamari | 2019-11-06 | 1 | -0/+6 |
* | rts: Drop redundant flags for libffi | Ben Gamari | 2019-11-06 | 1 | -8/+3 |
* | configure: Drop GccLT46 | Ben Gamari | 2019-10-25 | 1 | -3/+0 |
* | Merge non-moving garbage collector | Ben Gamari | 2019-10-23 | 1 | -0/+2 |
|\ |
|
| * | rts: Disable aggregate-return warnings from gcc | Ben Gamari | 2019-10-20 | 1 | -0/+2 |
* | | Implement s390x LLVM backend. | Stefan Schulze Frielinghaus | 2019-10-22 | 1 | -1/+1 |
|/ |
|
* | Simplify Configure in a few ways | John Ericson | 2019-10-12 | 1 | -1/+1 |
* | Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.h | John Ericson | 2019-10-04 | 1 | -6/+19 |
* | rts: RetainerProfile.c: Re-enable and fix warnings | Daniel Gröber | 2019-09-22 | 1 | -1/+0 |
* | Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548) | Joachim Breitner | 2019-08-10 | 1 | -1/+1 |
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 1 | -3/+3 |
* | Remove -Waggregate-return when building RTS | Ömer Sinan Ağacan | 2018-09-20 | 1 | -1/+0 |
* | rts: Disable -fkeep-inline-functions due to lack of support on Clang | Ben Gamari | 2018-07-31 | 1 | -2/+3 |
* | rts: More forceful cc debugging flags | Ben Gamari | 2018-07-27 | 1 | -1/+3 |
* | Make dtrace enabled GHC work as a bootstrap compiler on FreeBSD | Ben Gamari | 2018-06-15 | 1 | -6/+26 |
* | Revert "rts: Compile with gcc -Og" | Ben Gamari | 2018-05-14 | 1 | -1/+1 |
* | rts: Compile with gcc -Og | Ben Gamari | 2018-05-13 | 1 | -1/+1 |
* | rts: Don't disable formatting warning in RetainerSet.c | Ben Gamari | 2018-05-01 | 1 | -1/+0 |
* | Remove MAX_PATH restrictions from RTS, I/O manager and various utilities | Tamar Christina | 2018-03-31 | 1 | -1/+1 |
* | ghc-prim: Emulate C11 atomics when not available | Ben Gamari | 2018-02-03 | 1 | -0/+2 |
* | RTS: Disable warnings in ffi.h | Peter Trommler | 2017-11-15 | 1 | -1/+8 |
* | Update autoconf test for gcc to require 4.7 and up | Peter Trommler | 2017-11-06 | 1 | -6/+0 |
* | FreeBSD dtrace probe support | Ben Gamari | 2017-10-16 | 1 | -7/+33 |
* | Replace hashing function for string keys implementation with xxhash | Tamar Christina | 2017-09-05 | 1 | -0/+2 |
* | Add gen-dll as replacement for dll-split | Tamar Christina | 2017-08-29 | 1 | -5/+19 |
* | rts: Enable USDT probes object on Linux | Ben Gamari | 2017-08-17 | 1 | -1/+5 |
* | rts: Don't build StgCRunAsm.S if unregisterised | Ben Gamari | 2017-05-11 | 1 | -0/+3 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-28 | 1 | -1/+4 |
* | rts: tweak cross-compilation to mingw32 | Sergei Trofimovich | 2017-04-23 | 1 | -5/+5 |