summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/PtrUseVisitor.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-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