aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/ValueEnumerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-011-5/+3
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-311-3/+5
* bitcode writer support for blockaddress.Chris Lattner2009-10-281-8/+36
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-271-0/+1
* Fix getMDs() interface such that it does not expose implementation details.Devang Patel2009-10-221-5/+7
* Using TrackingVH instead of WeakVH or WeakMetadataVH.Devang Patel2009-10-221-2/+1
* Do not use SmallVector to store MDNode elements.Devang Patel2009-10-211-4/+3
* s/class Metadata/class MetadataContext/gDevang Patel2009-09-281-3/+3
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-201-40/+39
* Write and read metadata attachments.Devang Patel2009-09-181-1/+22
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-3/+4
* 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
* Fix a nasty problem where we would miss enumeration of some types. This fixesChris Lattner2007-05-061-1/+17
* enumerate the operands of a constant before we enumerate the constant itselfChris Lattner2007-05-061-9/+22
* implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner2007-05-061-4/+5
* optimize constant layout. This fixes encoding of 181.mcf (by ensuringChris Lattner2007-05-041-5/+46
* simple optimization for the type tableChris Lattner2007-05-041-5/+29
* enumerate parameter attr lists.Chris Lattner2007-05-031-0/+17
* fix encoding of BB names in the symtabChris Lattner2007-05-031-1/+1
* start code for writing out instructions. Separate BB#s from normal valueChris Lattner2007-04-261-3/+7
* enumerate BB's separately from other function values.Chris Lattner2007-04-261-1/+6
* add support for incorporating and purging functions to the value enumeratorChris Lattner2007-04-261-96/+31
* move some code around, fix a bug in the reader reading globalinits (whichChris Lattner2007-04-261-0/+16
* add bitcode alias supportChris Lattner2007-04-261-0/+10
* Emit module-level constants.Chris Lattner2007-04-241-1/+4
* Initial support for writing bitcode files. This currently only writes types,Chris Lattner2007-04-221-0/+235