aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/ValueEnumerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use separate ValueList for metadata.Devang Patel2009-08-041-26/+55
* Work around a dangling pointer dereference when enumerating NamedMDNodes.Benjamin Kramer2009-07-311-0/+3
* Enumerate NamedMDNode elements first.Devang Patel2009-07-301-4/+0
* Read and write NamedMDNode.Devang Patel2009-07-291-0/+12
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-281-1/+1
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-231-13/+15
* Use isa<> instead of dyn_cast<>.Devang Patel2009-07-221-1/+1
* Fixed build warning. No functionality change.Sanjiv Gupta2009-07-221-1/+1
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-221-3/+7
* Don't remove aggregate-typed module level constants before encoding functionsNick Lewycky2009-06-121-16/+0
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-0/+18
* Large mechanical patch.Devang Patel2008-09-251-8/+8
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-231-7/+7
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-13/+15
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-5/+12
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+320