aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/LLVMContext.h
AgeCommit message (Expand)Author
2009-10-21Derive metadata hierarchy from Value instead of User.Devang Patel
2009-10-06Make LLVMContext's pImpl member const.Dan Gohman
2009-09-28s/class Metadata/class MetadataContext/gDevang Patel
2009-09-16Add llvm::Metadata to manage metadata used in a context. Devang Patel
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-11Tidy #includes.Dan Gohman
2009-08-11Remove dead metadata.Devang Patel
2009-08-05Remove unused forward decls.Benjamin Kramer
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-08-04Privatize the last bit of Constant-creation state.Owen Anderson
2009-07-31Privatize all but one of the remaining constant tables.Owen Anderson
2009-07-31Move the metadata constructors back to 2.5 syntax.Owen Anderson
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-31Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson
2009-07-30Move more code back to 2.5 APIs.Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson
2009-07-28Return ConstantVector to 2.5 API.Owen Anderson
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson
2009-07-27Move ConstantStruct back to 2.5 API.Owen Anderson
2009-07-27Move ConstantFP construction back to the 2.5-ish API.Owen Anderson
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson
2009-07-24Privatize the ConstantVector tables.Owen Anderson
2009-07-23Privatize the ConstantStruct table.Owen Anderson
2009-07-23MDStringDevang Patel
2009-07-21Privatize the ConstantArray table.Owen Anderson
2009-07-21Privatize the first of the value maps.Owen Anderson
2009-07-21Rename getConstantInt{True|False} to get{True|False} at Chris' behest.Owen Anderson
2009-07-16Privatize the MDNode uniquing table.Owen Anderson
2009-07-16Privatize the MDString uniquing table.Owen Anderson
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson
2009-07-13Move a bit more functionality to LLVMContext, which apparently wasn't being u...Owen Anderson
2009-07-13Move more functionality over to LLVMContext.Owen Anderson
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-07-09This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-07-07This parameter should default to true, not false.Owen Anderson
2009-07-05More LLVMContext-ification.Owen Anderson
2009-07-03Even more passes being LLVMContext'd.Owen Anderson
2009-07-02Fill in a few more missing accessors.Owen Anderson
2009-07-02Add accessors for metadata constants.Owen Anderson
2009-07-02Add accessor for MDNode.Owen Anderson
2009-07-02Add accessor for getting UndefValue's.Owen Anderson
2009-07-01Add a few methods that got left out earlier.Owen Anderson
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01--- Reverse-merging (from foreign repository) r74648 into '.':Bill Wendling
2009-07-01Convert LLParser to use LLVMContext for creating constants.Owen Anderson