summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/ValueMapTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-2/+2
* [C++11] Now that the users are gone, rip out the duplicated traits from type_...Benjamin Kramer2014-03-071-1/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-041-1/+1
* [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth2014-03-021-2/+1
* Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation.David Blaikie2014-01-021-2/+2
* Rename 'assert' to something less loaded in CompileAssertHasTypeAlp Toker2014-01-011-1/+1
* Silence g++ 4.9 build issue in unit testsAlp Toker2014-01-011-1/+2
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-071-0/+294
OpenPOWER on IntegriCloud