index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
VMCore
/
MetadataTest.cpp
Age
Commit message (
Expand
)
Author
2013-01-07
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-04
Sort the #include lines for unittest/...
Chandler Carruth
2012-03-31
I noticed in passing that the Metadata getIfExists method was creating a new
Duncan Sands
2011-08-30
Fix C++0x narrowing errors when char is unsigned.
Jeffrey Yasskin
2011-04-21
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2010-07-21
Make NamedMDNode not be a subclass of Value, and simplify the interface
Dan Gohman
2010-03-13
Remove a memory leak from MetadataTest.
Jeffrey Yasskin
2010-03-04
Stop leaking MDStrings.
Jeffrey Yasskin
2010-01-05
NamedMDNode is a collection MDNodes.
Devang Patel
2009-12-31
don't unittest mdnode printing, we have disassembler tests for this.
Chris Lattner
2009-12-31
rename "elements" of metadata to "operands". "Elements" are
Chris Lattner
2009-10-27
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-09-07
Update unittests for MDNode uniquing disable.
Daniel Dunbar
2009-09-03
Now Bitcode reader bug is fixed. Reapply 80839.
Devang Patel
2009-09-02
Revert 80839 for now. It causes test failures.
Devang Patel
2009-09-02
Use CallbackVH, instead of WeakVH, to hold MDNode elements.
Devang Patel
2009-09-02
Disable uniqueness test for now.
Devang Patel
2009-08-23
upgrade for removed functions.
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-31
Fix unit tests.
Owen Anderson
2009-07-30
fix a unitialized pointer in NamedMDNode (and reenable unittest)
Benjamin Kramer
2009-07-30
Disable the NamedMDNodeTest, it is failing everywhere.
Daniel Dunbar
2009-07-30
Add NamedMDNode test.
Devang Patel
2009-07-28
fix unittest
Benjamin Kramer
2009-07-25
Finish migrating VMCore to StringRef/Twine based APIs.
Daniel Dunbar
2009-07-24
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-23
MDString
Devang Patel
2009-07-23
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...
Devang Patel
2009-07-14
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-08
Drop "constant" from
Devang Patel
2009-07-08
Update SLotTracker to handle MDNode slots.
Devang Patel
2009-05-30
Give embedded metadata its own type instead of relying on EmptyStructTy.
Nick Lewycky
2009-05-10
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
Nick Lewycky
2009-04-09
Fix pointer casting problem.
Nick Lewycky
2009-04-04
Add support for embedded metadata to LLVM. This introduces two new types of
Nick Lewycky