| Commit message (Expand) | Author | Age | Files | Lines |
* | remove useless argument. | Chris Lattner | 2009-12-29 | 1 | -8/+7 |
* | 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 | 2 | -47/+18 |
* | fix .cpp file to not wrap the entire file in namespace blocks. | Chris Lattner | 2009-12-29 | 1 | -30/+23 |
* | tidy up debug info comments, use ->isVoidTy() where reasonable. | Chris Lattner | 2009-12-29 | 1 | -25/+25 |
* | Extern declaration for unordered.f32 libcall was not being emitted. Fixed that. | Sanjiv Gupta | 2009-12-29 | 1 | -0/+1 |
* | When doing v1->RAUW(v2), don't do anything to metadata. We don't know | Chris Lattner | 2009-12-29 | 2 | -25/+0 |
* | sink the Instruction::HasMetadata bit into SubclassData. | Chris Lattner | 2009-12-29 | 3 | -16/+14 |
* | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner | 2009-12-29 | 4 | -14/+19 |
* | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner | 2009-12-28 | 15 | -230/+214 |
* | add IRBuilder.cpp to cmake | Chris Lattner | 2009-12-28 | 1 | -0/+1 |
* | remove #include of Function.h from IRBuilder | Chris Lattner | 2009-12-28 | 1 | -0/+6 |
* | move debug info stuff out of line, allowing two #includes | Chris Lattner | 2009-12-28 | 2 | -0/+16 |
* | split code that doesn't need to be templated out of IRBuilder into a new | Chris Lattner | 2009-12-28 | 2 | -0/+32 |
* | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner | 2009-12-28 | 9 | -90/+51 |
* | rename getHandlerNames to getMDKindNames, simplify its interface | Chris Lattner | 2009-12-28 | 3 | -43/+30 |
* | tidy up and delete a dead smallvector. | Chris Lattner | 2009-12-28 | 1 | -10/+5 |
* | Add missing include (for inline PATypeHolder::get). | Benjamin Kramer | 2009-12-28 | 1 | -0/+1 |
* | 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 | 2 | -46/+39 |
* | 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 | 2 | -0/+5 |
* | prune some #includes | Chris Lattner | 2009-12-28 | 2 | -2/+2 |
* | Metadata.h doesn't need to include ValueHandle.h anymore. | Chris Lattner | 2009-12-28 | 2 | -0/+2 |
* | change the strange MetadataContext::getMDs function to expose less | Chris Lattner | 2009-12-28 | 4 | -7/+9 |
* | change NamedMDNode to use a pimpl for its operand list instead | Chris Lattner | 2009-12-28 | 1 | -5/+32 |
* | eliminate the elem_* iterator stuff from NamedMDNode. | Chris Lattner | 2009-12-28 | 1 | -5/+2 |
* | move ElementVH out of the MDNode class into the MDNode.cpp file. Among | Chris Lattner | 2009-12-28 | 1 | -4/+42 |
* | move these out of their own timer groups into the 'uncategorized' groups. | Chris Lattner | 2009-12-28 | 2 | -14/+2 |
* | Fixed llc crash for zext (i1 -> i8) loads. | Sanjiv Gupta | 2009-12-28 | 1 | -2/+2 |
* | Allow targets to specify the return type of libcalls that are generated for f... | Sanjiv Gupta | 2009-12-28 | 4 | -1/+12 |
* | Mark variable used by 'assert' as 'unused'. | Bill Wendling | 2009-12-28 | 1 | -2/+2 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -1/+0 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -5/+1 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -1/+0 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -1/+0 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -2/+0 |
* | Remove dead store. | Bill Wendling | 2009-12-28 | 1 | -1/+0 |
* | Remove dead store and simplify code. | Bill Wendling | 2009-12-28 | 1 | -5/+4 |
* | Remove dead store. | Bill Wendling | 2009-12-28 | 1 | -2/+2 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -2/+0 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -1/+0 |
* | Remove dead store. | Bill Wendling | 2009-12-28 | 1 | -1/+1 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -2/+1 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -1/+0 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -1/+0 |