summaryrefslogtreecommitdiff
path: root/lib/Analysis/PtrUseVisitor.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-1/+1
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-4/+3
2014-03-02[C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth1-1/+1
2012-12-11Hoist the GEP constant address offset computation to a common home onChandler Carruth1-23/+1
2012-12-10Add a new visitor for walking the uses of a pointer value.Chandler Carruth1-0/+58