continue making the world safe for ConstantDataVector. At this point,
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineVectorOps.cpp
2012-01-27 Chris Lattnercontinue making the world safe for ConstantDataVector...
2012-01-26 Chris Lattnersome general cleanup, using new methods and tidying...
2012-01-24 Chris Lattnerbasic instcombine support for CDS.
2011-10-21 Eli FriedmanMinor simplification: use ShuffleVectorInst::getMaskVal...
2011-10-21 Eli FriedmanExtend instcombine's shufflevector simplification to...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-03-31 Nadav RotemInstcombile optimization: extractelement(cast) -> cast...
2011-02-19 Eli FriedmanPR9218: SimplifyDemandedVectorElts can return a non...
2010-12-01 Jay FoadPR5207: Rename overloaded APInt methods set(), clear...
2010-10-29 Bob WilsonClean up indentation and other whitespace.
2010-10-29 Bob WilsonRemove trailing whitespace.
2010-10-29 Bob WilsonFix 80-column violation.
2010-10-29 Bob WilsonChange instcombine's getShuffleMask to represent undef...
2010-10-29 Bob WilsonMake instcombine a little more aggressive in combining...
2010-08-17 Eric ChristopherTemporarily revert r110987 as it's causing some miscomp...
2010-08-13 Nate BegemanReapply this transformation now that it is passing...
2010-08-12 Eric ChristopherTemporarily revert 110737 and 110734, they were causing...
2010-08-10 Nate BegemanAdd the minimal amount of smarts necessary to instcombi...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-08 Chris Lattnerfix some problems handling large vectors reported in...
2010-01-05 Chris Lattnerreduce indentation
2010-01-05 Chris Lattnersplit vector stuff out to InstCombineVectorOps.cpp