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-06-02 | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer |
2012-05-08 | Allow NULL LoopPassManager argument in UnrollLoop. PR12734. | Andrew Trick |
2011-12-18 | - Use getExitingBlock instead of getExitingBlocks. | Jakub Staszak |
2011-12-09 | SplitBlockPredecessors uses ArrayRef instead of Data and Size. | Jakub Staszak |
2011-12-09 | Add -unroll-runtime for unrolling loops with run-time trip counts. | Andrew Trick |