summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Verify sizes when trying to read a VBRFilipe Cabecinhas2015-04-151-0/+2
* uselistorder: Remove the global bitsDuncan P. N. Exon Smith2015-04-151-1/+0
* uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith2015-04-151-6/+10
* uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith2015-04-152-6/+9
* uselistorder: Thread bit through ValueEnumeratorDuncan P. N. Exon Smith2015-04-143-8/+16
* Error out of ParseBitcodeInto(Module*) if we haven't read a ModuleFilipe Cabecinhas2015-04-141-2/+6
* DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith2015-04-111-2/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()Duncan P. N. Exon Smith2015-04-071-10/+10
* IR: Rename MDSubrange::getLo() to getLowerBound()Duncan P. N. Exon Smith2015-04-071-1/+1
* [opaque pointer type] API migration for GEP constant factoriesDavid Blaikie2015-04-021-5/+8
* git-clang-format r233603.Rafael Espindola2015-04-011-3/+1
* Fix PR23045.Rafael Espindola2015-03-301-0/+12
* IR: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-302-20/+11
* Bitcode: Reflow code to use early continues, NFCDuncan P. N. Exon Smith2015-03-301-15/+18
* Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith2015-03-261-3/+4
* Internalize BitcodeReader. Not used outside of BitcodeReader.cpp.Benjamin Kramer2015-03-172-385/+342
* AsmWriter: Assert on unresolved metadata nodesDuncan P. N. Exon Smith2015-03-171-0/+2
* Add testing for mismatched explicit type on a gep operator when loading from ...David Blaikie2015-03-161-1/+2
* Add testing for mismatched explicit type on a load instruction when loading f...David Blaikie2015-03-161-3/+3
* Test bitcode parsing error-handling for incorrect explicit typeDavid Blaikie2015-03-161-2/+8
* [opaque pointer type] more gep API migrationDavid Blaikie2015-03-141-1/+1
* Be lazy about loading metadata in IRObjectFile.Rafael Espindola2015-03-131-1/+1
* [opaque pointer type] Bitcode support for explicit type parameter on the gep ...David Blaikie2015-03-132-7/+16
* Turn assertion into bitcode reading errorDavid Blaikie2015-03-131-2/+2
* Add a parameter for getLazyBitcodeModule to lazily load Metadata.Manman Ren2015-03-132-11/+68
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-091-1/+1
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* Silence three more variable set but not used warnings, NFC.Yaron Keren2015-02-281-0/+3
* [opaque pointer type] Bitcode support for explicit type parameter on GEP.David Blaikie2015-02-252-7/+37
* [opaque pointer type] bitcode support for explicit type parameter to the load...David Blaikie2015-02-252-2/+22
* BitcodeWriter: Refactor common computation of bits required for a type index.David Blaikie2015-02-253-4/+9
* Use common parse routine to read alignment values from bitcodeJF Bastien2015-02-222-14/+46
* Bitcode: Stop assuming non-null fieldsDuncan P. N. Exon Smith2015-02-202-11/+12
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-192-12/+9
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-171-13/+6
* Bitcode: Fix major regression: large files w/ debug infoDuncan P. N. Exon Smith2015-02-162-3/+17
* [Bitcode reader] Fix a few assertions when reading invalid filesFilipe Cabecinhas2015-02-161-0/+32
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-152-3/+3
* Clean up some inappropriate choices of type in the bitcode reader. None ofRichard Smith2015-02-131-1/+1
* AsmWriter/Bitcode: MDImportedEntityDuncan P. N. Exon Smith2015-02-132-4/+26
* AsmWriter/Bitcode: MDObjCPropertyDuncan P. N. Exon Smith2015-02-132-4/+30
* AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith2015-02-132-4/+23
* AsmWriter/Bitcode: MDLocalVariableDuncan P. N. Exon Smith2015-02-132-4/+32
* AsmWriter/Bitcode: MDGlobalVariableDuncan P. N. Exon Smith2015-02-132-4/+34
* AsmWriter/Bitcode: MDTemplate{Type,Value}ParameterDuncan P. N. Exon Smith2015-02-132-12/+51
* AsmWriter/Bitcode: MDNamespaceDuncan P. N. Exon Smith2015-02-132-4/+25
* AsmWriter/Bitcode: MDLexicalBlockFileDuncan P. N. Exon Smith2015-02-132-4/+24
* AsmWriter/Bitcode: MDLexicalBlockDuncan P. N. Exon Smith2015-02-132-4/+25
* AsmWriter/Bitcode: MDSubprogramDuncan P. N. Exon Smith2015-02-132-4/+44
OpenPOWER on IntegriCloud