summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/PtrUseVisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SROA: Allow eliminating addrspacecasted allocasMatt Arsenault2019-06-141-1/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-08-181-1/+5
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-4/+3
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-021-1/+1
* Hoist the GEP constant address offset computation to a common home onChandler Carruth2012-12-111-23/+1
* Add a new visitor for walking the uses of a pointer value.Chandler Carruth2012-12-101-0/+58
OpenPOWER on IntegriCloud