| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Destroy MDNodes gracefully while deleting llvm context. | Devang Patel | 2010-02-18 | 1 | -0/+7 |
* | Add MDNode::getIfExists(), an efficient way to determine if a value is used b... | Victor Hernandez | 2010-01-26 | 1 | -28/+40 |
* | Remove MetadataBase class because it is not adding significant value. | Devang Patel | 2010-01-22 | 1 | -2/+2 |
* | tidy up | Chris Lattner | 2010-01-21 | 1 | -9/+16 |
* | Fix if/else brackets; getFunctionForValue() is to be called for non-metadata ... | Victor Hernandez | 2010-01-20 | 1 | -1/+3 |
* | Fix the conditions to unambiguously show the logic they represent. This is the | Chandler Carruth | 2010-01-20 | 1 | -3/+3 |
* | Refactor common parts of MDNode::getFunction() and assertLocalFunction() into... | Victor Hernandez | 2010-01-20 | 1 | -33/+23 |
* | Add comment that MDNode::getFunction() is not to be used by performance-criti... | Victor Hernandez | 2010-01-18 | 1 | -1/+2 |
* | Simplify MDNode::getFunction() and assertLocalFunction() by avoiding extra Fu... | Victor Hernandez | 2010-01-18 | 1 | -46/+39 |
* | In debug builds, assert that function-local metadata has only 1 parent function | Victor Hernandez | 2010-01-14 | 1 | -1/+30 |
* | Add MDNode::getFunction(), which figures out the metadata's function, if it h... | Victor Hernandez | 2010-01-14 | 1 | -0/+34 |
* | Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the | Benjamin Kramer | 2010-01-13 | 1 | -5/+1 |
* | Use Twine, instead of StringRef, for consistency. | Devang Patel | 2010-01-12 | 1 | -5/+18 |
* | Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable. | Devang Patel | 2010-01-12 | 1 | -6/+25 |
* | Suppress a warning on gcc 4.4. | Mikhail Glushenkov | 2010-01-10 | 1 | -26/+26 |
* | Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe... | Victor Hernandez | 2010-01-10 | 1 | -3/+32 |
* | Derive NamedMDNode from Value. | Devang Patel | 2010-01-09 | 1 | -1/+1 |
* | Use separate namespace for named metadata. | Devang Patel | 2010-01-07 | 1 | -3/+15 |
* | NamedMDNode is a collection MDNodes. | Devang Patel | 2010-01-05 | 1 | -11/+11 |
* | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner | 2009-12-31 | 1 | -35/+35 |
* | Optimize MDNode to coallocate the operand list immediately | Chris Lattner | 2009-12-31 | 1 | -35/+49 |
* | do not bother reuniquing mdnodes whose operands drop to null. Doing | Chris Lattner | 2009-12-30 | 1 | -9/+27 |
* | Final step in the metadata API restructuring: move the | Chris Lattner | 2009-12-29 | 1 | -147/+73 |
* | privatize another interface. | Chris Lattner | 2009-12-29 | 1 | -1/+4 |
* | the only call to this function (from clang) has been removed, zap it. | Chris Lattner | 2009-12-29 | 1 | -22/+0 |
* | remove some unneeded Metadata interfaces. | Chris Lattner | 2009-12-29 | 1 | -41/+7 |
* | When doing v1->RAUW(v2), don't do anything to metadata. We don't know | Chris Lattner | 2009-12-29 | 1 | -16/+0 |
* | sink the Instruction::HasMetadata bit into SubclassData. | Chris Lattner | 2009-12-29 | 1 | -5/+5 |
* | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner | 2009-12-29 | 1 | -1/+1 |
* | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner | 2009-12-28 | 1 | -120/+128 |
* | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner | 2009-12-28 | 1 | -33/+11 |
* | rename getHandlerNames to getMDKindNames, simplify its interface | Chris Lattner | 2009-12-28 | 1 | -8/+8 |
* | tidy up and delete a dead smallvector. | Chris Lattner | 2009-12-28 | 1 | -10/+5 |
* | avoid a completely unneeded linear walk. | Chris Lattner | 2009-12-28 | 1 | -12/+9 |
* | Eliminate two bits of ugliness in MDNode::replaceElement: | Chris Lattner | 2009-12-28 | 1 | -26/+13 |
* | rearrange some methods, no functionality change. | Chris Lattner | 2009-12-28 | 1 | -13/+14 |
* | avoid temporary CallbackVH's. | Chris Lattner | 2009-12-28 | 1 | -4/+8 |
* | Rewrite the function-local validation logic for MDNodes (most of r91708). | Chris Lattner | 2009-12-28 | 1 | -40/+0 |
* | rename MDNode instance variables to something meaningful. | Chris Lattner | 2009-12-28 | 1 | -9/+9 |
* | snip one more #include from Metadata.h | Chris Lattner | 2009-12-28 | 1 | -0/+4 |
* | prune some #includes | Chris Lattner | 2009-12-28 | 1 | -1/+2 |
* | change the strange MetadataContext::getMDs function to expose less | Chris Lattner | 2009-12-28 | 1 | -3/+5 |
* | change NamedMDNode to use a pimpl for its operand list instead | Chris Lattner | 2009-12-28 | 1 | -5/+32 |
* | move ElementVH out of the MDNode class into the MDNode.cpp file. Among | Chris Lattner | 2009-12-28 | 1 | -4/+42 |
* | Fix gcc warning. | Eli Friedman | 2009-12-18 | 1 | -1/+2 |
* | Formalize MDNode's function-localness: | Victor Hernandez | 2009-12-18 | 1 | -6/+44 |
* | Use different name for argument and field | Victor Hernandez | 2009-12-16 | 1 | -2/+2 |
* | MDNodes that refer to an instruction are local to a function; in that case, e... | Victor Hernandez | 2009-12-16 | 1 | -3/+8 |
* | Oops! Fix bug introduced in my recent cleanup change. Thanks to Tobias Grosser | Nick Lewycky | 2009-11-27 | 1 | -1/+1 |
* | Fix typo spotted by Gabor Greif. | Nick Lewycky | 2009-11-26 | 1 | -3/+3 |