summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/ValueMapTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-5/+5
* Document end of anonymous namespaces, NFCDuncan P. N. Exon Smith2016-04-021-1/+1
* [lit] Fix running gtest type-parameterized tests on WindowsReid Kleckner2015-04-061-1/+2
* Support: make LLVM Mutexes STL-compatibleDylan Noblesmith2014-08-231-2/+2
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-201-4/+4
* Fix some -Wsign-compare fallout from changing container count member function...David Blaikie2014-06-201-10/+10
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-181-4/+4
* Fix build breakage caused by change to ValueMapTest.Zachary Turner2014-06-171-2/+2
* Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.Zachary Turner2014-06-171-7/+7
* [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