2009-12-30 |
Chris Lattner | rename MetadataCache -> NumberedMetadata to follow... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | rewrite ParseMDNodeVector to follow the normal patter... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | rename ParseMDNode -> ParseMDNodeID, since it parses... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | fix parsing of mdstring values. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | remove the code added in r90497. It has several major... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | split t_Metadata into t_MDNode and t_MDString, eliminat... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | factor code even more. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | simplify some code and unbreak the build by not consumi... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Benjamin Kramer | remove a really wrong parenthesis. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | clean up some really strange code. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | change ParseMDString and ParseMDNode to take arguments... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | switch to TrackingVH instead of WeakVH, since these... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | Each instruction is allowed to have *multiple* different |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | Do not crash when .ll printing metadata that smells... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | fix indentation, fit in 80 cols. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Benjamin Kramer | Replace a few more SmallVectors with arrays. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Benjamin Kramer | Use an array instead of a SmallVector. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | remove a bunch of unneeded functions. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | major cleanups, much of this file was incorrectly indented. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | one pass of cleanup over DebugInfo.h. Much more is... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | prune #includes. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | Final step in the metadata API restructuring: move the |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | just cleanup. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | remove useless argument. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | privatize another interface. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | the only call to this function (from clang) has been... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | remove some unneeded Metadata interfaces. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | fix .cpp file to not wrap the entire file in namespace... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | tidy up debug info comments, use ->isVoidTy() where... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | sink twine.h down out of Value.h. It is annoying that... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Sanjiv Gupta | Extern declaration for unordered.f32 libcall was not... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | When doing v1->RAUW(v2), don't do anything to metadata... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | sink the Instruction::HasMetadata bit into SubclassData. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Chris Lattner | add a layer of accessors around the Value::SubClassData... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | This is a major cleanup of the instruction metadata... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | rearrange some code. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | add IRBuilder.cpp to cmake |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | remove #include that comes in from ConstantFolder.h |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | remove #include of Function.h from IRBuilder |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | move debug info stuff out of line, allowing two #includes |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | split code that doesn't need to be templated out of... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | rename ivar to be more descriptive. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | rename getMDKind -> getMDKindID, make it autoinsert... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | rename getHandlerNames to getMDKindNames, simplify... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | tidy up and delete a dead smallvector. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Benjamin Kramer | Add missing include (for inline PATypeHolder::get). |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | avoid a completely unneeded linear walk. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | Eliminate two bits of ugliness in MDNode::replaceElement: |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | rearrange some methods, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | avoid temporary CallbackVH's. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | Rewrite the function-local validation logic for MDNodes... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | rename MDNode instance variables to something meaningful. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | snip one more #include from Metadata.h |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | prune #includes more. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | prune some #includes |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | Metadata.h doesn't need to include ValueHandle.h anymore. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | change the strange MetadataContext::getMDs function... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | change NamedMDNode to use a pimpl for its operand list... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | eliminate the elem_* iterator stuff from NamedMDNode. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | move ElementVH out of the MDNode class into the MDNode... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Chris Lattner | move these out of their own timer groups into the ... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Sanjiv Gupta | Fixed llc crash for zext (i1 -> i8) loads. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Sanjiv Gupta | Allow targets to specify the return type of libcalls... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Mark variable used by 'assert' as 'unused'. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead store. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead store and simplify code. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead store. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead store. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Mark some debug variables as 'unused' to quiet compiler... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead store. The initial value was never used... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Add an "ATTRIBUTE_UNUSED" macro (and use it). It's... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bill Wendling | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Daniel Dunbar | lit: Add setuptools support. |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Daniel Dunbar | lit: Sink code into a 'lit' package. |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Eli Friedman | PR5886: Make sure IMUL32m is marked as setting EFLAGS... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Bill Wendling | Avoid assigning to Changed when it won't be used after... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Bill Wendling | Remove dead store. |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Bill Wendling | Remove dead store from copy-pasto. |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Bill Wendling | Remove dead store. |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Bill Wendling | Remove dead store. |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Bill Wendling | Use the 'MadeChange' variable instead of returning... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
John McCall | Implement support for converting to string at "natural... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Douglas Gregor | Move the two definitions of operator<< into namespace... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Douglas Gregor | Define the new operator<< for sets into namespace std... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Daniel Dunbar | Don't emit trailing semicolon. |
commit | commitdiff | tree | snapshot |
2009-12-24 |
John McCall | Substantially optimize APFloat::toString() by doing... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
John McCall | Add accessors for the largest-magnitude, smallest-magni... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
John McCall | Set Remainder before Quotient in case Quotient and... |
commit | commitdiff | tree | snapshot |
next |