summaryrefslogtreecommitdiff
path: root/unittests/Transforms/Utils/Cloning.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* This reverts r206828 until David has time to figure out that is going on.Quentin Colombet2014-04-22
* Use unique_ptr to handle ownership of Value*s in Cloning unit tests.David Blaikie2014-04-21
* CloneFunction: Clone all attributes, including the CCReid Kleckner2014-03-26
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* unittests: Fix -Werror buildJustin Bogner2014-03-12
* Add parens around && clauses in a || to appease the compiler.Eli Bendersky2014-03-12
* Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...Alon Mishne2014-03-12
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Delete the functions F1 and F2 to appease the valgrind bot.Joey Gouly2013-04-10
* Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly2013-04-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Fix inappropriate use of anonymous namespaces in unittests.Chandler Carruth2012-06-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.Nick Lewycky2010-03-13
* Factor out redundancy from clone() implementations.Devang Patel2009-10-27
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-27
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* New unit test for the cloning module, which so far only covers cloning ofNick Lewycky2009-09-27