aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/IR/ValueMapTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-23Support: make LLVM Mutexes STL-compatibleDylan Noblesmith1-2/+2
2014-06-20Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner1-4/+4
2014-06-20Fix some -Wsign-compare fallout from changing container count member function...David Blaikie1-10/+10
2014-06-18Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner1-4/+4
2014-06-17Fix build breakage caused by change to ValueMapTest.Zachary Turner1-2/+2
2014-06-17Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.Zachary Turner1-7/+7
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-2/+2
2014-03-07[C++11] Now that the users are gone, rip out the duplicated traits from type_...Benjamin Kramer1-1/+2
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+2
2014-03-04[Modules] Move ValueMap to the IR library. While this class does notChandler Carruth1-1/+1
2014-03-02[C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth1-2/+1
2014-01-02Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation.David Blaikie1-2/+2
2014-01-01Rename 'assert' to something less loaded in CompileAssertHasTypeAlp Toker1-1/+1
2014-01-01Silence g++ 4.9 build issue in unit testsAlp Toker1-1/+2
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth1-0/+294