Chandler Carruth
|
5a88dda4be
Sort the #include lines for unittest/...
|
12 years ago |
Jeffrey Yasskin
|
8e68c38735
Change all self assignments X=X to (void)X, so that we can turn on a
|
14 years ago |
Chris Lattner
|
a51d89ce16
zap dead code.
|
15 years ago |
Chris Lattner
|
f3523592b2
Type.h doesn't need to #include LLVMContext.h
|
16 years ago |
Jeffrey Yasskin
|
6a9291ad55
Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the
|
16 years ago |
Owen Anderson
|
1d0be15f89
Push LLVMContexts through the IntegerType APIs.
|
16 years ago |
Jeffrey Yasskin
|
0d5bd59553
To catch bugs like the one fixed in
|
16 years ago |
Benjamin Kramer
|
feba7562ec
Update unittest for LLVM API change.
|
16 years ago |
Owen Anderson
|
a7235ea724
Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are
|
16 years ago |
Owen Anderson
|
eed707b1e6
Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.
|
16 years ago |
Owen Anderson
|
9adc0abad3
Move EVER MORE stuff over to LLVMContext.
|
16 years ago |
Owen Anderson
|
0a5372ed3e
Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
|
16 years ago |
Daniel Dunbar
|
7ce55362c7
Fix a compile warning.
|
16 years ago |
Dan Gohman
|
c09b12c622
Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me
|
16 years ago |
Jeffrey Yasskin
|
487fa01673
Add tests for WeakVH and AssertingVH. These pointed out that the overloads for
|
16 years ago |