summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-083-9/+9
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-171-1/+1
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-171-3/+1
* Fix most of PR10367.Rafael Espindola2014-05-161-1/+1
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-161-2/+3
* 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
* DebugIRTests: Fixup for r204130.NAKAMURA Takumi2014-03-181-1/+1
* [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
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-062-13/+14
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-231-3/+4
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-073-6/+5
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-102-0/+4
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-062-0/+103
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-191-0/+122
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-191-0/+46
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-191-2/+0
* Relax conditions of test added in r188156 to fix it on WindowsAlexey Samsonov2013-08-121-1/+1
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-121-2/+32
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-161-0/+16
* Implement categories for special case lists.Peter Collingbourne2013-07-091-8/+33
* Add some SpecialCaseList unit tests.Peter Collingbourne2013-07-092-0/+118
* Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea2013-06-281-7/+8
* Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea2013-06-281-9/+19
* Adding tests for DebugIR passDaniel Malea2013-06-285-1/+320
* 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-023-13/+13
* Sort the #include lines for unittest/...Chandler Carruth2012-12-043-9/+8
* Remove unneeded and invalid SetInsertPoint calls from unittest.Benjamin Kramer2012-09-261-8/+0
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-261-0/+96
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-251-97/+0
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-251-0/+97
* Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman2012-09-252-0/+55
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-2/+3
* llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2012-06-211-1/+1
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-212-0/+9
* 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
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-4/+3
OpenPOWER on IntegriCloud