swap <[]> and <{}> syntax
[ghc-hetmet.git] / compiler / simplCore / CSE.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2009-12-11 simonpj@microsoft.comUse full equality for CSE
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
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-12-05 simonpj@microsoft.comComments only
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CSE
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-26 Twan van LaarhovenFixed warnings in simplCore/CSE
2008-01-04 simonpj@microsoft.comWhite space and comments only
2007-11-12 simonpj@microsoft.comImprove documentation of INLINE, esp its interactions...
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-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-05-04 simonpj@microsoft.comWarning police
2007-05-03 simonpj@microsoft.comLess voluminous debug
2007-04-25 simonpj@microsoft.comImprove hashing of expressions for CSE (reduces warning...
2006-10-18 simonpj@microsoft.comSpelling in comment
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-17 simonpj@microsoft.comDo not CSE in INLINE and NOINLINE things
2006-04-07 Simon MarlowReorganisation of the source tree