| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a pinned metadata name for fpaccuracy, and document it | Peter Collingbourne | 2011-10-27 | 1 | -0/+5 |
* | Make SMDiagnostic a little more sane. Instead of passing around note/warning... | Chris Lattner | 2011-10-16 | 1 | -1/+1 |
* | Introduce "expect" intrinsic instructions. | Jakub Staszak | 2011-07-06 | 1 | -0/+4 |
* | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky | 2010-12-19 | 1 | -0/+1 |
* | Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo> | Nick Lewycky | 2010-12-19 | 1 | -2/+2 |
* | Remove trailing whitespace. | Bob Wilson | 2010-12-17 | 1 | -7/+6 |
* | now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the | Chris Lattner | 2010-11-17 | 1 | -5/+6 |
* | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman | 2010-09-14 | 1 | -1/+8 |
* | Clarify the ownership model of LLVMContext and Module. Namely, contexts own | Owen Anderson | 2010-09-08 | 1 | -0/+8 |
* | Add support for remapping metadata kind IDs when reading in a | Dan Gohman | 2010-07-20 | 1 | -8/+5 |
* | introduce a new recoverable error handling API to LLVMContext | Chris Lattner | 2010-04-07 | 1 | -0/+38 |
* | give LLVMContext an inline asm diagnostic hook member. | Chris Lattner | 2010-04-06 | 1 | -2/+17 |
* | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner | 2010-03-30 | 1 | -1/+5 |
* | move some method definitions to files that make sense. | Chris Lattner | 2010-03-30 | 1 | -11/+40 |
* | Final step in the metadata API restructuring: move the | Chris Lattner | 2009-12-29 | 1 | -5/+0 |
* | prune some #includes | Chris Lattner | 2009-12-28 | 1 | -1/+0 |
* | Derive metadata hierarchy from Value instead of User. | Devang Patel | 2009-10-21 | 1 | -26/+0 |
* | s/class Metadata/class MetadataContext/g | Devang Patel | 2009-09-28 | 1 | -1/+1 |
* | Add llvm::Metadata to manage metadata used in a context. | Devang Patel | 2009-09-16 | 1 | -0/+4 |
* | While replacing an MDNode elment, properly update MDNode's operand list. | Devang Patel | 2009-09-04 | 1 | -3/+4 |
* | Use WeakVH to hold dead mdnodes. Check use_empty() before deleting a node. | Devang Patel | 2009-09-03 | 1 | -5/+7 |
* | Now Bitcode reader bug is fixed. Reapply 80839. | Devang Patel | 2009-09-03 | 1 | -4/+5 |
* | Revert 80839 for now. It causes test failures. | Devang Patel | 2009-09-02 | 1 | -5/+4 |
* | Use CallbackVH, instead of WeakVH, to hold MDNode elements. | Devang Patel | 2009-09-02 | 1 | -4/+5 |
* | For now disable MDNode uniquing. This fixes llvm-gcc bootstrap failure on cer... | Devang Patel | 2009-09-01 | 1 | -4/+4 |
* | Actually privatize a IntegerTypes, and fix a few bugs exposed by this. | Owen Anderson | 2009-08-13 | 1 | -1/+1 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Tidy #includes. | Dan Gohman | 2009-08-11 | 1 | -3/+0 |
* | Remove dead metadata. | Devang Patel | 2009-08-11 | 1 | -0/+25 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 1 | -2/+15 |
* | Move the metadata constructors back to 2.5 syntax. | Owen Anderson | 2009-07-31 | 1 | -18/+0 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -43/+0 |
* | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 1 | -13/+0 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -21/+2 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -83/+0 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -264/+0 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
* | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -22/+1 |
* | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -45/+0 |
* | Move ConstantStruct back to 2.5 API. | Owen Anderson | 2009-07-27 | 1 | -32/+0 |
* | Add a comment about the "getelementptr null" trick. | Dan Gohman | 2009-07-27 | 1 | -0/+1 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -66/+8 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 1 | -8/+4 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -52/+7 |
* | Privatize the ConstantVector tables. | Owen Anderson | 2009-07-24 | 1 | -1/+5 |
* | Privatize the ConstantStruct table. | Owen Anderson | 2009-07-23 | 1 | -1/+10 |
* | MDString | Devang Patel | 2009-07-23 | 1 | -3/+3 |
* | Add newline at end of file. | Duncan Sands | 2009-07-22 | 1 | -1/+1 |
* | Privatize the ConstantArray table. | Owen Anderson | 2009-07-21 | 1 | -1/+10 |
* | Privatize the first of the value maps. | Owen Anderson | 2009-07-21 | 1 | -1/+5 |