summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Session.hs
Commit message (Expand)AuthorAgeFilesLines
* -ddump-llvm shouldn't imply -fllvmBen Gamari2022-06-281-1/+1
* Flags to disable local let-floating; -flocal-float-out, -flocal-float-out-top...Vanessa McHale2022-06-221-0/+16
* Deprecate TypeInType extensionHaskellMouse2022-06-061-1/+13
* HsToCore.Coverage: Purge DynFlagswip/coverage-configJohn Ericson2022-06-021-8/+1
* Make -fcompact-unwind the defaultMatthew Pickering2022-06-011-8/+9
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-28/+33
* Don't store LlvmConfig into DynFlagsSylvain Henry2022-05-171-21/+2
* driver: Introduce pgmcxxBen Gamari2022-05-171-1/+6
* Fix several note referencesKrzysztof Gogolewski2022-05-021-1/+1
* Enable eventlog support in all ways by defaultBen Gamari2022-04-271-1/+4
* Basic response file supportBen Gamari2022-04-271-8/+51
* Drop libtool path from settings fileBen Gamari2022-04-251-6/+1
* Include the way string in the file name for dump files.Andreas Klebinger2022-04-221-1/+5
* Add -dkeep-comments flag to keep comments in the parserAlan Zimmerman2022-04-201-0/+2
* Add flag -fprof-manual which controls if GHC should honour manual cost centres.Andreas Klebinger2022-04-081-0/+2
* Rename [] to List (#21294)Vladislav Zavialov2022-04-071-0/+1
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-061-0/+1
* driver: Make object merging optionalBen Gamari2022-04-061-2/+3
* Avoid redundant imports of GHC.Driver.SessionSylvain Henry2022-03-231-1/+0
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-1/+3
* Worker/wrapper: Preserve float barriers (#21150)Sebastian Graf2022-03-131-1/+2
* Rename -fprof-late-ccs to -fprof-lateAndreas Klebinger2022-03-121-1/+1
* StgToCmm.cgTopBinding: no isNCG, use binBlobThreshdoyougnu2022-03-021-5/+7
* Ticky profiling improvements.Matthew Pickering2022-03-021-0/+2
* Ticky: Gate tag-inference dummy ticky-counters behind a flag.Andreas Klebinger2022-02-251-0/+2
* Introduce predicate for when to enable source notes (needSourceNotes)Matthew Pickering2022-02-231-0/+6
* Reinstallable GHCZubin Duggal2022-02-211-0/+5
* Tag inference work.Andreas Klebinger2022-02-121-1/+8
* Add late cost centre supportAndreas Klebinger2022-02-101-0/+1
* Rename -merge-objs flag to --merge-objsBen Gamari2022-02-091-1/+1
* StgToCmm: Get rid of GHC.Driver.Session importsJohn Ericson2022-02-081-31/+1
* Fix some notesMatthew Pickering2022-02-081-2/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-011-3/+3
* Consistently upper-case "Note ["Ben Gamari2022-02-011-2/+2
* Improve migration strategy for the XDG compliance change to the GHC applicationZubin Duggal2022-01-311-3/+19
* CmmToAsm: Drop ncgExpandTopBen Gamari2022-01-291-2/+0
* Ctd. #18087: complete :since: info for all warnings in users guideAndreas Abel2022-01-271-0/+1
* Add -fcompact-unwindRobert Hensing2022-01-241-0/+6
* Fix parsing & printing of unboxed sumssheaf2022-01-111-0/+4
* Multiple Home UnitsMatthew Pickering2021-12-281-0/+55
* Introduce -dlint flagBen Gamari2021-12-211-0/+18
* Rename -fcatch-bottoms to -fcatch-nonexhaustive-casesBen Gamari2021-12-211-1/+1
* codeGen: Introduce flag to bounds-check array accessesBen Gamari2021-12-211-0/+1
* Plugin load order should follow the commandline order (fixes #17884)Andrei Barbu2021-12-151-0/+2
* ghc-bin: Add --merge-objs modeBen Gamari2021-12-141-0/+7
* Remove `optLevel` from `DynFlags` (closes #20500)Gergo ERDI2021-12-091-17/+28
* Add `Opt_CoreConstantFolding` to turn on constant folding (#20500)Gergo ERDI2021-12-091-0/+3
* Dump non-module specific info to file #20316Carrie Xu2021-12-011-5/+6
* Make ambient MinGW support a proper settingsJohn Ericson2021-11-271-1/+2
* Add `llvmOptLevel` to `DynFlags` (#20500)Gergo ERDI2021-11-251-1/+3