aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/PathNumbering.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-07-15Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth1-1/+1
2012-02-06[unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling1-2/+2
2011-08-03Add this back in for now. There are still a few passes which create unwind in...Bill Wendling1-1/+1
2011-08-03Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exitsBill Wendling1-1/+1
2011-04-23Remove unused STL header includes.Jay Foad1-3/+0
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-01-29Implementation of path profiling.Andrew Trick1-0/+525