aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-13AsmWriter/Bitcode: MDCompileUnitDuncan P. N. Exon Smith1-0/+15
2015-02-13AsmWriter/Bitcode: MDSubroutineTypeDuncan P. N. Exon Smith1-0/+10
2015-02-13AsmWriter/Bitcode: MDDerivedType and MDCompositeTypeDuncan P. N. Exon Smith1-3/+38
2015-02-13AsmWriter/Bitcode: MDFileDuncan P. N. Exon Smith1-0/+10
2015-02-13AsmWriter/Bitcode: MDBasicTypeDuncan P. N. Exon Smith1-0/+11
2015-02-13AsmWriter/Bitcode: MDEnumeratorDuncan P. N. Exon Smith1-0/+10
2015-02-13AsmWriter/Bitcode: MDSubrangeDuncan P. N. Exon Smith1-0/+12
2015-02-04Misc documentation/comment fixes.Peter Collingbourne1-1/+2
2015-02-03IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith1-0/+32
2015-02-02IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith1-0/+1
2015-01-30Check bit widths before trying to get a type.Filipe Cabecinhas1-2/+7
2015-01-30[bitcode reader] Fix an assert on invalid type tablesFilipe Cabecinhas1-1/+3
2015-01-20Bitcode: Don't create comdats when autoupgrading macho bitcodeDavid Majnemer1-2/+9
2015-01-19IR: Merge UniquableMDNode back into MDNode, NFCDuncan P. N. Exon Smith1-1/+1
2015-01-19IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith1-3/+2
2015-01-19IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith1-4/+7
2015-01-19Bring r226038 back.Rafael Espindola1-14/+42