Add "Support SMP" and "RTS ways" to the compiler --info output
[ghc-hetmet.git] / compiler / main / DynFlags.hs
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
2007-07-08 Ian LynaghAdd -XEmptyDataDecls flag
2007-07-08 Ian LynaghSupport the MagicHash extension as a flag and LANGUAGE...
2007-07-08 Ian LynaghTidy up comments in DynFlags
2007-07-05 Simon Marlow-ddump-hi-diffs shouldn't imply -fforce-recomp, that...
2007-06-29 Roman LeshchinskiyAdd -fvectorise
2007-07-02 Ian LynaghRemove prefixMatch and suffixMatch from Util
2007-05-10 Michael D. AdamsHooked the C-- CPS pass into the compilation pipeline
2007-07-02 Ian LynaghRemove the large ghci banner, and the flags to choose...
2007-07-02 Ian Lynagh-fasm doesn't really take an argument
2007-06-30 Ian LynaghTidy up -keep* flags
2007-06-28 simonpj@microsoft.comAdd flags for record extensions; still not working...
2007-06-27 Clemens FruhwirthRenames functions and constructors to fit their new...
2007-06-25 simonpj@microsoft.comClamp -O flag to beween 0 and 2
2007-06-21 simonpj@microsoft.com-fglasgow-exts implies -X=GADTs
2007-06-21 LemmihAdd several new record features
2007-06-21 simonpj@microsoft.comWibble: make -fno-implicit-prelude work
2007-06-20 simonpj@microsoft.comWibbles in flaggery, concerning backward compatibility...
2007-06-20 simonpj@microsoft.comUse -X for language extensions
2007-06-20 andy@galois.comturning back on case liberation when using hpc
2007-06-20 andy@galois.comTurning off case liberation when using the hpc option...
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-11 Isaac DupreeAdd a warning flag for when the Prelude is implicitly...
2007-05-07 Simon Marlowadd defaultObjectTarget to the GHC API
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-04-29 Ian LynaghDon't enable the monomorphism warning by default
2007-04-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-03-22 simonpj@microsoft.comAdd -ddump-mod-cycles to -M behaviour
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-07 simonpj@microsoft.comForce recompilation on all -ddump flags
2007-02-07 simonpj@microsoft.comForce recompilation with -ddump-minimal-imports
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2007-01-11 simonpj@microsoft.comAdd -ddump-rule-firings
2007-01-11 simonpj@microsoft.comImprove command-line parser (add OptIntSuffix); make...
2007-01-09 andy@galois.comAdding command channel for the hpc debugger to the...
2006-12-16 Ian LynaghMerge DynFlags changes 2006-12-17
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-10 Pepe IborraExtend the GHC API with breakpoints and breakpoint...
2006-12-09 andy@galois.comAdding tracing support
2006-12-01 wolfgang.thaller... Decouple -O from -fvia-C
2006-11-29 andy@galois.comTickBox representation change
2006-11-20 Ian LynaghDon't force -static on mips
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-10-04 simonpj@microsoft.comRemove ILX from the GHC altogether (although I left...
next