summaryrefslogtreecommitdiff
path: root/compiler/iface/FlagChecker.hs
Commit message (Expand)AuthorAgeFilesLines
* Cache the fingerprint of sOpt_PBartosz Nitka2018-03-021-1/+36
* Change how includes for input file directory worksTamar Christina2018-02-191-1/+2
* Allow users to ignore optimization changesDavid Feuer2017-12-111-13/+54
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Implement recompilation checking for -fignore-assertsÖmer Sinan Ağacan2017-07-031-1/+5
* Recompile if -fhpc is added or removed (#11798)Reid Barton2017-03-261-2/+8
* Introduce and use EnumSet in DynFlagsBen Gamari2017-03-151-2/+2
* Fix a Backpack recompilation avoidance bug when signatures change.Edward Z. Yang2017-02-171-0/+4
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-1/+3
* Fix #10923 by fingerprinting optimization level.Edward Z. Yang2016-09-021-2/+8
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-2/+1
* Make -fPIC a dynamic flagIan Lynagh2012-07-161-1/+1
* Make a picPOpts functionIan Lynagh2012-07-161-2/+2
* Omit -osuf/-odir -hisuf/-hidir and -stubdir from the flag checkerSimon Marlow2012-03-011-6/+32
* oops, a Bool is a little *too* lax (#5878)Simon Marlow2012-02-161-1/+2
* Be less conservative about recompiling after changes to -main-is (#5878)Simon Marlow2012-02-161-3/+4
* Don't record outputFile in the hashed flagsSimon Marlow2012-01-031-1/+3
* Take into account -fprof-auto-*Simon Marlow2011-12-071-1/+5
* Keep the flag lists as IntSets rather than listsSimon Marlow2011-11-231-2/+2
* Normalise FilePaths before hashing (fixes base01)Simon Marlow2011-11-111-3/+7
* Remove cruft code from FlagCheckerDavid Terei2011-11-101-103/+1
* Add more flags to the recompilation check (#437)Simon Marlow2011-11-101-19/+21
* Fix #437: recompilation check includes flagsDavid Terei2011-11-091-0/+143