aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-04-28[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'David Blaikie1-5/+8
2015-04-27[opaque pointer type] encode the pointee type of global variablesDavid Blaikie1-5/+11
2015-04-24IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith1-4/+17
2015-04-24[opaque pointer type] bitcode: add explicit callee type to invoke instructionsDavid Blaikie1-14/+23
2015-04-24[BitcodeReader] Fix asserts when we read a non-vector type for insert/extract...Filipe Cabecinhas1-2/+9
2015-04-23Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...David Blaikie1-7/+6
2015-04-22Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...David Blaikie1-6/+7
2015-04-22Have more strict type checks when creating BinOp nodes in BitcodeReaderFilipe Cabecinhas1-14/+29
2015-04-22[opaque pointer types] Serialize the value type for atomic store instructionsDavid Blaikie1-4/+8
2015-04-22[opaque pointer types] Serialize the value type for store instructionsDavid Blaikie1-4/+8
2015-04-21[opaque pointer type] Avoid using PointerType::getElementType for a few cases...David Blaikie1-7/+6
2015-04-17[opaque pointer types] Use the pointee type loaded from bitcode when construc...David Blaikie1-5/+6
2015-04-17[opaque pointer type] Serialize the type of an llvm::Function as a function t...David Blaikie1-4/+3
2015-04-17[opaque pointer type] Explicit pointee type for call instructionDavid Blaikie1-9/+22
2015-04-16[IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das1-0/+4
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith1-2/+3
2015-04-14Error out of ParseBitcodeInto(Module*) if we haven't read a ModuleFilipe Cabecinhas1-2/+6
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-04-02[opaque pointer type] API migration for GEP constant factoriesDavid Blaikie1-5/+8
2015-04-01git-clang-format r233603.Rafael Espindola1-3/+1
2015-03-30Fix PR23045.Rafael Espindola1-0/+12
2015-03-26Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith1-3/+4
2015-03-17Internalize BitcodeReader. Not used outside of BitcodeReader.cpp.Benjamin Kramer1-2/+342
2015-03-16Add testing for mismatched explicit type on a gep operator when loading from ...David Blaikie1-1/+2
2015-03-16Add testing for mismatched explicit type on a load instruction when loading f...David Blaikie1-3/+3
2015-03-16Test bitcode parsing error-handling for incorrect explicit typeDavid Blaikie1-2/+8
2015-03-14[opaque pointer type] more gep API migrationDavid Blaikie1-1/+1
2015-03-13[opaque pointer type] Bitcode support for explicit type parameter on the gep ...David Blaikie1-5/+11
2015-03-13Turn assertion into bitcode reading errorDavid Blaikie1-2/+2
2015-03-13Add a parameter for getLazyBitcodeModule to lazily load Metadata.Manman Ren1-9/+52
2015-03-01Add missing includes. make_unique proliferated everywhere.Benjamin Kramer1-0/+1
2015-02-28Silence three more variable set but not used warnings, NFC.Yaron Keren1-0/+3
2015-02-25[opaque pointer type] Bitcode support for explicit type parameter on GEP.David Blaikie1-3/+17
2015-02-25[opaque pointer type] bitcode support for explicit type parameter to the load...David Blaikie1-2/+19
2015-02-22Use common parse routine to read alignment values from bitcodeJF Bastien1-14/+42
2015-02-20Bitcode: Stop assuming non-null fieldsDuncan P. N. Exon Smith1-9/+10
2015-02-19IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith1-10/+9
2015-02-16Bitcode: Fix major regression: large files w/ debug infoDuncan P. N. Exon Smith1-3/+15
2015-02-16[Bitcode reader] Fix a few assertions when reading invalid filesFilipe Cabecinhas1-0/+32
2015-02-15Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman1-1/+1
2015-02-13AsmWriter/Bitcode: MDImportedEntityDuncan P. N. Exon Smith1-0/+12
2015-02-13AsmWriter/Bitcode: MDObjCPropertyDuncan P. N. Exon Smith1-0/+13
2015-02-13AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith1-0/+10
2015-02-13AsmWriter/Bitcode: MDLocalVariableDuncan P. N. Exon Smith1-0/+13
2015-02-13AsmWriter/Bitcode: MDGlobalVariableDuncan P. N. Exon Smith1-0/+14
2015-02-13AsmWriter/Bitcode: MDTemplate{Type,Value}ParameterDuncan P. N. Exon Smith1-0/+23
2015-02-13AsmWriter/Bitcode: MDNamespaceDuncan P. N. Exon Smith1-0/+12
2015-02-13AsmWriter/Bitcode: MDLexicalBlockFileDuncan P. N. Exon Smith1-0/+11
2015-02-13AsmWriter/Bitcode: MDLexicalBlockDuncan P. N. Exon Smith1-0/+11
2015-02-13AsmWriter/Bitcode: MDSubprogramDuncan P. N. Exon Smith1-0/+16