Improve runghc's argument handling
[ghc-hetmet.git] / compiler /
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 LynaghAdd some invariants to OrdList
2007-08-18 Ian LynaghFix trac #1565: :r DoesNotExist needs to remove any...
2007-08-17 Ian LynaghMake :i (->) work; fixes trac #1587
2007-08-17 Ian LynaghRemove dupliate "io (revertCAFs)" and discardActiveBrea...
2007-08-17 Ian LynaghAdd a comment that -Onot is deprecated
2007-08-17 Ian LynaghAdd a GhcDebugged build setting, for whether GHC is...
2007-08-17 Ian LynaghMake ghc-inplace understand -v
2007-08-17 Ian LynaghFix description and type profiling
2007-08-16 Ian LynaghConvert the remaining _scc_s in the GHC source to pragmas
2007-08-16 Ian LynaghOptimise Digraph.postOrd, used when finding strongly...
2007-08-16 Ian LynaghReplace _scc_'s in the GHC source with SCC pragmas
2007-08-16 Ian LynaghAdd a deprecated warning for _scc_
2007-08-16 Ian LynaghMake dependencies of source files on Makefiles disableable
2007-08-15 Ian LynaghCosmetic changes only
2007-08-15 Ian LynaghStop ghc-6.7 linking in ghc-inplace.o
2007-08-15 Ian LynaghUse a C program for ghc-inplace
2007-08-16 Pepe IborraDocument :stepover in ghci help
2007-08-15 Pepe IborraSteal the bold trick from :list for :history
2007-08-15 Pepe IborraTeach :history to show the name of the enclosing declar...
2007-08-14 Pepe IborraGeneralize some code dealing with SrcSpan sorting
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-09 Pepe IborraFunctor instance for the GHCi monad
2007-08-15 Ian LynaghFix building GHC with profiling
2007-08-15 Roman LeshchinskiyUse lookupOrig to find built-in NDP-related names
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-12 Ian LynaghGet closer to GhcCompilerWays=p working
2007-08-11 Ian LynaghAdd a type sig
2007-07-29 Ian Lynaghbytestring is now in its own package
2007-08-07 Isaac Dupreemore cmpFS refactoring
2007-08-06 Isaac Dupreeuse 'compare' when using the law of trichotomy
2007-08-06 Isaac Dupreeuse {-# UNPACK #-} !Int rather than explicit Int# ...
2007-08-10 Ian LynaghRemove a duplicate case
2007-08-10 Ian LynaghChange standalone deriving syntax and semantics; fixes...
2007-08-10 simonpj@microsoft.comImprove error message (part of Trac #1606)
2007-08-09 simonpj@microsoft.comPrint fewer parens when pretty-printing HsSyn
2007-08-09 simonpj@microsoft.comPrint more "..." in long lists of declarations
2007-08-08 Roman LeshchinskiyMake the new functions accessible from the vectorisatio...
2007-08-08 Roman LeshchinskiyAdd more NDP functions to PrelNames
2007-08-08 Roman LeshchinskiyPA functions are no longer methods
2007-08-08 Roman LeshchinskiyVectorise Case on products
2007-08-08 Roman LeshchinskiyUtility functions for accessing parallel array represen...
2007-08-08 Roman LeshchinskiyFix bug in vectorised DataCon worker generation
2007-08-08 Roman LeshchinskiyUse dataConTag in flattened array representation
2007-08-08 Roman LeshchinskiyAdd built-in PA dictionary for closures
2007-08-07 Roman LeshchinskiyModify PA dictionary generation to the new record-based...
2007-08-07 Roman LeshchinskiyChange DataCon worker vectorisation to use PA records
2007-08-07 Roman LeshchinskiyAdd built-in PA dictionaries for boxed tuples
2007-08-07 Roman LeshchinskiyTrace more vectorisation failures
2007-08-07 Roman LeshchinskiyMove code
2007-08-07 Roman LeshchinskiyRemove dead code
2007-08-07 Roman LeshchinskiyAssociate vectorised tycons with their PA dfuns
2007-08-07 Roman LeshchinskiyPA is now an explicit record instead of a typeclass
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-07 Roman LeshchinskiySupport for using built-in PA dictionaries for some...
2007-08-07 Roman LeshchinskiyUtility functions for accessing the RdrEnv during vecto...
2007-08-07 Roman LeshchinskiyAdd RdrEnv to vectorisation state
2007-08-03 Roman LeshchinskiyAdd utility functions for accessing PA info during...
2007-08-03 Roman LeshchinskiyMake sure PA dfuns are keyed on the vectorised tycon...
2007-08-03 Roman LeshchinskiyAdd PA dfuns to VectMonad state
2007-08-09 simonpj@microsoft.comFix grouping by module in the mi_exports, for indexed...
2007-08-09 simonpj@microsoft.comTrim imports
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-08-09 simonpj@microsoft.comBetter scoring for loop breakers; fixes simplifier...
2007-08-03 simonpj@microsoft.comRemove dead code
2007-07-14 Clemens FruhwirthjoinToTargets to emit fixup code even when movement...
2007-08-05 simonpj@microsoft.comMake SpecConstr specialise for constant arguments again
2007-08-05 simonpj@microsoft.comComments only: explain why StgConApp is still useful
2007-08-04 simonpj@microsoft.comAdd missing case to sizeofPrimRep
2007-08-04 simonpj@microsoft.comFix Trac #1037
2007-08-04 simonpj@microsoft.comIn GHCi, filter instances by what is in scope, not...
2007-08-04 simonpj@microsoft.comImprove pretty-printing of 'foreign' declarations
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-07 Isaac DupreeNOINLINE the global FastString.string_table
2007-08-06 Isaac Dupreecomment FastMutInt possibilities
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-04 Ian LynaghAdd a comment about when maybePrefixMatch can be removed
2007-08-04 Ian LynaghTypo in a comment
2007-08-03 Simon MarlowFIX -ddump-cmm by temporarily disabling the gc_target...
2007-08-03 Simon MarlowmkLiveness: when calculating the size of a parameter...
2007-08-03 Roman LeshchinskiyAdd PA dfuns to VectInfo
2007-08-02 simonpj@microsoft.comDump renamer output with -ddump-rn for command-line...
2007-08-02 simonpj@microsoft.comFix Trac #1525
2007-08-02 simonpj@microsoft.comWibbble to last fix to generalisation (again!); fixes...
next