summaryrefslogtreecommitdiff
path: root/lib/Analysis/PathNumbering.cpp
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-15
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-06
* Add this back in for now. There are still a few passes which create unwind in...Bill Wendling2011-08-03
* Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exitsBill Wendling2011-08-03
* Remove unused STL header includes.Jay Foad2011-04-23
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Implementation of path profiling.Andrew Trick2011-01-29