summaryrefslogtreecommitdiff
path: root/include/llvm/LLVMContext.h
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename LLVMContext diagnostic handler types and functions.Bob Wilson2012-12-25
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-24
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Define an official slot for the new !tbaa.struct metadata tag.Dan Gohman2012-09-13
* revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes2012-06-18
* add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes2012-06-18
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-14
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-24
* generalize LLVMContext::emitError to take a twine instead of a StringRef.Chris Lattner2012-01-03
* Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne2011-10-27
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner2010-11-17
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-14
* Move private member functions to the end of the class declaration.Owen Anderson2010-09-08
* Make module ownership methods on LLVMContext private, and make Module a friendOwen Anderson2010-09-08
* Clarify the ownership model of LLVMContext and Module. Namely, contexts ownOwen Anderson2010-09-08
* Remove an obsolete comment.Dan Gohman2010-07-20
* Add support for remapping metadata kind IDs when reading in aDan Gohman2010-07-20
* introduce a new recoverable error handling API to LLVMContextChris Lattner2010-04-07
* give LLVMContext an inline asm diagnostic hook member.Chris Lattner2010-04-06
* Fix a major source of compile-time slowness at -O0 -g by optimizingChris Lattner2010-03-30
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-29
* Derive metadata hierarchy from Value instead of User.Devang Patel2009-10-21
* Make LLVMContext's pImpl member const.Dan Gohman2009-10-06
* s/class Metadata/class MetadataContext/gDevang Patel2009-09-28
* Add llvm::Metadata to manage metadata used in a context. Devang Patel2009-09-16
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Tidy #includes.Dan Gohman2009-08-11
* Remove dead metadata.Devang Patel2009-08-11
* Remove unused forward decls.Benjamin Kramer2009-08-05
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Privatize the last bit of Constant-creation state.Owen Anderson2009-08-04
* Privatize all but one of the remaining constant tables.Owen Anderson2009-07-31
* Move the metadata constructors back to 2.5 syntax.Owen Anderson2009-07-31
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson2009-07-31
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-28
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-27
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-27
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Privatize the ConstantVector tables.Owen Anderson2009-07-24
* Privatize the ConstantStruct table.Owen Anderson2009-07-23
* MDStringDevang Patel2009-07-23