aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Transforms/Utils/Cloning.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+3
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-3/+2
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+3
2014-07-28[Debug Info] add DISubroutineType and its creation takes DITypeArray. Manman Ren1-1/+1
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-2/+2
2014-04-22This reverts r206828 until David has time to figure out that is going on.Quentin Colombet1-25/+19
2014-04-21Use unique_ptr to handle ownership of Value*s in Cloning unit tests.David Blaikie1-19/+25
2014-03-26CloneFunction: Clone all attributes, including the CCReid Kleckner1-0/+23
2014-03-18[C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne1-2/+2
2014-03-12unittests: Fix -Werror buildJustin Bogner1-2/+2
2014-03-12Add parens around && clauses in a || to appease the compiler.Eli Bendersky1-2/+2
2014-03-12Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...Alon Mishne1-1/+211
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-04-10Delete the functions F1 and F2 to appease the valgrind bot.Joey Gouly1-0/+3
2013-04-10Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly1-1/+28
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-4/+4
2012-06-20Fix inappropriate use of anonymous namespaces in unittests.Chandler Carruth1-1/+3
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-07-25Convert GetElementPtrInst to use ArrayRef.Jay Foad1-1/+1
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad1-0/+1
2010-03-13Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.Nick Lewycky1-36/+89
2009-10-27Factor out redundancy from clone() implementations.Devang Patel1-28/+28
2009-10-27Type.h doesn't need to #include LLVMContext.hChris Lattner1-0/+1
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands1-1/+1
2009-09-27New unit test for the cloning module, which so far only covers cloning ofNick Lewycky1-0/+87