| Commit message (Expand) | Author | Age | Files | Lines |
* | Link with libm dynamically (#19877) | Sylvain Henry | 2021-09-22 | 1 | -0/+1 |
* | Move `/includes` to `/rts/include`, sort per package better | John Ericson | 2021-08-09 | 2 | -2/+2 |
* | rts: Break up adjustor logic | Ben Gamari | 2021-07-27 | 1 | -10/+2 |
* | Adds AArch64 Native Code Generator | Moritz Angermann | 2021-06-05 | 1 | -0/+18 |
* | [bindist] inject xattr -c -r . into the darwin install phase | Moritz Angermann | 2021-05-25 | 1 | -0/+7 |
* | Remove dynamic-by-default (#16782) | Sylvain Henry | 2021-04-07 | 7 | -26/+0 |
* | Implement riscv64 LLVM backend | Andreas Schwab | 2021-03-05 | 1 | -1/+1 |
* | Bump win32-tarballs version to 0.3 | Ben Gamari | 2020-10-09 | 1 | -1/+1 |
* | Enable TICKY_TICKY for debug builds when building with makefiles. | David Himmelstrup | 2020-09-11 | 1 | -2/+2 |
* | [macOS] improved runpath handling | Moritz Angermann | 2020-09-07 | 1 | -0/+2 |
* | configure: Avoid hard-coded ld path on Windows | GHC GitLab CI | 2020-09-04 | 1 | -0/+10 |
* | document how build system find toolchains on Windows | Tamar Christina | 2020-08-28 | 1 | -0/+1 |
* | Fix use distro toolchian | Tamar Christina | 2020-08-28 | 1 | -2/+3 |
* | Refactor handling of object merging | Ben Gamari | 2020-08-05 | 1 | -1/+2 |
* | Replace ghcWithNativeCodeGen with a proper Backend datatype | Sylvain Henry | 2020-07-22 | 1 | -13/+0 |
* | get-win32-tarballs: Fix detection of missing tarballs | Ben Gamari | 2020-07-22 | 1 | -1/+3 |
* | hadrian/make: Detect makeindex | Ben Gamari | 2020-06-25 | 1 | -0/+1 |
* | Update `make` based build system | Sylvain Henry | 2020-06-17 | 8 | -10/+10 |
* | Clean up file paths for new module hierarchy | Takenobu Tani | 2020-06-01 | 1 | -3/+3 |
* | Windows: Bump Windows toolchain to 0.2 | Ben Gamari | 2020-05-30 | 1 | -1/+1 |
* | Build a threaded stage 1 if the bootstrapping GHC supports it. | Travis Whitaker | 2020-05-29 | 1 | -0/+3 |
* | get-win32-tarballs: Improve diagnostics output | Ben Gamari | 2020-05-13 | 1 | -2/+8 |
* | get-win32-tarballs: Fix base URL | Ben Gamari | 2020-05-13 | 1 | -1/+0 |
* | Kill wORDS_BIGENDIAN and replace it with platformByteOrder (#17957) | Sylvain Henry | 2020-04-01 | 1 | -0/+1 |
* | Modules: Driver (#13009) | Sylvain Henry | 2020-02-21 | 1 | -1/+1 |
* | Rework handling of win32 toolchain tarballs | Ben Gamari | 2020-02-14 | 2 | -326/+59 |
* | Add two warnings to stage 2 build | Tom Ellis | 2020-01-27 | 1 | -1/+1 |
* | Fix more typos, via an improved Levenshtein-style corrector | Brian Wignall | 2020-01-12 | 2 | -2/+2 |
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2020-01-04 | 1 | -1/+1 |
* | Fix typos, using Wikipedia list of common typos | Brian Wignall | 2019-11-28 | 1 | -1/+1 |
* | Properly account for libdw paths in make build system | Ben Gamari | 2019-11-19 | 1 | -0/+1 |
* | configure: Add --with-libdw-{includes,libraries} flags | Ben Gamari | 2019-11-06 | 1 | -0/+3 |
* | distrib: Fix binary distribution installation | Ben Gamari | 2019-10-29 | 1 | -1/+2 |
* | Don't substitute GccVersion variable | Ben Gamari | 2019-10-29 | 1 | -2/+0 |
* | configure: Drop GccLT46 | Ben Gamari | 2019-10-25 | 2 | -3/+0 |
* | Implement s390x LLVM backend. | Stefan Schulze Frielinghaus | 2019-10-22 | 1 | -2/+2 |
* | Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit. | Tamar Christina | 2019-10-20 | 2 | -61/+126 |
* | Simplify Configure in a few ways | John Ericson | 2019-10-12 | 3 | -6/+4 |
* | Get rid of GHC_PACKAGE_DB_FLAG | John Ericson | 2019-10-07 | 1 | -2/+0 |
* | Remove CONFIGURE_ARGS from configure.ac | John Ericson | 2019-10-07 | 1 | -8/+0 |
* | Factor out a smaller part of Platform for host fallback | John Ericson | 2019-10-04 | 1 | -0/+2 |
* | Make sure all boolean settings entries use `YES` / `NO` | John Ericson | 2019-09-05 | 1 | -5/+4 |
* | Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548) | Joachim Breitner | 2019-08-10 | 1 | -11/+1 |
* | gitlab-ci: Fix doc-tarball job | Ben Gamari | 2019-07-03 | 1 | -2/+2 |
* | Disable optimisation when building Cabal in development flavours | Ben Gamari | 2019-06-15 | 3 | -0/+13 |
* | Maintain separate flags for C++ compiler invocations | Ben Gamari | 2019-06-13 | 1 | -0/+1 |
* | Add `-haddock` to prepare-system.sh and .gitlab-ci.yml | Takenobu Tani | 2019-06-02 | 1 | -1/+1 |
* | Add `-haddock` to perf.mk rather than prepare-system.sh | Takenobu Tani | 2019-06-02 | 1 | -1/+1 |
* | Restore the --coerce option in 'happy' configuration | Vladislav Zavialov | 2019-05-14 | 1 | -2/+1 |
* | Generate settings by make/hadrian instead of configure | John Ericson | 2019-04-30 | 1 | -0/+37 |