summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)Author
2015-04-17[opaque pointer types] Use the pointee type loaded from bitcode when construc...David Blaikie
2015-04-17[opaque pointer type] Serialize the type of an llvm::Function as a function t...David Blaikie
2015-04-17[opaque pointer type] Explicit pointee type for call instructionDavid Blaikie
2015-04-16[IR] Introduce a dereferenceable_or_null(N) attribute.Sanjoy Das
2015-04-15DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith
2015-04-15Revert "Verify sizes when trying to read a VBR"Filipe Cabecinhas
2015-04-15Verify sizes when trying to read a VBRFilipe Cabecinhas
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith
2015-04-14uselistorder: Thread bit through ValueEnumeratorDuncan P. N. Exon Smith
2015-04-14Error out of ParseBitcodeInto(Module*) if we haven't read a ModuleFilipe Cabecinhas
2015-04-11DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-04-07IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith
2015-04-07IR: Rename MDSubrange::getLo() to getLowerBound()Duncan P. N. Exon Smith
2015-04-02[opaque pointer type] API migration for GEP constant factoriesDavid Blaikie
2015-04-01git-clang-format r233603.Rafael Espindola
2015-03-30Fix PR23045.Rafael Espindola
2015-03-30IR: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith
2015-03-30Bitcode: Reflow code to use early continues, NFCDuncan P. N. Exon Smith
2015-03-26Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith
2015-03-17Internalize BitcodeReader. Not used outside of BitcodeReader.cpp.Benjamin Kramer
2015-03-17AsmWriter: Assert on unresolved metadata nodesDuncan P. N. Exon Smith
2015-03-16Add testing for mismatched explicit type on a gep operator when loading from ...David Blaikie
2015-03-16Add testing for mismatched explicit type on a load instruction when loading f...David Blaikie
2015-03-16Test bitcode parsing error-handling for incorrect explicit typeDavid Blaikie
2015-03-14[opaque pointer type] more gep API migrationDavid Blaikie
2015-03-13Be lazy about loading metadata in IRObjectFile.Rafael Espindola
2015-03-13[opaque pointer type] Bitcode support for explicit type parameter on the gep ...David Blaikie
2015-03-13Turn assertion into bitcode reading errorDavid Blaikie
2015-03-13Add a parameter for getLazyBitcodeModule to lazily load Metadata.Manman Ren
2015-03-09Simplify expressions involving boolean constants with clang-tidyDavid Blaikie
2015-03-01Add missing includes. make_unique proliferated everywhere.Benjamin Kramer
2015-02-28Silence three more variable set but not used warnings, NFC.Yaron Keren
2015-02-25[opaque pointer type] Bitcode support for explicit type parameter on GEP.David Blaikie
2015-02-25[opaque pointer type] bitcode support for explicit type parameter to the load...David Blaikie
2015-02-25BitcodeWriter: Refactor common computation of bits required for a type index.David Blaikie
2015-02-22Use common parse routine to read alignment values from bitcodeJF Bastien
2015-02-20Bitcode: Stop assuming non-null fieldsDuncan P. N. Exon Smith
2015-02-19IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith
2015-02-17Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer
2015-02-16Bitcode: Fix major regression: large files w/ debug infoDuncan P. N. Exon Smith
2015-02-16[Bitcode reader] Fix a few assertions when reading invalid filesFilipe Cabecinhas
2015-02-15Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman
2015-02-13Clean up some inappropriate choices of type in the bitcode reader. None ofRichard Smith
2015-02-13AsmWriter/Bitcode: MDImportedEntityDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDObjCPropertyDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDLocalVariableDuncan P. N. Exon Smith