don't make -ddump-if-trace imply -no-recomp
[ghc-hetmet.git] / compiler / main / DynFlags.hs
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
2007-08-07 Clemens FruhwirthAdd __PIC__ define for -fPIC compiled C code
2007-08-07 Clemens FruhwirthRemove unused -optdll option.
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-08-18 Ian LynaghImplement --info, and change how can_split is defined
2007-08-17 Ian LynaghAdd a comment that -Onot is deprecated
2007-08-05 Ian LynaghAdd a --supported-languages flag
2007-08-04 Ian LynaghCanonicalise flags in error message
2007-08-04 Ian LynaghFix -fallow* flags
2007-08-04 Ian LynaghRename Opt_Allow* to Opt_* to match the language names
2007-08-04 Ian LynaghRename Opt_TH to Opt_TemplateHaskell to match the langu...
2007-08-04 Ian LynaghAdd -fparr deprecated flag, and change -XParr to -XPArr
2007-08-04 Ian LynaghRename Opt_FFI to Opt_ForeignFunctionInterface to match...
2007-08-04 Ian LynaghRemove many of the new flag variants permitted
2007-07-16 Ian Lynagh-w should turn off /all/ options, not just the -Wall...
2007-07-16 Ian LynaghImplement -fwarn-dodgy-imports
2007-07-16 Roman LeshchinskiyMake vectorisation part of the optimiser pipeline
2007-07-12 Ian LynaghMerge *UnboxedTuples flags
2007-07-10 Ian LynaghOpt_GlasgowExts is no longer used, so remove it
2007-07-10 Ian LynaghImplement -XStandaloneDeriving, the lexer is now glaext...
2007-07-10 Ian LynaghImplement -XDeriveDataTypeable flag
2007-07-09 Ian LynaghAdd flag -XConstrainedClassMethods
2007-07-09 Ian LynaghAdd -XUnliftedFFITypes flag
2007-07-09 Ian LynaghImplement unboxed tuples flags
2007-07-09 Ian LynaghDefine -XPartiallyAppliedClosedTypeSynonyms flag
2007-07-09 Ian LynaghAdd -XPatternSigs flag
2007-07-09 Ian LynaghAdd -XTypeOperators flag
2007-07-09 Ian LynaghAdd -fprint-explicit-foralls flag; fixes trac #1474
2007-07-09 Ian LynaghAdd -XFlexibleContexts flag
2007-07-09 Ian LynaghAdd -XExistentialQuantification flag
2007-07-09 Ian LynaghImplement -XPolymorphicComponents
2007-07-09 Ian LynaghImplement -XUnicodeSyntax
2007-07-08 Ian LynaghAdd flags for Rank2Types and RankNTypes
2007-07-08 Ian LynaghMake CPP a -X flag
2007-07-08 Ian LynaghAdd PatternGuards flag
2007-07-08 Ian LynaghAdd flags for TypeSynonymInstances and FlexibleInstances
2007-07-08 Ian LynaghImplement -XFunctionalDependencies
2007-07-08 Ian LynaghImplement -XRecursiveDo
2007-07-08 Ian LynaghImplement -XGeneralizedNewtypeDeriving
2007-07-08 Ian LynaghAdd -XParallelListComp
2007-07-08 Ian LynaghAdd -XMultiParamTypeClasses flag
2007-07-08 Ian LynaghImplement -XKindSignatures
next