index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
1
-1
/
+1
*
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-11
1
-0
/
+1
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-4
/
+3
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
1
-0
/
+1
*
Simplify RecursivelyDeleteDeadPHINode. The only functionality change
Duncan Sands
2011-02-21
1
-0
/
+6
*
Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add a
Nick Lewycky
2011-02-20
1
-0
/
+5
*
Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch
Nick Lewycky
2011-02-20
1
-0
/
+49
*
Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.
Nick Lewycky
2010-03-13
1
-36
/
+89
*
Factor out redundancy from clone() implementations.
Devang Patel
2009-10-27
1
-28
/
+28
*
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-27
1
-0
/
+1
*
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-10-06
1
-1
/
+1
*
New unit test for the cloning module, which so far only covers cloning of
Nick Lewycky
2009-09-27
3
-0
/
+119