| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for empty metadata nodes: !{}. | Dan Gohman | 2010-07-13 | 1 | -1/+2 |
| * | Add fixme. | Devang Patel | 2010-07-06 | 1 | -0/+1 |
| * | Fix a problem exposed by my previous commit and noticed by a release-asserts | Duncan Sands | 2010-05-04 | 1 | -11/+3 |
| * | Fix a variant of PR6112 found by thinking about it: when doing | Duncan Sands | 2010-05-04 | 1 | -7/+21 |
| * | fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), | Chris Lattner | 2010-04-28 | 1 | -2/+15 |
| * | rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. | Chris Lattner | 2010-04-02 | 1 | -3/+3 |
| * | Switch the representation of the location in instruction from | Chris Lattner | 2010-04-01 | 1 | -6/+26 |
| * | add new apis for getting/setting !dbg metadata on | Chris Lattner | 2010-03-31 | 1 | -0/+4 |
| * | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner | 2010-03-30 | 1 | -11/+36 |
| * | move some method definitions to files that make sense. | Chris Lattner | 2010-03-30 | 1 | -44/+0 |
| * | Include isFunctionLocal while calculating folding node set profile for a MDNode. | Devang Patel | 2010-03-25 | 1 | -13/+14 |
| * | Include isFunctionLocal while calculating folding node set provide for a MDNode. | Devang Patel | 2010-03-25 | 1 | -0/+1 |
| * | Delete MDNodes when LLVMContext is destroyed. Previous attempts: r97918, r97... | Jeffrey Yasskin | 2010-03-13 | 1 | -8/+8 |
| * | Remove duplicated code. No functionality change. | Benjamin Kramer | 2010-03-10 | 1 | -9/+0 |
| * | Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to run | Jeffrey Yasskin | 2010-03-07 | 1 | -8/+8 |
| * | Reapply r97788 to free MDNodes when the LLVMContext is destroyed. It | Jeffrey Yasskin | 2010-03-07 | 1 | -8/+8 |
| * | Revert r97788 because it broke test/FrontendC/2010-02-16-DbgVarScope.c. | Jeffrey Yasskin | 2010-03-05 | 1 | -8/+8 |
| * | Free MDNodes when the LLVMContext is destroyed. Leak found by Valgrind. | Jeffrey Yasskin | 2010-03-05 | 1 | -8/+8 |
| * | 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 |