summaryrefslogtreecommitdiff
path: root/unittests/IR/ValueMapTest.cpp
Commit message (Expand)AuthorAge
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-20
* Fix some -Wsign-compare fallout from changing container count member function...David Blaikie2014-06-20
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-18
* Fix build breakage caused by change to ValueMapTest.Zachary Turner2014-06-17
* Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.Zachary Turner2014-06-17
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* [C++11] Now that the users are gone, rip out the duplicated traits from type_...Benjamin Kramer2014-03-07
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth2014-03-02
* Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation.David Blaikie2014-01-02
* Rename 'assert' to something less loaded in CompileAssertHasTypeAlp Toker2014-01-01
* Silence g++ 4.9 build issue in unit testsAlp Toker2014-01-01
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-07