index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-38
/
+45
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
4
-16
/
+105
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
8
-325
/
+111
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-3
/
+4
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
4
-237
/
+5
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-3
/
+2
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
7
-23
/
+486
*
Introduce SpecialCaseList::isIn overload for GlobalAliases.
Peter Collingbourne
2013-08-19
1
-0
/
+46
*
Remove SpecialCaseList::findCategory.
Peter Collingbourne
2013-08-19
1
-2
/
+0
*
Relax conditions of test added in r188156 to fix it on Windows
Alexey Samsonov
2013-08-12
1
-1
/
+1
*
Introduce factory methods for SpecialCaseList
Alexey Samsonov
2013-08-12
1
-2
/
+32
*
Make SpecialCaseList match full strings, as documented, using anchors.
Peter Collingbourne
2013-07-16
1
-0
/
+16
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
1
-8
/
+33
*
Add some SpecialCaseList unit tests.
Peter Collingbourne
2013-07-09
2
-0
/
+118
*
Replace UNIXy path with os-independent one in DebugIR unit test
Daniel Malea
2013-06-28
1
-7
/
+8
*
Fix Windows/Darwin build error in DebugIR unit tests
Daniel Malea
2013-06-28
1
-9
/
+19
*
Adding tests for DebugIR pass
Daniel Malea
2013-06-28
5
-1
/
+320
*
Delete the functions F1 and F2 to appease the valgrind bot.
Joey Gouly
2013-04-10
1
-0
/
+3
*
Change CloneFunctionInto to always clone Argument attributes induvidually,
Joey Gouly
2013-04-10
1
-1
/
+28
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
3
-13
/
+13
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
3
-9
/
+8
*
Remove unneeded and invalid SetInsertPoint calls from unittest.
Benjamin Kramer
2012-09-26
1
-8
/
+0
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-26
1
-0
/
+96
*
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
1
-97
/
+0
*
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
1
-0
/
+97
*
Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...
Michael Ilseman
2012-09-25
2
-0
/
+55
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-2
/
+3
*
llvm/unittests: Simplify LINK_COMPONENTS.
NAKAMURA Takumi
2012-06-21
1
-1
/
+1
*
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2012-06-21
2
-0
/
+9
*
Fix inappropriate use of anonymous namespaces in unittests.
Chandler Carruth
2012-06-20
1
-1
/
+3
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
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