Age | Commit message (Expand) | Author |
2010-01-05 | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman |
2010-01-05 | Remove dead debug info intrinsics. | Devang Patel |
2010-01-05 | Simplify this code; avoid duplicating the low-level implementation code. | Dan Gohman |
2010-01-05 | Fix a typo in a comment. | Dan Gohman |
2010-01-04 | Remove the CPAttrParentAsRoot code, which is unused, and inconvenient | Dan Gohman |
2010-01-04 | Fix the Emacs mode string. | Mikhail Glushenkov |
2010-01-02 | remove the random sampling framework, which is not maintained anymore. | Chris Lattner |
2010-01-01 | teach instcombine to optimize pointer difference idioms involving constant | Chris Lattner |
2010-01-01 | Remove old header. | Ted Kremenek |
2009-12-31 | Remove derelict serialization code. | Ted Kremenek |
2009-12-31 | this #include is ok. | Chris Lattner |
2009-12-31 | fix Analysis/DebugInfo.h to not include Metadata.h. Do this | Chris Lattner |
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 | Implement edit distance for StringRef | Douglas Gregor |
2009-12-29 | remove a bunch of unneeded functions. | Chris Lattner |
2009-12-29 | one pass of cleanup over DebugInfo.h. Much more is still needed. | Chris Lattner |
2009-12-29 | Final step in the metadata API restructuring: move the | Chris Lattner |
2009-12-29 | just cleanup. | 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 | sink twine.h down out of Value.h. It is annoying that you need | 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 | rearrange some code. | Chris Lattner |
2009-12-28 | remove #include that comes in from ConstantFolder.h | 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 ivar to be more descriptive. | 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 | avoid a completely unneeded linear walk. | 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 #includes more. | Chris Lattner |
2009-12-28 | Metadata.h doesn't need to include ValueHandle.h anymore. | 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 | eliminate the elem_* iterator stuff from NamedMDNode. | Chris Lattner |
2009-12-28 | move ElementVH out of the MDNode class into the MDNode.cpp file. Among | Chris Lattner |
2009-12-28 | Allow targets to specify the return type of libcalls that are generated for f... | Sanjiv Gupta |
2009-12-28 | Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are | Bill Wendling |
2009-12-24 | Implement support for converting to string at "natural precision", and fix some | John McCall |