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
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some of the memcheck errors found in the JIT unittests.
Jeffrey Yasskin
2010-02-11
1
-4
/
+6
*
Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't
Jeffrey Yasskin
2010-01-26
1
-5
/
+0
*
Revert 94484. Re-disable unittests that need RTTI.
Bob Wilson
2010-01-26
1
-0
/
+5
*
Re-enable unit tests disabled in r94164 by telling GTest about the
Jeffrey Yasskin
2010-01-26
1
-5
/
+0
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-0
/
+5
*
NamedMDNode is a collection MDNodes.
Devang Patel
2010-01-05
1
-1
/
+1
*
don't unittest mdnode printing, we have disassembler tests for this.
Chris Lattner
2009-12-31
1
-18
/
+1
*
rename "elements" of metadata to "operands". "Elements" are
Chris Lattner
2009-12-31
1
-6
/
+6
*
This fixes a memory leak in OpaqueType found by Google's internal heapchecker.
Jeffrey Yasskin
2009-12-17
1
-0
/
+31
*
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-27
1
-0
/
+1
*
Update unittests for MDNode uniquing disable.
Daniel Dunbar
2009-09-07
1
-0
/
+4
*
Now Bitcode reader bug is fixed. Reapply 80839.
Devang Patel
2009-09-03
1
-1
/
+1
*
Revert 80839 for now. It causes test failures.
Devang Patel
2009-09-02
1
-1
/
+1
*
Use CallbackVH, instead of WeakVH, to hold MDNode elements.
Devang Patel
2009-09-02
1
-1
/
+1
*
Disable uniqueness test for now.
Devang Patel
2009-09-02
1
-1
/
+1
*
update unit test for previous change.
Chris Lattner
2009-08-31
1
-1
/
+1
*
upgrade for removed functions.
Chris Lattner
2009-08-23
1
-11
/
+16
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
3
-24
/
+24
*
Fix unit tests.
Owen Anderson
2009-07-31
1
-14
/
+16
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-1
/
+1
*
fix a unitialized pointer in NamedMDNode (and reenable unittest)
Benjamin Kramer
2009-07-30
1
-3
/
+0
*
Disable the NamedMDNodeTest, it is failing everywhere.
Daniel Dunbar
2009-07-30
1
-0
/
+3
*
Add NamedMDNode test.
Devang Patel
2009-07-30
1
-0
/
+22
*
Update unittest for LLVM API change.
Benjamin Kramer
2009-07-29
1
-18
/
+18
*
fix unittest
Benjamin Kramer
2009-07-28
1
-1
/
+1
*
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-25
1
-8
/
+8
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
2
-15
/
+13
*
MDString
Devang Patel
2009-07-23
1
-8
/
+8
*
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...
Devang Patel
2009-07-23
1
-19
/
+0
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-17
/
+17
*
Port this unittest to use LLVMContext.
Dan Gohman
2009-07-14
1
-30
/
+33
*
Drop "constant" from
Devang Patel
2009-07-08
1
-4
/
+4
*
Update SLotTracker to handle MDNode slots.
Devang Patel
2009-07-08
1
-4
/
+4
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-3
/
+3
*
Fix unit tests for LLVMContext+Module.
Owen Anderson
2009-07-01
1
-3
/
+4
*
Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...
Torok Edwin
2009-06-29
2
-1
/
+527
*
Give embedded metadata its own type instead of relying on EmptyStructTy.
Nick Lewycky
2009-05-30
1
-5
/
+7
*
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
Nick Lewycky
2009-05-10
1
-9
/
+49
*
"I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1,
Chris Lattner
2009-04-24
1
-0
/
+14
*
Fix pointer casting problem.
Nick Lewycky
2009-04-09
1
-1
/
+2
*
Fixed compiler warning.
Misha Brukman
2009-04-09
1
-1
/
+1
*
Add support for embedded metadata to LLVM. This introduces two new types of
Nick Lewycky
2009-04-04
1
-0
/
+96
*
Converted a1.ll to unittests.
Misha Brukman
2009-03-24
2
-0
/
+113