summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Utils/Cloning.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Transforms: Fix a use of the old DebugLoc in unittestsDuncan P. N. Exon Smith2015-03-301-3/+3
* [opaque pointer type] gep API migrationDavid Blaikie2015-03-141-1/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-3/+2
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+3
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-3/+2
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+3
* [Debug Info] add DISubroutineType and its creation takes DITypeArray. Manman Ren2014-07-281-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-2/+2
* This reverts r206828 until David has time to figure out that is going on.Quentin Colombet2014-04-221-25/+19
* Use unique_ptr to handle ownership of Value*s in Cloning unit tests.David Blaikie2014-04-211-19/+25
* CloneFunction: Clone all attributes, including the CCReid Kleckner2014-03-261-0/+23
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-181-2/+2
* unittests: Fix -Werror buildJustin Bogner2014-03-121-2/+2
* Add parens around && clauses in a || to appease the compiler.Eli Bendersky2014-03-121-2/+2
* Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...Alon Mishne2014-03-121-1/+211
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* 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
OpenPOWER on IntegriCloud