summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/VectorUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Code style in VectorUtils.cppElena Demikhovsky2015-08-301-10/+12
* Revert "Revert "New interface function is added to VectorUtils Value *getSpla...Renato Golin2015-08-301-0/+26
* Revert "New interface function is added to VectorUtils Value *getSplatValue(V...Renato Golin2015-08-301-26/+0
* New interface function is added to VectorUtilsElena Demikhovsky2015-08-301-0/+26
* [InstSimplify] Don't assume getAggregateElement will succeedDavid Majnemer2015-08-181-4/+4
* [VectorUtils] Replace 'llvm::' qualification with 'using llvm'David Majnemer2015-08-181-18/+15
* De-constify pointers to Type since they can't be modified. NFCCraig Topper2015-08-011-1/+1
* [InstSimplify] Teach InstSimplify how to simplify extractelementDavid Majnemer2015-07-131-0/+52
* Move getStrideFromPointer and friends from LoopVectorize to VectorUtilsHal Finkel2015-07-111-0/+146
* Move VectorUtils from Transforms to Analysis to correct layering violationDavid Blaikie2015-06-261-0/+213
OpenPOWER on IntegriCloud