aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/LLVMContext.cpp
AgeCommit message (Expand)Author
2010-07-20Add support for remapping metadata kind IDs when reading in aDan Gohman
2010-04-07introduce a new recoverable error handling API to LLVMContextChris Lattner
2010-04-06give LLVMContext an inline asm diagnostic hook member.Chris Lattner
2010-03-30Fix a major source of compile-time slowness at -O0 -g by optimizingChris Lattner
2010-03-30move some method definitions to files that make sense.Chris Lattner
2009-12-29Final step in the metadata API restructuring: move the Chris Lattner
2009-12-28prune some #includesChris Lattner
2009-10-21Derive metadata hierarchy from Value instead of User.Devang Patel
2009-09-28s/class Metadata/class MetadataContext/gDevang Patel
2009-09-16Add llvm::Metadata to manage metadata used in a context. Devang Patel
2009-09-04While replacing an MDNode elment, properly update MDNode's operand list. Devang Patel
2009-09-03Use WeakVH to hold dead mdnodes. Check use_empty() before deleting a node.Devang Patel
2009-09-03Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel
2009-09-02Revert 80839 for now. It causes test failures.Devang Patel
2009-09-02Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel
2009-09-01For now disable MDNode uniquing. This fixes llvm-gcc bootstrap failure on cer...Devang Patel
2009-08-13Actually privatize a IntegerTypes, and fix a few bugs exposed by this.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-04Factor some of the constants+context related code out into a separate header,...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-28Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel
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-27Add a comment about the "getelementptr null" trick.Dan Gohman
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-22Add newline at end of file.Duncan Sands
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-21Move a bit more state over to the LLVMContext.Owen Anderson
2009-07-16Fix "no newline at end of file" warning from gcc.Jeffrey Yasskin
2009-07-16Privatize the MDNode uniquing table.Owen Anderson
2009-07-16Privatize the MDString uniquing table.Owen Anderson
2009-07-16Privatize the ConstantFP table. I'm on a roll!Owen Anderson
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson
2009-07-15Move a few more convenience factory functions from Constant to LLVMContext.Owen Anderson
2009-07-15Move the ConstantStruct factory methods over to LLVMContext.Owen Anderson