aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
...
* Begin the process of privatizing the type uniquing tables. No API changes ye...Owen Anderson2009-08-043-427/+440
* revert r78048, it isn't worth using assertingvh here.Chris Lattner2009-08-041-8/+8
* Update CMakeLists.Benjamin Kramer2009-08-041-1/+0
* It helps if I remember to actually add the file...Owen Anderson2009-08-041-0/+774
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-044-799/+21
* Privatize the last bit of Constant-creation state.Owen Anderson2009-08-043-442/+432
* switch ValueMap to using AssertingVH. This is an old patch I had layingChris Lattner2009-08-041-8/+8
* Keep track of metadata used by other metadata.Devang Patel2009-08-031-4/+52
* Add a new Constant::getIntegerValue helper function, and convert aDan Gohman2009-08-031-0/+17
* Add NamedMDNode destructor.Devang Patel2009-08-031-0/+17
* One two many newlines at end of file LLVMContextImpl.cppEdward O'Callaghan2009-08-021-1/+0
* Fix no newline at end of LLVMContextImpl.cppEdward O'Callaghan2009-08-021-1/+2
* Privatize all but one of the remaining constant tables.Owen Anderson2009-07-312-62/+55
* Move the metadata constructors back to 2.5 syntax.Owen Anderson2009-07-314-73/+44
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-315-117/+112
* Fix printing of Alloca instructions with null operands.Dan Gohman2009-07-311-1/+1
* Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson2009-07-314-46/+37
* Add getOrInsertNamedMetadata().Devang Patel2009-07-301-3/+14
* Move more code back to 2.5 APIs.Owen Anderson2009-07-309-80/+53
* Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global...Devang Patel2009-07-301-1/+1
* fix a unitialized pointer in NamedMDNode (and reenable unittest)Benjamin Kramer2009-07-301-1/+1
* TypoNate Begeman2009-07-301-1/+1
* Check null NameMDNode elements.Devang Patel2009-07-301-4/+8
* print single NamedMDNode.Devang Patel2009-07-301-3/+45
* Move types back to the 2.5 API.Owen Anderson2009-07-2911-147/+53
* Print named metadata.Devang Patel2009-07-291-0/+25
* There is no need to keep name ref in NamedMDNode.Devang Patel2009-07-291-8/+5
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-296-351/+207
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-293-2/+17
* Fix an assumption that there is a single return value when verifyingBob Wilson2009-07-291-2/+2
* Add NamedMDNode.Devang Patel2009-07-291-0/+15
* Remove unused method.Devang Patel2009-07-281-16/+0
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-288-35/+51
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-288-106/+91
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-286-176/+139
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-276-136/+101
* Add a comment about the "getelementptr null" trick.Dan Gohman2009-07-271-0/+1
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-271-0/+3
* Unbreak build.Daniel Dunbar2009-07-271-2/+0
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-277-117/+104
* Initialize mdnNext.Devang Patel2009-07-271-1/+1
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-271-7/+7
* Make sure getName().data() is always null terminated.Daniel Dunbar2009-07-261-1/+4
* Eliminate some uses of DOUT, cerr, and getNameStart().Daniel Dunbar2009-07-262-45/+45
* Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa.Daniel Dunbar2009-07-261-13/+3
* Simplify.Daniel Dunbar2009-07-261-12/+5
* Remove Value::setName(const char*, unsigned).Daniel Dunbar2009-07-261-7/+7
* Remove Value::setName(const char*).Daniel Dunbar2009-07-261-7/+1
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-255-48/+28
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-255-52/+40