Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -4/+4 |
2012-12-04 | Sort the #include lines for unittest/... | Chandler Carruth | 1 | -2/+1 |
2012-06-29 | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 1 | -2/+3 |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 1 | -4/+3 |
2011-03-30 | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad | 1 | -0/+1 |
2011-02-21 | Simplify RecursivelyDeleteDeadPHINode. The only functionality change | Duncan Sands | 1 | -0/+6 |
2011-02-20 | Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add a | Nick Lewycky | 1 | -0/+5 |
2011-02-20 | Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch | Nick Lewycky | 1 | -0/+49 |