aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Metadata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add fixme.Devang Patel2010-07-061-0/+1
* Fix a problem exposed by my previous commit and noticed by a release-assertsDuncan Sands2010-05-041-11/+3
* Fix a variant of PR6112 found by thinking about it: when doingDuncan Sands2010-05-041-7/+21
* fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), Chris Lattner2010-04-281-2/+15
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-021-3/+3
* Switch the representation of the location in instruction fromChris Lattner2010-04-011-6/+26
* add new apis for getting/setting !dbg metadata on Chris Lattner2010-03-311-0/+4
* Fix a major source of compile-time slowness at -O0 -g by optimizingChris Lattner2010-03-301-11/+36
* move some method definitions to files that make sense.Chris Lattner2010-03-301-44/+0
* Include isFunctionLocal while calculating folding node set profile for a MDNode.Devang Patel2010-03-251-13/+14
* Include isFunctionLocal while calculating folding node set provide for a MDNode.Devang Patel2010-03-251-0/+1
* Delete MDNodes when LLVMContext is destroyed. Previous attempts: r97918, r97...Jeffrey Yasskin2010-03-131-8/+8
* Remove duplicated code. No functionality change.Benjamin Kramer2010-03-101-9/+0
* Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to runJeffrey Yasskin2010-03-071-8/+8
* Reapply r97788 to free MDNodes when the LLVMContext is destroyed. ItJeffrey Yasskin2010-03-071-8/+8
* Revert r97788 because it broke test/FrontendC/2010-02-16-DbgVarScope.c.Jeffrey Yasskin2010-03-051-8/+8
* Free MDNodes when the LLVMContext is destroyed. Leak found by Valgrind.Jeffrey Yasskin2010-03-051-8/+8
* Destroy MDNodes gracefully while deleting llvm context.Devang Patel2010-02-181-0/+7
* Add MDNode::getIfExists(), an efficient way to determine if a value is used b...Victor Hernandez2010-01-261-28/+40
* Remove MetadataBase class because it is not adding significant value.Devang Patel2010-01-221-2/+2
* tidy upChris Lattner2010-01-211-9/+16
* Fix if/else brackets; getFunctionForValue() is to be called for non-metadata ...Victor Hernandez2010-01-201-1/+3
* Fix the conditions to unambiguously show the logic they represent. This is theChandler Carruth2010-01-201-3/+3
* Refactor common parts of MDNode::getFunction() and assertLocalFunction() into...Victor Hernandez2010-01-201-33/+23
* Add comment that MDNode::getFunction() is not to be used by performance-criti...Victor Hernandez2010-01-181-1/+2
* Simplify MDNode::getFunction() and assertLocalFunction() by avoiding extra Fu...Victor Hernandez2010-01-181-46/+39
* In debug builds, assert that function-local metadata has only 1 parent functionVictor Hernandez2010-01-141-1/+30
* Add MDNode::getFunction(), which figures out the metadata's function, if it h...Victor Hernandez2010-01-141-0/+34
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-131-5/+1
* Use Twine, instead of StringRef, for consistency.Devang Patel2010-01-121-5/+18
* Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel2010-01-121-6/+25
* Suppress a warning on gcc 4.4.Mikhail Glushenkov2010-01-101-26/+26
* Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez2010-01-101-3/+32
* Derive NamedMDNode from Value.Devang Patel2010-01-091-1/+1
* Use separate namespace for named metadata.Devang Patel2010-01-071-3/+15
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-051-11/+11
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-311-35/+35
* Optimize MDNode to coallocate the operand list immediatelyChris Lattner2009-12-311-35/+49
* do not bother reuniquing mdnodes whose operands drop to null. DoingChris Lattner2009-12-301-9/+27
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-291-147/+73
* privatize another interface.Chris Lattner2009-12-291-1/+4
* the only call to this function (from clang) has been removed, zap it.Chris Lattner2009-12-291-22/+0
* remove some unneeded Metadata interfaces.Chris Lattner2009-12-291-41/+7
* When doing v1->RAUW(v2), don't do anything to metadata. We don't knowChris Lattner2009-12-291-16/+0
* sink the Instruction::HasMetadata bit into SubclassData.Chris Lattner2009-12-291-5/+5
* add a layer of accessors around the Value::SubClassData member, and use Chris Lattner2009-12-291-1/+1
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-281-120/+128
* rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner2009-12-281-33/+11
* rename getHandlerNames to getMDKindNames, simplify its interfaceChris Lattner2009-12-281-8/+8
* tidy up and delete a dead smallvector.Chris Lattner2009-12-281-10/+5