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-04 | Sort the #include lines for unittest/... | Chandler Carruth |
2012-06-29 | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
2011-03-30 | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad |
2011-02-21 | Simplify RecursivelyDeleteDeadPHINode. The only functionality change | Duncan Sands |
2011-02-20 | Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add a | Nick Lewycky |
2011-02-20 | Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch | Nick Lewycky |