Age | Commit message (Expand) | Author |
2013-01-02 | Rename VMCore directory to IR. | Chandler Carruth |
2012-12-26 | 80 columns. No functionality change. | Nick Lewycky |
2012-12-25 | Rename LLVMContext diagnostic handler types and functions. | Bob Wilson |
2012-12-24 | Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368> | Bob Wilson |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-09-13 | Define an official slot for the new !tbaa.struct metadata tag. | Dan Gohman |
2012-06-18 | revert r158660, since Chris has some issues with this patch (namely using cod... | Nuno Lopes |
2012-06-18 | add the 'alloc' metadata node to represent the size of offset of buffers poin... | Nuno Lopes |
2012-04-14 | Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm | Duncan Sands |
2012-03-24 | First part of PR12251. Add documentation and verifier support for the range | Rafael Espindola |
2012-01-03 | generalize LLVMContext::emitError to take a twine instead of a StringRef. | Chris Lattner |
2011-10-27 | Add a pinned metadata name for fpaccuracy, and document it | Peter Collingbourne |
2011-10-16 | Make SMDiagnostic a little more sane. Instead of passing around note/warning... | Chris Lattner |
2011-07-06 | Introduce "expect" intrinsic instructions. | Jakub Staszak |
2010-12-19 | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky |
2010-12-19 | Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo> | Nick Lewycky |
2010-12-17 | Remove trailing whitespace. | Bob Wilson |
2010-11-17 | now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the | Chris Lattner |
2010-09-14 | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman |
2010-09-08 | Clarify the ownership model of LLVMContext and Module. Namely, contexts own | Owen Anderson |
2010-07-20 | Add support for remapping metadata kind IDs when reading in a | Dan Gohman |
2010-04-07 | introduce a new recoverable error handling API to LLVMContext | Chris Lattner |
2010-04-06 | give LLVMContext an inline asm diagnostic hook member. | Chris Lattner |
2010-03-30 | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner |
2010-03-30 | move some method definitions to files that make sense. | Chris Lattner |
2009-12-29 | Final step in the metadata API restructuring: move the | Chris Lattner |
2009-12-28 | prune some #includes | Chris Lattner |
2009-10-21 | Derive metadata hierarchy from Value instead of User. | Devang Patel |
2009-09-28 | s/class Metadata/class MetadataContext/g | Devang Patel |
2009-09-16 | Add llvm::Metadata to manage metadata used in a context. | Devang Patel |
2009-09-04 | While replacing an MDNode elment, properly update MDNode's operand list. | Devang Patel |
2009-09-03 | Use WeakVH to hold dead mdnodes. Check use_empty() before deleting a node. | Devang Patel |
2009-09-03 | Now Bitcode reader bug is fixed. Reapply 80839. | Devang Patel |
2009-09-02 | Revert 80839 for now. It causes test failures. | Devang Patel |
2009-09-02 | Use CallbackVH, instead of WeakVH, to hold MDNode elements. | Devang Patel |
2009-09-01 | For now disable MDNode uniquing. This fixes llvm-gcc bootstrap failure on cer... | Devang Patel |
2009-08-13 | Actually privatize a IntegerTypes, and fix a few bugs exposed by this. | Owen Anderson |
2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
2009-08-11 | Tidy #includes. | Dan Gohman |
2009-08-11 | Remove dead metadata. | Devang Patel |
2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
2009-07-31 | Move the metadata constructors back to 2.5 syntax. | Owen Anderson |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-31 | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
2009-07-28 | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel |
2009-07-28 | Return ConstantVector to 2.5 API. | Owen Anderson |
2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |