| Commit message (Expand) | Author | Age | Files | Lines |
* | Typos. | Chad Rosier | 2011-06-01 | 1 | -1/+1 |
* | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad | 2011-04-21 | 1 | -13/+8 |
* | Add ArrayRef variant. | Devang Patel | 2011-03-04 | 1 | -0/+3 |
* | After Dan's recent commit this is no longer true. | Devang Patel | 2010-09-14 | 1 | -3/+0 |
* | MDNode, MDString, and NamedMDNode are not meant to be subclassed; | Dan Gohman | 2010-08-24 | 1 | -5/+2 |
* | Introduce a new temporary MDNode concept. Temporary MDNodes are | Dan Gohman | 2010-08-20 | 1 | -0/+10 |
* | Reword NamedMDNode's comment. | Dan Gohman | 2010-08-20 | 1 | -2/+3 |
* | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 1 | -19/+7 |
* | Disallow null as a named metadata operand. | Dan Gohman | 2010-07-21 | 1 | -3/+3 |
* | Use TrackingVH instead of WeakVH for NamedMDNode's operands, since nodes | Dan Gohman | 2010-07-21 | 1 | -1/+1 |
* | Fix comment typo. | Duncan Sands | 2010-04-29 | 1 | -1/+1 |
* | Delete MDNodes when LLVMContext is destroyed. Previous attempts: r97918, r97... | Jeffrey Yasskin | 2010-03-13 | 1 | -6/+1 |
* | Remove duplicated code. No functionality change. | Benjamin Kramer | 2010-03-10 | 1 | -2/+4 |
* | Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to run | Jeffrey Yasskin | 2010-03-07 | 1 | -1/+6 |
* | Reapply r97788 to free MDNodes when the LLVMContext is destroyed. It | Jeffrey Yasskin | 2010-03-07 | 1 | -6/+1 |
* | Revert r97788 because it broke test/FrontendC/2010-02-16-DbgVarScope.c. | Jeffrey Yasskin | 2010-03-05 | 1 | -1/+6 |
* | Free MDNodes when the LLVMContext is destroyed. Leak found by Valgrind. | Jeffrey Yasskin | 2010-03-05 | 1 | -6/+1 |
* | Fix comments. | Devang Patel | 2010-02-18 | 1 | -3/+4 |
* | Destroy MDNodes gracefully while deleting llvm context. | Devang Patel | 2010-02-18 | 1 | -0/+4 |
* | Add MDNode::getIfExists(), an efficient way to determine if a value is used b... | Victor Hernandez | 2010-01-26 | 1 | -1/+4 |
* | Remove MetadataBase class because it is not adding significant value. | Devang Patel | 2010-01-22 | 1 | -18/+2 |
* | Refactor common parts of MDNode::getFunction() and assertLocalFunction() into... | Victor Hernandez | 2010-01-20 | 1 | -1/+1 |
* | Add comment that MDNode::getFunction() is not to be used by performance-criti... | Victor Hernandez | 2010-01-18 | 1 | -1/+2 |
* | Add MDNode::getFunction(), which figures out the metadata's function, if it h... | Victor Hernandez | 2010-01-14 | 1 | -0/+5 |
* | use consistent tag kinds for ilist_traits | Chris Lattner | 2010-01-12 | 1 | -1/+1 |
* | Use Twine, instead of StringRef, for consistency. | Devang Patel | 2010-01-12 | 1 | -3/+3 |
* | Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable. | Devang Patel | 2010-01-12 | 1 | -1/+1 |
* | Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe... | Victor Hernandez | 2010-01-10 | 1 | -2/+16 |
* | Derive NamedMDNode from Value. | Devang Patel | 2010-01-09 | 1 | -4/+3 |
* | Use separate namespace for named metadata. | Devang Patel | 2010-01-07 | 1 | -3/+10 |
* | NamedMDNode is a collection MDNodes. | Devang Patel | 2010-01-05 | 1 | -6/+6 |
* | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner | 2009-12-31 | 1 | -20/+20 |
* | Optimize MDNode to coallocate the operand list immediately | Chris Lattner | 2009-12-31 | 1 | -5/+11 |
* | do not bother reuniquing mdnodes whose operands drop to null. Doing | Chris Lattner | 2009-12-30 | 1 | -3/+15 |
* | Final step in the metadata API restructuring: move the | Chris Lattner | 2009-12-29 | 1 | -23/+0 |
* | privatize another interface. | Chris Lattner | 2009-12-29 | 1 | -3/+0 |
* | the only call to this function (from clang) has been removed, zap it. | Chris Lattner | 2009-12-29 | 1 | -4/+0 |
* | remove some unneeded Metadata interfaces. | Chris Lattner | 2009-12-29 | 1 | -8/+0 |
* | When doing v1->RAUW(v2), don't do anything to metadata. We don't know | Chris Lattner | 2009-12-29 | 1 | -2/+0 |
* | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner | 2009-12-29 | 1 | -1/+9 |
* | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner | 2009-12-28 | 1 | -19/+1 |
* | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner | 2009-12-28 | 1 | -15/+9 |
* | rename getHandlerNames to getMDKindNames, simplify its interface | Chris Lattner | 2009-12-28 | 1 | -3/+3 |
* | avoid a completely unneeded linear walk. | Chris Lattner | 2009-12-28 | 1 | -1/+1 |
* | Rewrite the function-local validation logic for MDNodes (most of r91708). | Chris Lattner | 2009-12-28 | 1 | -13/+8 |
* | rename MDNode instance variables to something meaningful. | Chris Lattner | 2009-12-28 | 1 | -3/+3 |
* | snip one more #include from Metadata.h | Chris Lattner | 2009-12-28 | 1 | -3/+2 |
* | prune #includes more. | Chris Lattner | 2009-12-28 | 1 | -2/+2 |
* | Metadata.h doesn't need to include ValueHandle.h anymore. | Chris Lattner | 2009-12-28 | 1 | -1/+0 |
* | change the strange MetadataContext::getMDs function to expose less | Chris Lattner | 2009-12-28 | 1 | -1/+1 |