Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / main /
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-08-31 Ben.Lippmeier@anu... Fix space leak in NCG
2007-08-31 Simon Marlowcomments only
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-31 Ian LynaghAdd a --print-docdir flag
2007-08-29 Pepe IborraWarning police
2007-08-29 Pepe IborraUNDO: Extend ModBreaks with the srcspan's of the enclos...
2007-08-27 Pepe IborraUse a version of obtainTerm that takes a max depth...
2007-08-27 Pepe IborraBe more careful when calculating the enclosing top...
2007-08-26 Pepe IborraPrint contents of bindings when stopping at a breakpoint
2007-08-24 Pepe IborraA partial attempt to improve :stepover
2007-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
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-24 Simon Marlowwindres also needs the PATH workaround, because it...
2007-08-22 Ben.Lippmeier@anu... Refactor cmmNativeGen so dumps can be emitted inline...
2007-08-22 simonpj@microsoft.comAdd comments about ModGuts instance envts (and re-order...
2007-08-23 Ian LynaghPut a space between gcc and its arguments when calling...
2007-08-23 Ian Lynaghwindres is in bin/, not the top-level directory
2007-08-22 Michael D. AdamsBuild fix: modBreaks -> modBreaks_decls modbreaks
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-22 Pepe IborraA partial attempt to improve :stepover
2007-08-21 Pepe IborraSmall rearrangements
2007-08-21 Pepe IborraExtend ModBreaks with the srcspan's of the enclosing...
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-07 Clemens FruhwirthLink Windows DLLs and OSX dylibs correctly in linkDynLib
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-08-03 Simon MarlowFIX part of #1372, improvements to the recompilation...
2007-08-20 Norman Ramseyannotate C-- calls that do not return
2007-08-18 Ian LynaghImplement --info, and change how can_split is defined
2007-08-18 Ian LynaghUse the qualified name for catch
2007-08-18 Ian LynaghFix trac #1565: :r DoesNotExist needs to remove any...
2007-08-17 Ian LynaghAdd a comment that -Onot is deprecated
2007-08-16 Ian LynaghConvert the remaining _scc_s in the GHC source to pragmas
2007-08-15 Pepe IborraTeach :history to show the name of the enclosing declar...
2007-08-09 Pepe IborraA new :stepover command for the debugger
2007-08-09 Pepe Iborra:step does not delete the :history anymore, and now...
2007-08-11 Ian LynaghAdd a type sig
2007-08-03 Roman LeshchinskiyMake sure PA dfuns are keyed on the vectorised tycon...
2007-08-04 simonpj@microsoft.comIn GHCi, filter instances by what is in scope, not...
2007-08-09 Simon MarlowFIX read030 (error message wibble)
2007-08-08 Magnus JonssonRemoved a dependency on Cabal that caused a build failu...
2007-08-07 Isaac Dupreeremove gratuitous usage of Double in favor of Rational
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-08-05 Ian LynaghFollow Cabal changes
2007-08-05 Ian LynaghAdd a --supported-languages flag
2007-08-05 Ian LynaghWhitespace
2007-08-04 Ian LynaghCanonicalise flags in error message
2007-08-04 Ian LynaghWe now need to pass a version to extensionsToGHCFlag
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-08-03 Roman LeshchinskiyAdd PA dfuns to VectInfo
2007-08-01 Clemens FruhwirthOnly add -rpath to linker invocation when -dynamic
2007-07-17 Clemens FruhwirthAdd hardwire-lib-paths option and make it default for...
2007-06-28 Clemens FruhwirthChange package name mangling when linking against DSOs
2007-07-27 Simon MarlowPointer Tagging
2007-07-19 Ian LynaghCreate .hi-boot and .o-boot files in --make mode; fixes...
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-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-16 Roman LeshchinskiyMake vectorisation part of the optimiser pipeline
2007-07-16 Roman LeshchinskiyAdapt interface file code for vectorisation
2007-07-12 Ian LynaghMerge *UnboxedTuples flags
2007-07-14 Pepe IborraAutomatic RTTI for ghci bindings
2007-07-11 Pepe IborraAsk for a HscEnv instead of a Session in InteractiveEva...
2007-07-14 David WaernFIX panic from the GHC API
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-10 Manuel M T ChakravartyLookup of class and family instances in vectorisation...
2007-07-08 Simon MarlowFIX -fexcess-precision
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
next