aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Transforms/Utils/Cloning.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+234
* 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-021-4/+4
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-4/+4
* 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
* 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-271-0/+87