aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
AgeCommit message (Expand)Author
2010-08-17Temporarily revert r110987 as it's causing some miscompares inEric Christopher
2010-08-13Reapply this transformation now that it is passing the external test which it...Nate Begeman
2010-08-12Temporarily revert 110737 and 110734, they were causing failuresEric Christopher
2010-08-10Add the minimal amount of smarts necessary to instcombine of shufflevectors t...Nate Begeman
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2010-02-08fix some problems handling large vectors reported in PR6230Chris Lattner
2010-01-05reduce indentationChris Lattner
2010-01-05split vector stuff out to InstCombineVectorOps.cppChris Lattner