IR: Allow vectors of halfs to be ConstantDataVectors
[oota-llvm.git] / unittests / IR / ValueMapTest.cpp
2015-04-06 Reid Kleckner[lit] Fix running gtest type-parameterized tests on...
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
2014-06-20 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-20 David BlaikieFix some -Wsign-compare fallout from changing container...
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-17 Zachary TurnerFix build breakage caused by change to ValueMapTest.
2014-06-17 Zachary TurnerExpose ValueMap's mutex type as a typedef instead of...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-07 Benjamin Kramer[C++11] Now that the users are gone, rip out the duplic...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-02 Chandler Carruth[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
2014-01-02 David BlaikieUse LLVM_STATIC_ASSERT rather than a hand-rolled implem...
2014-01-01 Alp TokerRename 'assert' to something less loaded in CompileAsse...
2014-01-01 Alp TokerSilence g++ 4.9 build issue in unit tests
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...