aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/PtrUseVisitor.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-14SROA: Allow eliminating addrspacecasted allocasMatt Arsenault1-1/+7
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-08-18[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko1-1/+5
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