Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
unittests
/
IR
/
ValueHandleTest.cpp
41673c6
Add a new WeakVH value handle; NFC
by Sanjoy Das
· 8 years ago
399b4d0
Rename WeakVH to WeakTrackingVH; NFC
by Sanjoy Das
· 8 years ago
3284bd7
Emulate TrackingVH using WeakVH
by Sanjoy Das
· 8 years ago
263da12
Reverts commit r301424, r301425 and r301426
by Sanjoy Das
· 8 years ago
147a8ed
Add a new WeakVH value handle; NFC
by Sanjoy Das
· 8 years ago
d0cf26e
Rename WeakVH to WeakTrackingVH; NFC
by Sanjoy Das
· 8 years ago
59fff99
[PM] Introduce a PoisoningVH as a (more expensive) alternative to
by Chandler Carruth
· 9 years ago
8be7707
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
c4423f0
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11
by David Blaikie
· 10 years ago
bc9eee72
Replace std::auto_ptr with std::unique_ptr
by David Blaikie
· 10 years ago
c16fc54
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
b177041
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
f4ccd11
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 11 years ago
eb3d76d
[Modules] Move ValueHandle into the IR library where Value itself lives.
by Chandler Carruth
· 11 years ago
[Renamed (98%) from unittests/Support/ValueHandleTest.cpp]
0b8c9a8
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
5a88dda
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
8e68c38
Change all self assignments X=X to (void)X, so that we can turn on a
by Jeffrey Yasskin
· 15 years ago
a51d89c
zap dead code.
by Chris Lattner
· 15 years ago
f352359
Type.h doesn't need to #include LLVMContext.h
by Chris Lattner
· 16 years ago
6a9291a
Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the
by Jeffrey Yasskin
· 16 years ago
1d0be15
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
0d5bd59
To catch bugs like the one fixed in
by Jeffrey Yasskin
· 16 years ago
feba756
Update unittest for LLVM API change.
by Benjamin Kramer
· 16 years ago
a7235ea
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
eed707b
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
9adc0ab
Move EVER MORE stuff over to LLVMContext.
by Owen Anderson
· 16 years ago
0a5372e
Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
by Owen Anderson
· 16 years ago
7ce5536
Fix a compile warning.
by Daniel Dunbar
· 16 years ago
c09b12c
Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me
by Dan Gohman
· 16 years ago
487fa01
Add tests for WeakVH and AssertingVH. These pointed out that the overloads for
by Jeffrey Yasskin
· 16 years ago