aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/PathNumbering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add this back in for now. There are still a few passes which create unwind in...Bill Wendling2011-08-031-1/+1
* Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exitsBill Wendling2011-08-031-1/+1
* Remove unused STL header includes.Jay Foad2011-04-231-3/+0
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Implementation of path profiling.Andrew Trick2011-01-291-0/+525