| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | switch ValueMap to using AssertingVH. This is an old patch I had laying | Chris Lattner | 2009-08-04 | 1 | -8/+8 |
* | Keep track of metadata used by other metadata. | Devang Patel | 2009-08-03 | 1 | -4/+52 |
* | Add a new Constant::getIntegerValue helper function, and convert a | Dan Gohman | 2009-08-03 | 1 | -0/+17 |
* | Add NamedMDNode destructor. | Devang Patel | 2009-08-03 | 1 | -0/+17 |
* | One two many newlines at end of file LLVMContextImpl.cpp | Edward O'Callaghan | 2009-08-02 | 1 | -1/+0 |
* | Fix no newline at end of LLVMContextImpl.cpp | Edward O'Callaghan | 2009-08-02 | 1 | -1/+2 |
* | Privatize all but one of the remaining constant tables. | Owen Anderson | 2009-07-31 | 2 | -62/+55 |
* | Move the metadata constructors back to 2.5 syntax. | Owen Anderson | 2009-07-31 | 4 | -73/+44 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 5 | -117/+112 |
* | Fix printing of Alloca instructions with null operands. | Dan Gohman | 2009-07-31 | 1 | -1/+1 |
* | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 4 | -46/+37 |
* | Add getOrInsertNamedMetadata(). | Devang Patel | 2009-07-30 | 1 | -3/+14 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 9 | -80/+53 |
* | Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global... | Devang Patel | 2009-07-30 | 1 | -1/+1 |
* | fix a unitialized pointer in NamedMDNode (and reenable unittest) | Benjamin Kramer | 2009-07-30 | 1 | -1/+1 |
* | Typo | Nate Begeman | 2009-07-30 | 1 | -1/+1 |
* | Check null NameMDNode elements. | Devang Patel | 2009-07-30 | 1 | -4/+8 |
* | print single NamedMDNode. | Devang Patel | 2009-07-30 | 1 | -3/+45 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 11 | -147/+53 |
* | Print named metadata. | Devang Patel | 2009-07-29 | 1 | -0/+25 |
* | There is no need to keep name ref in NamedMDNode. | Devang Patel | 2009-07-29 | 1 | -8/+5 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 6 | -351/+207 |
* | Keep track of named mdnodes in a Module using an ilist. | Devang Patel | 2009-07-29 | 3 | -2/+17 |
* | Fix an assumption that there is a single return value when verifying | Bob Wilson | 2009-07-29 | 1 | -2/+2 |
* | Add NamedMDNode. | Devang Patel | 2009-07-29 | 1 | -0/+15 |
* | Remove unused method. | Devang Patel | 2009-07-28 | 1 | -16/+0 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 8 | -35/+51 |
* | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 8 | -106/+91 |
* | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 6 | -176/+139 |
* | Move ConstantStruct back to 2.5 API. | Owen Anderson | 2009-07-27 | 6 | -136/+101 |
* | Add a comment about the "getelementptr null" trick. | Dan Gohman | 2009-07-27 | 1 | -0/+1 |
* | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 1 | -0/+3 |
* | Unbreak build. | Daniel Dunbar | 2009-07-27 | 1 | -2/+0 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 7 | -117/+104 |
* | Initialize mdnNext. | Devang Patel | 2009-07-27 | 1 | -1/+1 |
* | Change the assembly syntax for nsw, nuw, and exact, putting them | Dan Gohman | 2009-07-27 | 1 | -7/+7 |
* | Make sure getName().data() is always null terminated. | Daniel Dunbar | 2009-07-26 | 1 | -1/+4 |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 2 | -45/+45 |
* | Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa. | Daniel Dunbar | 2009-07-26 | 1 | -13/+3 |
* | Simplify. | Daniel Dunbar | 2009-07-26 | 1 | -12/+5 |
* | Remove Value::setName(const char*, unsigned). | Daniel Dunbar | 2009-07-26 | 1 | -7/+7 |
* | Remove Value::setName(const char*). | Daniel Dunbar | 2009-07-26 | 1 | -7/+1 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 5 | -48/+28 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 5 | -52/+40 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 6 | -93/+96 |
* | Move ExtractElementInst to ::Create instead of new. Update all uses. | Eric Christopher | 2009-07-25 | 1 | -1/+1 |
* | Convert a few more things to use raw_ostream. | Dan Gohman | 2009-07-25 | 3 | -4/+1 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 8 | -774/+488 |
* | Move more to raw_ostream. | Daniel Dunbar | 2009-07-24 | 2 | -7/+8 |
* | make Constant::getRelocationInfo return an enum, as suggested by Duncan. | Chris Lattner | 2009-07-24 | 1 | -11/+12 |