Improve handling of -fdph-* flags
[ghc-hetmet.git] / compiler / main / DynFlags.hs
2008-09-16 Roman LeshchinskiyImprove handling of -fdph-* flags
2008-09-16 Roman LeshchinskiyAdd -fdph-this
2008-09-12 Roman LeshchinskiyExpose the dph packages automatically if -dph-* is set
2008-09-10 Roman Leshchinskiy-Odph implies -fno-spec-constr-count
2008-09-15 simonpj@microsoft.comDo not use the Static Arg Transformation by default...
2008-09-14 Thomas SchillingHaddockify DynFlags (partial).
2008-09-15 Tim ChevalierSlightly more helpful panic message in DynFlags
2008-09-14 Tim ChevalierComments only: ".core" => ".hcr"
2008-09-10 simonpj@microsoft.comRobustify the setting of implied flags
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghRemove a now-redundant comment
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-12 Simon Marlowput back -fwarn-depcrecations
2008-08-13 simonpj@microsoft.comImprove error message for deprecated flags (Trac #2513)
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-07-31 Max BolingbrokeDocument DynFlags and expand API
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-22 Ian LynaghWarn about unrecognised pragmas; these often mean we...
2008-07-22 Ian LynaghAdd replacements for the -optdep flags, and deprecate...
2008-07-20 Ian LynaghFirst step for getting rid of the old -optdep flags
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-11 Simon MarlowFIX #2302: print FastStrings in UTF-8 in error messages
2008-07-12 Ian LynaghAdd PostfixOperators flag for (e op) postfix operators...
2008-07-09 Ian LynaghRemove all references to -mno-cygwin
2008-07-09 Simon Marlowadd -fwarn-dodgy-foreign-imports (see #1357)
2008-07-08 Ian LynaghExtend the flag for not automatically linking haskell98
2008-07-05 Ian LynaghAdd a flag to disable linking with the haskell98 package
2008-07-02 Roman LeshchinskiyCommand-line options for selecting DPH backend
2008-06-16 simonpj@microsoft.comFix Trac #2321: bug in SAT
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-15 Ian LynaghAllow -X flags to be deprecated, and deprecate RecordPu...
2008-06-14 Ian LynaghGet -recomp and -no-recomp the right way round
2008-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-06-14 Ian LynaghUse a proper datatype, rather than pairs, for flags
2008-06-14 Ian LynaghFix the last warnings in DynFlags
2008-06-14 Ian LynaghWhitespace only in DynFlags
2008-06-06 Ian LynaghShow whether DEBUG is on in ghc --info
2008-06-03 Simon MarlowNew flag: -dno-debug-output
2008-05-30 Simon Marlowdisable SAT for now (see #2321)
2008-05-23 Simon Marlowdon't make -ddump-if-trace imply -no-recomp
2008-05-20 Roman LeshchinskiyAdd -Odph
2008-05-20 Roman LeshchinskiyMake -f[no-]method-sharing a dynamic flag
2008-05-07 Roman LeshchinskiyVectorise even with -O0
2008-04-11 simonpj@microsoft.comRevive the static argument transformation
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-06 simonpj@microsoft.comImprove SpecConstr for local bindings: seed specialisat...
2008-02-22 simonpj@microsoft.comAdd type sigs and minor refactoring
2008-02-07 Simon MarlowRemove old code to get TMPDIR, use System.Directory...
2008-02-11 Roman LeshchinskiySymbolic tags for simplifier phases
2008-02-11 Roman LeshchinskiyAllow -ddump-simpl-phases to specify which phases to...
2008-01-30 Ian LynaghFix warnings on non-Windows
2008-01-27 Twan van LaarhovenFixed warnings in main/DynFlags
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-16 Clemens FruhwirthAdd -dynload flag as dynamic flag.
2008-01-16 Ian LynaghFix typo
2008-01-14 Ian LynaghRemove an extra ) that was breaking the build on Windows
2008-01-12 Ian LynaghUse System.FilePath
2008-01-10 simonpj@microsoft.comFix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRec
2008-01-09 Roman LeshchinskiyMore refactoring in getCoreToDo
2008-01-09 Roman LeshchinskiyAdd -fsimplifier-phases option
2008-01-09 Roman LeshchinskiyRefactor getCoreToDo slightly
2008-01-07 simonpj@microsoft.comAdd -XImpredicativeTypes, and tighten up type-validity...
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-14 Roman LeshchinskiySeparate and optional size thresholds for SpecConstr...
2007-12-13 Roman LeshchinskiyAllow more than 3 simplifier iterations to be run in...
2007-12-13 Roman LeshchinskiyNew flag: -ddump-simpl-phases
2007-11-14 simonpj@microsoft.comRun the -frule-check pass more often (when asked)
2007-11-13 Pepe IborraGHCi debugger: added a new flag, -fno-print-binding...
2007-10-04 Pepe Iborra Leftovers from the 1st GHCi debugger prototype
2007-11-13 Simon MarlowFIX #1653 (partially): add -X flags to completion for...
2007-11-11 Ian LynaghTurn -fprint-bind-result off by default
2007-11-07 Simon Marlow#1617: Add :browse! and various other additions to...
2007-11-01 David WaernRefactor Haddock options
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-10-08 Simon MarlowFIX #1748: -main-is wasn't handling the case of a singl...
2007-09-26 Simon MarlowFIX -stubdir bug: the .hc file was #including the wrong...
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-19 simonpj@microsoft.comFix exponential-time behaviour with type synonyms;...
2007-09-17 Ben.Lippmeier@anu... Add -dasm-lint
2007-09-15 Norman Ramseylay ground for more readable dumping of CmmGraph
2007-09-12 Pepe IborraGHCi debugger: Added a -fprint-evld-with-show flag
2007-09-07 Ben.Lippmeier@anu... Add iterative coalescing to graph coloring allocator
2007-09-11 Pepe IborraGHCi debugger: new flag -fbreak-on-error
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-03 Ben.Lippmeier@anu... Do conservative coalescing in register allocator
2007-09-04 Ian LynaghAdd a -Warn flag
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-25 Ian LynaghAdd "Support SMP" and "RTS ways" to the compiler -...
2007-08-24 Ian LynaghAdd "have interpreter" to the compiler --info output
2007-08-22 Ben.Lippmeier@anu... Refactor cmmNativeGen so dumps can be emitted inline...
2007-08-21 Ben.Lippmeier@anu... Allow redirection of -ddump-* to file
2007-08-17 Ben.Lippmeier@anu... Add dumping of native code gen stats to file.
2007-08-10 Simon MarlowFIX #1271: create manifests, and embed them in executab...
2007-08-21 Simon MarlowFIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorder
next