Whitespace
[ghc-hetmet.git] / compiler /
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...
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 simonpj@microsoft.comFix a knot-tying bug with ghc --make
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-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-17 Clemens FruhwirthAdd hardwire-lib-paths option and make it default for...
2007-07-13 Clemens FruhwirthAdd import facility to cmm parser
2007-07-13 Clemens FruhwirthFix the knot-tying in loopDecls to actually do what...
2007-06-28 Clemens FruhwirthChange package name mangling when linking against DSOs
2007-06-20 Clemens FruhwirthAllow access via manually generated SymbolPtrs. General...
2007-07-27 Simon MarlowPointer Tagging
2007-07-26 Ian LynaghLink with hpc even if GhcWithInterpreter is not set
2007-07-26 Roman LeshchinskiyMark PA dictionaries as __inline_me
2007-07-26 Roman LeshchinskiyAdd missing coercion
2007-07-26 Roman LeshchinskiyMake sure DEFAULT always comes first in generated PA...
2007-07-26 Roman LeshchinskiyFix generation of lengthPA
2007-07-26 Roman LeshchinskiyModify generation of PA dictionaries to match GHC's...
2007-07-26 Roman LeshchinskiyUse the right dictionary when calling lengthPA
2007-07-26 Roman LeshchinskiyAutomatically derive PA for vectorised tycons
2007-07-26 Roman LeshchinskiyPA instance generation code (not used yet)
2007-07-26 Roman LeshchinskiyCreate exported names in vectorisation monads
2007-07-26 Roman LeshchinskiyAdd vectorisation-related OccName derivation scheme
2007-07-25 Roman LeshchinskiyPA dictionary generation
2007-07-25 Roman LeshchinskiyMove code
2007-07-25 Roman LeshchinskiyGenerate replicatePA
2007-07-25 Roman LeshchinskiyGenerate lengthPA method
2007-07-25 Roman LeshchinskiyUse emptyPA in vectorisation
2007-07-25 Roman LeshchinskiyAdd emptyPA to PrelNames
2007-07-25 Roman LeshchinskiyMore refactoring
2007-07-25 Roman LeshchinskiyRefactoring
2007-07-24 Simon MarlowFIX #1215: GHC fails to respect the maximal munch rule...
2007-07-23 Simon MarlowFIX #1555: Remove "exp -> pat" production in stmts
2007-07-19 Ian LynaghCreate .hi-boot and .o-boot files in --make mode; fixes...
2007-07-06 Clemens FruhwirthFix -split-obj on Mac OS via -fasm
2007-07-18 Michael D. AdamsMade the label generation in the Cmm parser more direct
2007-07-16 Michael D. AdamsTypo fix in comment
2007-07-18 Ian LynaghFixes for the unreg build
2007-07-17 Michael D. AdamsFactor 'callerSaveVolatileRegs' out of the NCG and...
2007-07-18 Roman LeshchinskiyRefactoring
2007-07-18 Roman LeshchinskiyBetter names for PArray instance coercions
2007-07-18 Roman LeshchinskiyAdd generated PArray instances to instance environments
2007-07-18 Roman LeshchinskiyNicer names for generated PArray instances
2007-07-18 Roman LeshchinskiyGenerate PArray instances of vectorised tycons
2007-07-18 Roman LeshchinskiyGeneration of DataCons for implicit PArray instances
2007-07-18 Roman LeshchinskiyFix two typos
2007-07-18 Roman LeshchinskiyMore vectorisation-related OccNames
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
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 Ian LynaghFix alphabetical ordering in :? output
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-17 Roman LeshchinskiyHandle unlifted tycons and tuples correctly during...
2007-07-17 Roman LeshchinskiyInitialise global vectorisation environment properly
2007-07-17 Roman LeshchinskiyVectorise type declarations
2007-07-17 Roman LeshchinskiyVectorisation of data declarations (incomplete)
2007-07-17 Roman LeshchinskiyAdd vectorisation environment transformers
2007-07-17 Roman LeshchinskiyRefactor
2007-07-17 Roman LeshchinskiyRemove mapping from tycons to PA dictionaries from...
2007-07-17 Roman LeshchinskiyAdd datacons to vectorisation environment
2007-07-17 Roman LeshchinskiyAdd fixV
next