Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e8aab7480c2550b51fd60d6eb102b361e70931d7
/
llvm
/
unittests
/
IR
/
ValueMapTest.cpp
13044d1c
Support: make LLVM Mutexes STL-compatible
by Dylan Noblesmith
· 11 years ago
c04b892
Revert "Replace Execution Engine's mutex with std::recursive_mutex."
by Zachary Turner
· 11 years ago
7c8d139
Fix some -Wsign-compare fallout from changing container count member functions to return unsigned instead of bool.
by David Blaikie
· 11 years ago
62ce4e8
Replace Execution Engine's mutex with std::recursive_mutex.
by Zachary Turner
· 11 years ago
b07f1e1
Fix build breakage caused by change to ValueMapTest.
by Zachary Turner
· 11 years ago
814a493
Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.
by Zachary Turner
· 11 years ago
66f09ad
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
bcc77b0
[C++11] Now that the users are gone, rip out the duplicated traits from type_traits.h
by Benjamin Kramer
· 12 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
a4ea269
[Modules] Move ValueMap to the IR library. While this class does not
by Chandler Carruth
· 12 years ago
cf01800
[C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have
by Chandler Carruth
· 12 years ago
2801070
Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation.
by David Blaikie
· 12 years ago
1878762
Rename 'assert' to something less loaded in CompileAssertHasType
by Alp Toker
· 12 years ago
daef78c
Silence g++ 4.9 build issue in unit tests
by Alp Toker
· 12 years ago
74b6a77
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
by Chandler Carruth
· 13 years ago
[Renamed from llvm/unittests/VMCore/ValueMapTest.cpp]
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
f12dd37
re-enable unittest
by Dylan Noblesmith
· 14 years ago
7c14a55
Don't include Operator.h from InstrTypes.h.
by Jay Foad
· 15 years ago
96ef39a
Revert 119600 to unbreak the build. Francois, please investigate.
by Jim Grosbach
· 15 years ago
ce52087
Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ().
by Francois Pichet
· 15 years ago
38d7733
Move ValueMapTest from ADT to VMCore so that ADT doesn't need to link in "core".
by Dan Gohman
· 15 years ago
[Renamed from llvm/unittests/ADT/ValueMapTest.cpp]
67f8b16
Remove the ValueMap copy constructor. It's not used anywhere,
by Duncan Sands
· 15 years ago
cb59bfa
Fix the ValueMap copy constructor. The issue is that the map keys are value
by Duncan Sands
· 15 years ago
9a2652b
Use non-bool values for .count.
by Bill Wendling
· 15 years ago
f58e8c0
silence some unused-value warnings.
by Chris Lattner
· 16 years ago
c8cee4f
Only run this mutex test if threading is enabled. This fixes PR5395.
by Duncan Sands
· 16 years ago
26a7ae4
Type.h doesn't need to #include LLVMContext.h
by Chris Lattner
· 16 years ago
61ade25
Fix stylistic and documentation problems in ValueMap found by Nick Lewycky and
by Jeffrey Yasskin
· 16 years ago
4546d31
Try r84890 again (adding ValueMap<>), now that I've tested the compile on
by Jeffrey Yasskin
· 16 years ago
66db004
Revert r84890, which broke the linux build.
by Jeffrey Yasskin
· 16 years ago
6b80e6e
Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use
by Jeffrey Yasskin
· 16 years ago