ghc-hetmet.git
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.comImprovd documentation for overlapping instances
2007-08-09 simonpj@microsoft.comBetter scoring for loop breakers; fixes simplifier...
2007-08-03 simonpj@microsoft.comRemove dead code
2007-08-09 Simon MarlowCabal depends on -package unix when GHC <= 6.2
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 Ian LynaghFix the use of emptyCopyFlags
2007-08-08 Magnus JonssonRemoved a dependency on Cabal that caused a build failu...
2007-08-07 Ian LynaghAdd blurb in the user guide re stdout buffering differi...
2007-08-06 Duncan CouttsUse emptyRegisterFlags and emptyCopyFlags for reduced...
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-05 Ian LynaghAdd Distribution.System to compat
2007-08-04 Ian LynaghCanonicalise flags in error message
2007-08-04 Ian LynaghCanonicalise the flag format in the user guide
2007-08-04 Ian LynaghWe now need to pass a version to extensionsToGHCFlag
2007-08-04 Ian LynaghFix -fallow* flags
2007-08-04 Ian LynaghAdd more of Cabal to compat
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 Ian LynaghUpdate the boring file
2007-08-03 Ian LynaghCatch exceptions on Windows, to stop it popping up...
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 Ian LynaghAdd a --ignore-failure flag to push-all script
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...
2007-08-01 simonpj@microsoft.comSmall error-message change
2007-08-02 Roman LeshchinskiyVectorise DataCon workers
2007-08-02 Roman LeshchinskiyInclude original tycon in PAInstance
2007-08-02 Roman LeshchinskiyMore refactoring
2007-08-02 Roman LeshchinskiyRefactoring
2007-08-02 Roman LeshchinskiyThread lifting context implicitly in the vectorisation...
2007-08-01 Roman LeshchinskiyFix calls to replicatePA
2007-08-01 Roman LeshchinskiyTrace vectorisation failures
2007-08-01 Roman LeshchinskiyReuse the lifting context Var
2007-08-01 Roman LeshchinskiyMove code
2007-08-01 Roman LeshchinskiyNicer names for hoisted functions
2007-08-01 Roman LeshchinskiyImprove closure generation for functions with multiple...
2007-08-01 Roman LeshchinskiyRename functions
2007-08-01 Roman LeshchinskiyUse new closure generation code in vectorisation
2007-07-31 Roman LeshchinskiyMore vectorisation-related smart constructors
2007-07-31 Roman LeshchinskiyUse VectCore stuff in vectorisation
2007-07-31 Roman LeshchinskiyMove vectorisation-related smart constructors into...
2007-07-31 Roman LeshchinskiyUse a Var instead of a CoreExpr as the lifting context...
2007-07-31 Roman LeshchinskiySimplify handling of variables during vectorisation
2007-07-31 Roman LeshchinskiySimplify closure generation code
2007-07-31 Roman LeshchinskiyNew closure generation code
2007-07-31 Roman LeshchinskiyRefactoring
2007-07-26 Roman LeshchinskiyOptimise parallel arrays of products
2007-08-01 Simon MarlowFIX recent PPC crashes introduced by the pointer-taggin...
2007-08-01 Simon Marlowrevert accidental modification of version number
2007-08-01 simonpj@microsoft.comFix a knot-tying bug with ghc --make
2007-08-01 simonpj@microsoft.comSpelling error
2007-07-06 simonpj@microsoft.comClarify comments
2007-08-01 simonpj@microsoft.comFix generalisation during type inference (again); fixes...
2007-08-01 Clemens FruhwirthOnly add -rpath to linker invocation when -dynamic
2007-08-01 Simon Marlowfix the hardtop test for ghc-6.2.x, and make it notice...
2007-07-31 Simon Marlowcompile the -inplace programs using $(HC), not $(GHC)
2007-07-30 Ian LynaghMake lndir work on Windows (by copying)
2007-07-30 Ian LynaghMake lndir whitespace consistent
2007-07-30 Ian LynaghSet hardtop_plat to hardtop to find out what, if anythi...
2007-07-30 Ian LynaghUse our own (Haskell) pwd to find the tree root
2007-07-30 Ian Lynagh#1559 is worked around elsewhere, so validate no longer...
2007-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
next