aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-38/+45
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-094-16/+105
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-238-325/+111
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-214-237/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-247-23/+486
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-191-0/+46
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-191-2/+0
* Relax conditions of test added in r188156 to fix it on WindowsAlexey Samsonov2013-08-121-1/+1
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-121-2/+32
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-161-0/+16
* Implement categories for special case lists.Peter Collingbourne2013-07-091-8/+33
* Add some SpecialCaseList unit tests.Peter Collingbourne2013-07-092-0/+118
* Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea2013-06-281-7/+8
* Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea2013-06-281-9/+19
* Adding tests for DebugIR passDaniel Malea2013-06-285-1/+320
* Delete the functions F1 and F2 to appease the valgrind bot.Joey Gouly2013-04-101-0/+3
* Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly2013-04-101-1/+28
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-023-13/+13
* Sort the #include lines for unittest/...Chandler Carruth2012-12-043-9/+8
* Remove unneeded and invalid SetInsertPoint calls from unittest.Benjamin Kramer2012-09-261-8/+0
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-261-0/+96
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-251-97/+0
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-251-0/+97
* Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman2012-09-252-0/+55
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-2/+3
* llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2012-06-211-1/+1
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-212-0/+9
* Fix inappropriate use of anonymous namespaces in unittests.Chandler Carruth2012-06-201-1/+3
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-1/+1
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-4/+3
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-0/+1
* Simplify RecursivelyDeleteDeadPHINode. The only functionality changeDuncan Sands2011-02-211-0/+6
* Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add aNick Lewycky2011-02-201-0/+5
* Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. PatchNick Lewycky2011-02-201-0/+49
* Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.Nick Lewycky2010-03-131-36/+89
* Factor out redundancy from clone() implementations.Devang Patel2009-10-271-28/+28
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-271-0/+1
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-1/+1
* New unit test for the cloning module, which so far only covers cloning ofNick Lewycky2009-09-273-0/+119