aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/LLVMContext.h
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-25Rename LLVMContext diagnostic handler types and functions.Bob Wilson
2012-12-24Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-13Define an official slot for the new !tbaa.struct metadata tag.Dan Gohman
2012-06-18revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes
2012-06-18add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes
2012-04-14Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands
2012-03-24First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola
2012-01-03generalize LLVMContext::emitError to take a twine instead of a StringRef.Chris Lattner
2011-10-27Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne
2011-07-06Introduce "expect" intrinsic instructions.Jakub Staszak
2010-11-17now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner
2010-09-14Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman
2010-09-08Move private member functions to the end of the class declaration.Owen Anderson
2010-09-08Make module ownership methods on LLVMContext private, and make Module a friendOwen Anderson
2010-09-08Clarify the ownership model of LLVMContext and Module. Namely, contexts ownOwen Anderson
2010-07-20Remove an obsolete comment.Dan Gohman
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
2009-12-29Final step in the metadata API restructuring: move the Chris Lattner
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