summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM] Port LowerExpectIntrinsic to the new pass manager.Chandler Carruth2015-01-241-20/+28
* [PM] Change LowerExpectIntrinsic to actually return true when it hasChandler Carruth2015-01-241-1/+4
* [PM] Use a more appropriate name for the statistics variable inChandler Carruth2015-01-241-3/+4
* [PM] Switch tihs code to use a range based for loop over the function.Chandler Carruth2015-01-241-6/+4
* [PM] Use a SmallVector instead of std::vector to avoid heap allocationsChandler Carruth2015-01-241-7/+6
* [PM] Pull the two helpers for this pass into static functions. There areChandler Carruth2015-01-241-21/+16
* [PM] Add a basic doxygen comment for this pass.Chandler Carruth2015-01-241-0/+6
* [PM] Clean up the formatting of the LowerExpectIntrinsic pass prior toChandler Carruth2015-01-241-23/+17
* [PM] Move the LowerExpectIntrinsic pass to the Scalar library.Chandler Carruth2015-01-241-0/+188
OpenPOWER on IntegriCloud