aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Commit message (Expand)AuthorAgeFilesLines
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-2/+2
* fix some problems handling large vectors reported in PR6230Chris Lattner2010-02-081-1/+2
* reduce indentationChris Lattner2010-01-051-4/+7
* split vector stuff out to InstCombineVectorOps.cppChris Lattner2010-01-051-0/+557