| Age | Commit message (Expand) | Author |
| 2009-12-31 | Remove #include of metadata.h from intrinsicinst.h. The only | Chris Lattner |
| 2009-12-31 | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner |
| 2009-12-31 | Optimize MDNode to coallocate the operand list immediately | Chris Lattner |
| 2009-12-30 | do not bother reuniquing mdnodes whose operands drop to null. Doing | Chris Lattner |
| 2009-12-30 | remove some misleading comments. | Chris Lattner |
| 2009-12-29 | Do not crash when .ll printing metadata that smells like debug info, but isn't. | Chris Lattner |
| 2009-12-29 | Final step in the metadata API restructuring: move the | Chris Lattner |
| 2009-12-29 | privatize another interface. | Chris Lattner |
| 2009-12-29 | the only call to this function (from clang) has been removed, zap it. | Chris Lattner |
| 2009-12-29 | remove some unneeded Metadata interfaces. | Chris Lattner |
| 2009-12-29 | tidy up debug info comments, use ->isVoidTy() where reasonable. | Chris Lattner |
| 2009-12-29 | When doing v1->RAUW(v2), don't do anything to metadata. We don't know | Chris Lattner |
| 2009-12-29 | sink the Instruction::HasMetadata bit into SubclassData. | Chris Lattner |
| 2009-12-29 | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner |
| 2009-12-28 | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner |
| 2009-12-28 | add IRBuilder.cpp to cmake | Chris Lattner |
| 2009-12-28 | remove #include of Function.h from IRBuilder | Chris Lattner |
| 2009-12-28 | move debug info stuff out of line, allowing two #includes | Chris Lattner |
| 2009-12-28 | split code that doesn't need to be templated out of IRBuilder into a new | Chris Lattner |
| 2009-12-28 | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner |
| 2009-12-28 | rename getHandlerNames to getMDKindNames, simplify its interface | Chris Lattner |
| 2009-12-28 | tidy up and delete a dead smallvector. | Chris Lattner |
| 2009-12-28 | avoid a completely unneeded linear walk. | Chris Lattner |
| 2009-12-28 | Eliminate two bits of ugliness in MDNode::replaceElement: | Chris Lattner |
| 2009-12-28 | rearrange some methods, no functionality change. | Chris Lattner |
| 2009-12-28 | avoid temporary CallbackVH's. | Chris Lattner |
| 2009-12-28 | Rewrite the function-local validation logic for MDNodes (most of r91708). | Chris Lattner |
| 2009-12-28 | rename MDNode instance variables to something meaningful. | Chris Lattner |
| 2009-12-28 | snip one more #include from Metadata.h | Chris Lattner |
| 2009-12-28 | prune some #includes | Chris Lattner |
| 2009-12-28 | change the strange MetadataContext::getMDs function to expose less | Chris Lattner |
| 2009-12-28 | change NamedMDNode to use a pimpl for its operand list instead | Chris Lattner |
| 2009-12-28 | move ElementVH out of the MDNode class into the MDNode.cpp file. Among | Chris Lattner |
| 2009-12-25 | Avoid assigning to Changed when it won't be used after the return. | Bill Wendling |
| 2009-12-19 | Qualify a bunch of explicit template instantiations to satisfy clang++. | John McCall |
| 2009-12-19 | Put TypesEqual and TypeHasCycleThroughItself in namespace llvm so ADL from | John McCall |
| 2009-12-18 | Fix gcc warning. | Eli Friedman |
| 2009-12-18 | Catch more cases of a pointer being marked garbage twice. This helps when | Rafael Espindola |
| 2009-12-18 | Formalize MDNode's function-localness: | Victor Hernandez |
| 2009-12-18 | Add utility routines for NSW multiply. | Dan Gohman |
| 2009-12-18 | Add utility routines for creating integer negation operators with NSW set. | Dan Gohman |
| 2009-12-17 | This fixes a memory leak in OpaqueType found by Google's internal heapchecker. | Jeffrey Yasskin |
| 2009-12-17 | Aggressively flip compare constant expressions where appropriate; constant | Eli Friedman |
| 2009-12-16 | Use different name for argument and field | Victor Hernandez |
| 2009-12-16 | MDNodes that refer to an instruction are local to a function; in that case, e... | Victor Hernandez |
| 2009-12-15 | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner |
| 2009-12-14 | Move several function bodies which are rarely inlined out of line. | Dan Gohman |
| 2009-12-11 | Add utility method for determining whether a function argument | Duncan Sands |
| 2009-12-08 | Remove useless calls to c_str(). | Benjamin Kramer |
| 2009-12-08 | whitespace cleanup | Chris Lattner |