The Big INLINE Patch: totally reorganise way that INLINE pragmas work
[ghc-hetmet.git] / compiler / vectorise / VectCore.hs
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-07-13 Roman LeshchinskiyFix warnings
2009-07-13 Roman LeshchinskiySeparate length from data in DPH arrays
2009-03-07 Roman LeshchinskiyGenerate lots of __inline_me during vectorisation
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-03 Twan van LaarhovenFixed warnings in vectorise/VectCore
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-08-08 Roman LeshchinskiyVectorise Case on products
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 LeshchinskiyMove vectorisation-related smart constructors into...