index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
Support
/
ValueHandleTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change all self assignments X=X to (void)X, so that we can turn on a
Jeffrey Yasskin
2010-12-23
1
-2
/
+2
*
zap dead code.
Chris Lattner
2010-09-01
1
-1
/
+0
*
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-27
1
-0
/
+1
*
Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the
Jeffrey Yasskin
2009-10-12
1
-0
/
+81
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-10
/
+10
*
To catch bugs like the one fixed in
Jeffrey Yasskin
2009-08-07
1
-0
/
+7
*
Update unittest for LLVM API change.
Benjamin Kramer
2009-07-31
1
-3
/
+3
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-1
/
+1
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-1
/
+1
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-2
/
+3
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-6
/
+11
*
Fix a compile warning.
Daniel Dunbar
2009-05-18
1
-1
/
+1
*
Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me
Dan Gohman
2009-05-02
1
-0
/
+136
*
Add tests for WeakVH and AssertingVH. These pointed out that the overloads for
Jeffrey Yasskin
2009-04-27
1
-0
/
+181