| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Derive NamedMDNode from Value. | Devang Patel | 2010-01-09 | 1 | -10/+22 |
* | Use separate namespace for named metadata. | Devang Patel | 2010-01-07 | 1 | -2/+11 |
* | Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} | Devang Patel | 2010-01-05 | 1 | -1/+2 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner | 2009-12-31 | 1 | -6/+6 |
* | tidy | Chris Lattner | 2009-12-31 | 1 | -3/+4 |
* | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner | 2009-12-28 | 1 | -9/+4 |
* | change the strange MetadataContext::getMDs function to expose less | Chris Lattner | 2009-12-28 | 1 | -1/+1 |
* | eliminate the elem_* iterator stuff from NamedMDNode. | Chris Lattner | 2009-12-28 | 1 | -5/+2 |
* | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner | 2009-11-01 | 1 | -5/+3 |
* | Make blockaddress(@func, null) be valid, and make 'deleting a basic | Chris Lattner | 2009-10-31 | 1 | -3/+5 |
* | bitcode writer support for blockaddress. | Chris Lattner | 2009-10-28 | 1 | -8/+36 |
* | Type.h doesn't need to #include LLVMContext.h | Chris Lattner | 2009-10-27 | 1 | -0/+1 |
* | Fix getMDs() interface such that it does not expose implementation details. | Devang Patel | 2009-10-22 | 1 | -5/+7 |
* | Using TrackingVH instead of WeakVH or WeakMetadataVH. | Devang Patel | 2009-10-22 | 1 | -2/+1 |
* | Do not use SmallVector to store MDNode elements. | Devang Patel | 2009-10-21 | 1 | -4/+3 |
* | s/class Metadata/class MetadataContext/g | Devang Patel | 2009-09-28 | 1 | -3/+3 |
* | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -40/+39 |
* | Write and read metadata attachments. | Devang Patel | 2009-09-18 | 1 | -1/+22 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -3/+4 |
* | Use separate ValueList for metadata. | Devang Patel | 2009-08-04 | 1 | -26/+55 |
* | Work around a dangling pointer dereference when enumerating NamedMDNodes. | Benjamin Kramer | 2009-07-31 | 1 | -0/+3 |
* | Enumerate NamedMDNode elements first. | Devang Patel | 2009-07-30 | 1 | -4/+0 |
* | Read and write NamedMDNode. | Devang Patel | 2009-07-29 | 1 | -0/+12 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
* | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 1 | -13/+15 |
* | Use isa<> instead of dyn_cast<>. | Devang Patel | 2009-07-22 | 1 | -1/+1 |
* | Fixed build warning. No functionality change. | Sanjiv Gupta | 2009-07-22 | 1 | -1/+1 |
* | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 1 | -3/+7 |
* | Don't remove aggregate-typed module level constants before encoding functions | Nick Lewycky | 2009-06-12 | 1 | -16/+0 |
* | Make MDNode use CallbackVH. Also change MDNode to store Value* instead of | Nick Lewycky | 2009-05-10 | 1 | -0/+18 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -8/+8 |
* | Make structs and arrays first-class types, and add assembly | Dan Gohman | 2008-05-23 | 1 | -7/+7 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -13/+15 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -3/+3 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -5/+12 |
* | Fix a nasty problem where we would miss enumeration of some types. This fixes | Chris Lattner | 2007-05-06 | 1 | -1/+17 |
* | enumerate the operands of a constant before we enumerate the constant itself | Chris Lattner | 2007-05-06 | 1 | -9/+22 |
* | implement the 'string constant' optimization. This shrinks kc.bit from | Chris Lattner | 2007-05-06 | 1 | -4/+5 |
* | optimize constant layout. This fixes encoding of 181.mcf (by ensuring | Chris Lattner | 2007-05-04 | 1 | -5/+46 |
* | simple optimization for the type table | Chris Lattner | 2007-05-04 | 1 | -5/+29 |
* | enumerate parameter attr lists. | Chris Lattner | 2007-05-03 | 1 | -0/+17 |
* | fix encoding of BB names in the symtab | Chris Lattner | 2007-05-03 | 1 | -1/+1 |
* | start code for writing out instructions. Separate BB#s from normal value | Chris Lattner | 2007-04-26 | 1 | -3/+7 |
* | enumerate BB's separately from other function values. | Chris Lattner | 2007-04-26 | 1 | -1/+6 |
* | add support for incorporating and purging functions to the value enumerator | Chris Lattner | 2007-04-26 | 1 | -96/+31 |
* | move some code around, fix a bug in the reader reading globalinits (which | Chris Lattner | 2007-04-26 | 1 | -0/+16 |
* | add bitcode alias support | Chris Lattner | 2007-04-26 | 1 | -0/+10 |
* | Emit module-level constants. | Chris Lattner | 2007-04-24 | 1 | -1/+4 |