[C++11] Use 'nullptr'.
[oota-llvm.git] / unittests / IR / ValueMapTest.cpp
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...