Make dumpIfSet_dyn_or use dumpSDoc
[ghc-hetmet.git] / compiler / iface / BinIface.hs
2011-06-03 Manuel M T ChakravartyPropagate scalar variables and tycons for vectorisation...
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-02 Jose Pedro MagalhaesRemove the hasGenerics field of TyCon, improve the...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-10-25 simonpj@microsoft.comSerialise nested unfoldings across module boundaries
2010-10-21 Ian LynaghSwitch more uniqFromSupply+splitUniqSupply's to takeUni...
2010-10-21 Ian LynaghWhitespace only
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-08-24 Simon Marlowfix do-notation warnings
2009-08-21 Simon MarlowUse explicit Word32/Int32 in place of Int in the on...
2009-08-21 Simon MarlowFix the interface-file incompatibility crash (#3435)
2009-08-20 Simon MarlowMake -dynamic a proper way, so we read the .dyn_hi...
2009-08-18 Thomas SchillingRemove the lock around NameCache for readBinIface.
2009-08-17 Thomas SchillingMake access to NameCache atomic. Sometimes needs a...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-07 Ian LynaghRemove unused imports
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-25 simonpj@microsoft.comFix Trac #3323: naughty record selectors again
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-10 Ian LynaghMove "main/BinIface_HC_OPTS += -O" into a pragma in...
2008-06-02 Simon MarlowFix validate: -Werror bug in patch "Replacing copyins...
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-04 Ian LynaghMake BinIface warning-free
2008-04-26 Ian LynaghRefactor some code a bit, and improve an error
2008-04-26 Ian LynaghWhitespace changes only
2008-03-17 Ian LynaghPrint some extra debugging info when doing --show-iface
2008-03-17 Ian LynaghEliminate a global variable
2008-01-17 Twan van LaarhovenReplace remaining uses of ioToIOEnv by liftIO, remove...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-11 andy@galois.comAdding tick boxes to the interface syntax; fixes #1510
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-15 Manuel M T ChakravartyIface representation of synonym family instances
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-04 Manuel M T ChakravartyIfaceVectInfo and propagation through EPS
2007-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2007-01-08 Simon Marlowfix version checking of .hi files
2006-11-29 andy@galois.comTickBox representation change
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyIntroduce coercions for data instance decls
2006-09-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T ChakravartyExtend Class.Class to include the TyCons of ATs
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-23 Simon Marlowthe unlifted kind
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-22 simonpj@microsoft.comTransmit inline pragmas faithfully
2006-04-07 Simon MarlowReorganisation of the source tree