Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
llvm
/
unittests
/
IR
/
ValueHandleTest.cpp
03b42e4
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
774b584
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11
by David Blaikie
· 10 years ago
17ab82c
Replace std::auto_ptr with std::unique_ptr
by David Blaikie
· 10 years ago
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
66f09ad
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
4220e9c
[Modules] Move ValueHandle into the IR library where Value itself lives.
by Chandler Carruth
· 12 years ago
[Renamed (98%) from llvm/unittests/Support/ValueHandleTest.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
9b43f33
Change all self assignments X=X to (void)X, so that we can turn on a
by Jeffrey Yasskin
· 15 years ago
2333b12
zap dead code.
by Chris Lattner
· 15 years ago
26a7ae4
Type.h doesn't need to #include LLVMContext.h
by Chris Lattner
· 16 years ago
406ac81
Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the
by Jeffrey Yasskin
· 16 years ago
55f1c09
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
6bf87df
To catch bugs like the one fixed in
by Jeffrey Yasskin
· 16 years ago
93468cd
Update unittest for LLVM API change.
by Benjamin Kramer
· 16 years ago
5a1acd9
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
by Owen Anderson
· 16 years ago
edb4a70
Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.
by Owen Anderson
· 16 years ago
b6b2530
Move EVER MORE stuff over to LLVMContext.
by Owen Anderson
· 16 years ago
53a5221
Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
by Owen Anderson
· 16 years ago
5d81654
Fix a compile warning.
by Daniel Dunbar
· 16 years ago
745ad44
Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me
by Dan Gohman
· 16 years ago
41f2477
Add tests for WeakVH and AssertingVH. These pointed out that the overloads for
by Jeffrey Yasskin
· 16 years ago