summaryrefslogtreecommitdiff
path: root/lib/Analysis/PtrUseVisitor.cpp
Commit message (Expand)AuthorAge
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* Hoist the GEP constant address offset computation to a common home onChandler Carruth2012-12-11
* Add a new visitor for walking the uses of a pointer value.Chandler Carruth2012-12-10