aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/SSAUpdater.h
Commit message (Expand)AuthorAgeFilesLines
* comment fix: weakvh -> tracking vhChris Lattner2009-12-221-2/+2
* Add an explicit keyword.Dan Gohman2009-10-241-1/+1
* Strip trailing white space.Duncan Sands2009-10-161-10/+10
* add a simple helper method.Chris Lattner2009-10-101-0/+4
* add ability for clients of SSAUpdater to find out about theChris Lattner2009-10-101-1/+10
* add the ability to get a rewritten value from the middle of a block,Chris Lattner2009-10-101-3/+27
* rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect Chris Lattner2009-10-101-4/+4
* Implement an efficient and fully general SSA update mechanism that Chris Lattner2009-10-101-0/+71