summaryrefslogtreecommitdiff
path: root/compiler/main/DynFlags.hs
Commit message (Expand)AuthorAgeFilesLines
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-10/+4
* Add a -fprint-axiom-incomps option (#15546)mniip2019-08-071-0/+2
* Introduce a type for "platform word size", use it instead of IntÖmer Sinan Ağacan2019-08-061-9/+6
* Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa...nineonine2019-07-261-2/+7
* Hide "Loading package environment" message with -v0 (fix #16879)Artem Pelenitsyn2019-07-191-168/+32
* Fix formatting of --info's "Debug on" fieldBen Gamari2019-07-181-1/+1
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-161-3/+0
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-1/+1
* Deduplicate "unique subdir" code between GHC and CabalJohn Ericson2019-07-091-10/+2
* Remove most uses of TARGET platform macrosJohn Ericson2019-07-091-5/+7
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-031-0/+3
* Fix stage 1 warningsÖmer Sinan Ağacan2019-07-021-1/+2
* typo in the docs for DynFlags.hsArtem Pelenitsyn2019-06-271-1/+1
* Add -Winferred-safe-imports warningOleg Grenrus2019-06-251-5/+13
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Remove duplicates from 'ghc --info' outputAlp Mestanogullari2019-06-141-5/+0
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-141-0/+1
* Maintain separate flags for C++ compiler invocationsBen Gamari2019-06-131-2/+2
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-111-3/+3
* Warn about unused packagesYuras Shumovich2019-06-111-1/+3
* Inline `Settings` into `DynFlags`John Ericson2019-05-291-85/+109
* Break up `Settings` into smaller structsJohn Ericson2019-05-291-128/+110
* Include CPP preprocessor dependencies in -M outputDavid Eichmann2019-05-211-0/+7
* Guard CUSKs behind a language pragmaVladislav Zavialov2019-05-141-0/+3
* Remove all target-specific portions of Config.hsJohn Ericson2019-05-141-20/+39
* Purge TargetPlatform_NAME and cTargetPlatformStringJohn Ericson2019-05-081-1/+2
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-1/+6
* Remove cGhcEnableTablesNextToCodeJohn Ericson2019-05-061-9/+9
* Show dynamic object files (#16062)erthalion2019-04-161-2/+9
* Add -ddump-stg-final to dump stg as it is used for codegen.klebinger.andreas@gmx.at2019-04-121-0/+3
* removing x87 register support from native code genCarter Schonwald2019-04-101-8/+12
* GHC no longer ever defines TABLES_NEXT_TO_CODE on its ownJoachim Breitner2019-04-091-1/+1
* codegen: use newtype for Alignment in BasicTypesArtem Pyanykh2019-04-091-1/+5
* Add `-optcxx` option (#16477)Yuriy Syrovetskiy2019-04-081-2/+9
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-6/+6
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-7/+7
* Rip out object splittingBen Gamari2019-03-051-20/+5
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-271-2/+2
* Fix regression incorrectly advertising TH supportHerbert Valerio Riedel2019-02-231-0/+8
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-141-1/+7
* NCG: fast compilation of very large strings (#16190)Sylvain Henry2019-02-141-0/+6
* Add `-fplugin-trustworthy` to avoid marking modules as unsafeZejun Wu2019-02-041-0/+3
* Add -fdefer-diagnostics to defer and group diagnostic messages in make-modeZejun Wu2019-01-311-0/+2
* Change comments as requested by code review. #10857Roland Senn2019-01-161-1/+1
* GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857Roland Senn2019-01-161-0/+17
* Add -Wmissing-deriving-strategieschessai2019-01-061-0/+2
* Fix recompilation checking of pure pluginsDaniel Gröber2018-12-121-0/+7
* Explicitly pass -fno-PIC to C compiler on linuxZejun Wu2018-12-111-1/+3
* Support generating HIE filesAlec Theriault2018-12-111-3/+19