1. 06cb8ed Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 12 years ago
  2. f455101 llvm/unittests: Simplify LINK_COMPONENTS. by NAKAMURA Takumi · 12 years ago
  3. 7c888ee Completely refactor the structuring of unittest CMake files to match the by Chandler Carruth · 12 years ago
  4. 1880e2d Fix inappropriate use of anonymous namespaces in unittests. by Chandler Carruth · 12 years ago
  5. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  6. a920310 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 13 years ago
  7. 562b84b Don't include Operator.h from InstrTypes.h. by Jay Foad · 14 years ago
  8. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
  9. d8b4fb4 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 14 years ago
  10. b4098ba Simplify RecursivelyDeleteDeadPHINode. The only functionality change by Duncan Sands · 14 years ago
  11. eff5e69 Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add a by Nick Lewycky · 14 years ago
  12. 1a4021a Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch by Nick Lewycky · 14 years ago
  13. 06e59e7 Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft. by Nick Lewycky · 15 years ago
  14. 50b6e33 Factor out redundancy from clone() implementations. by Devang Patel · 15 years ago
  15. f352359 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 15 years ago
  16. ac53a0b Introduce and use convenience methods for getting pointer types by Duncan Sands · 15 years ago
  17. 4dd6824 New unit test for the cloning module, which so far only covers cloning of by Nick Lewycky · 15 years ago