summaryrefslogtreecommitdiff
path: root/unittests/Transforms
Commit message (Expand)AuthorAge
* CloneFunction: Clone all attributes, including the CCReid Kleckner2014-03-26
* DebugIRTests: Fixup for r204130.NAKAMURA Takumi2014-03-18
* [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
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-06
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-19
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-19
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-19
* Relax conditions of test added in r188156 to fix it on WindowsAlexey Samsonov2013-08-12
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-12
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-16
* Implement categories for special case lists.Peter Collingbourne2013-07-09
* Add some SpecialCaseList unit tests.Peter Collingbourne2013-07-09
* Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea2013-06-28
* Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea2013-06-28
* Adding tests for DebugIR passDaniel Malea2013-06-28
* 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
* Remove unneeded and invalid SetInsertPoint calls from unittest.Benjamin Kramer2012-09-26
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-26
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-25
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-25
* Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman2012-09-25
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2012-06-21
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-21
* 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
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-30
* Simplify RecursivelyDeleteDeadPHINode. The only functionality changeDuncan Sands2011-02-21
* Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add aNick Lewycky2011-02-20
* Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. PatchNick Lewycky2011-02-20
* 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