| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new flag for unarised STG dumps | Ömer Sinan Ağacan | 2019-10-23 | 1 | -2/+5 |
* | Rename STAGE macro to GHC_STAGE | Ben Gamari | 2019-10-09 | 1 | -2/+2 |
* | users-guide: Document -XHaskell98 and -XHaskell2010 | Ben Gamari | 2019-10-08 | 1 | -0/+3 |
* | Refactor, document, and optimize LLVM configuration loading | Ben Gamari | 2019-10-07 | 1 | -12/+13 |
* | Always enable the external interpreter | John Ericson | 2019-10-04 | 1 | -9/+8 |
* | Factor out a smaller part of Platform for host fallback | John Ericson | 2019-10-04 | 1 | -1/+1 |
* | Deprecate -fwarn-hi-shadowing, because it was never implemented and is | Daroc Alden | 2019-10-04 | 1 | -1/+2 |
* | DynFlags: Only warn when split-sections is ignored | Ben Gamari | 2019-10-03 | 1 | -2/+2 |
* | Allow users to disable Unicode with an env var | Ron Mordechai | 2019-09-27 | 1 | -1/+5 |
* | Make -fbyte-code prevent unboxed tuples/sums from implying object code (#16876) | Ryan Scott | 2019-09-26 | 1 | -1/+5 |
* | Standalone kind signatures (#16794)wip/top-level-kind-signatures | Vladislav Zavialov | 2019-09-25 | 1 | -0/+4 |
* | PmCheck: Only ever check constantly many models against a single pattern | Sebastian Graf | 2019-09-25 | 1 | -4/+11 |
* | Add -Wderiving-defaults (#15839) | Kari Pahula | 2019-09-25 | 1 | -0/+3 |
* | Add -fkeep-going to make compiler continue despite errors (#15424) | Kari Pahula | 2019-09-23 | 1 | -0/+2 |
* | Add a new flag -dno-typeable-binds for debugging | Ömer Sinan Ağacan | 2019-09-08 | 1 | -2/+5 |
* | Remove Unused flag -ddump-shape [skip ci] | luca | 2019-08-28 | 1 | -4/+0 |
* | Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548) | Joachim Breitner | 2019-08-10 | 1 | -10/+4 |
* | Add a -fprint-axiom-incomps option (#15546) | mniip | 2019-08-07 | 1 | -0/+2 |
* | Introduce a type for "platform word size", use it instead of Int | Ömer Sinan Ağacan | 2019-08-06 | 1 | -9/+6 |
* | Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa... | nineonine | 2019-07-26 | 1 | -2/+7 |
* | Hide "Loading package environment" message with -v0 (fix #16879) | Artem Pelenitsyn | 2019-07-19 | 1 | -168/+32 |
* | Fix formatting of --info's "Debug on" field | Ben Gamari | 2019-07-18 | 1 | -1/+1 |
* | Revert "Add support for SIMD operations in the NCG" | Ben Gamari | 2019-07-16 | 1 | -3/+0 |
* | Expunge #ifdef and #ifndef from the codebase | John Ericson | 2019-07-14 | 1 | -1/+1 |
* | Deduplicate "unique subdir" code between GHC and Cabal | John Ericson | 2019-07-09 | 1 | -10/+2 |
* | Remove most uses of TARGET platform macros | John Ericson | 2019-07-09 | 1 | -5/+7 |
* | Add support for SIMD operations in the NCG | Abhiroop Sarkar | 2019-07-03 | 1 | -0/+3 |
* | Fix stage 1 warnings | Ömer Sinan Ağacan | 2019-07-02 | 1 | -1/+2 |
* | typo in the docs for DynFlags.hs | Artem Pelenitsyn | 2019-06-27 | 1 | -1/+1 |
* | Add -Winferred-safe-imports warning | Oleg Grenrus | 2019-06-25 | 1 | -5/+13 |
* | Move 'Platform' to ghc-boot | John Ericson | 2019-06-19 | 1 | -1/+1 |
* | Remove duplicates from 'ghc --info' output | Alp Mestanogullari | 2019-06-14 | 1 | -5/+0 |
* | Implement the -XUnliftedNewtypes extension. | Andrew Martin | 2019-06-14 | 1 | -0/+1 |
* | Maintain separate flags for C++ compiler invocations | Ben Gamari | 2019-06-13 | 1 | -2/+2 |
* | Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETER | Alp Mestanogullari | 2019-06-11 | 1 | -3/+3 |
* | Warn about unused packages | Yuras Shumovich | 2019-06-11 | 1 | -1/+3 |
* | Inline `Settings` into `DynFlags` | John Ericson | 2019-05-29 | 1 | -85/+109 |
* | Break up `Settings` into smaller structs | John Ericson | 2019-05-29 | 1 | -128/+110 |
* | Include CPP preprocessor dependencies in -M output | David Eichmann | 2019-05-21 | 1 | -0/+7 |
* | Guard CUSKs behind a language pragma | Vladislav Zavialov | 2019-05-14 | 1 | -0/+3 |
* | Remove all target-specific portions of Config.hs | John Ericson | 2019-05-14 | 1 | -20/+39 |
* | Purge TargetPlatform_NAME and cTargetPlatformString | John Ericson | 2019-05-08 | 1 | -1/+2 |
* | Implement ImportQualifiedPost | Shayne Fletcher | 2019-05-08 | 1 | -1/+6 |
* | Remove cGhcEnableTablesNextToCode | John Ericson | 2019-05-06 | 1 | -9/+9 |
* | Show dynamic object files (#16062) | erthalion | 2019-04-16 | 1 | -2/+9 |
* | Add -ddump-stg-final to dump stg as it is used for codegen. | klebinger.andreas@gmx.at | 2019-04-12 | 1 | -0/+3 |
* | removing x87 register support from native code gen | Carter Schonwald | 2019-04-10 | 1 | -8/+12 |
* | GHC no longer ever defines TABLES_NEXT_TO_CODE on its own | Joachim Breitner | 2019-04-09 | 1 | -1/+1 |
* | codegen: use newtype for Alignment in BasicTypes | Artem Pyanykh | 2019-04-09 | 1 | -1/+5 |
* | Add `-optcxx` option (#16477) | Yuriy Syrovetskiy | 2019-04-08 | 1 | -2/+9 |