Age | Commit message (Expand) | Author |
---|---|---|
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-07-15 | Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes | Chandler Carruth |
2012-02-06 | [unwind removal] We no longer have 'unwind' instructions being generated, so | Bill Wendling |
2011-08-03 | Add this back in for now. There are still a few passes which create unwind in... | Bill Wendling |
2011-08-03 | Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exits | Bill Wendling |
2011-04-23 | Remove unused STL header includes. | Jay Foad |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-01-29 | Implementation of path profiling. | Andrew Trick |