summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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-251-3/+17
* [opaque pointer type] bitcode support for explicit type parameter to the load...David Blaikie2015-02-251-2/+19
* Use common parse routine to read alignment values from bitcodeJF Bastien2015-02-221-14/+42
* Bitcode: Stop assuming non-null fieldsDuncan P. N. Exon Smith2015-02-201-9/+10
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-191-10/+9
* Bitcode: Fix major regression: large files w/ debug infoDuncan P. N. Exon Smith2015-02-161-3/+15
* [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-151-1/+1
* AsmWriter/Bitcode: MDImportedEntityDuncan P. N. Exon Smith2015-02-131-0/+12
* AsmWriter/Bitcode: MDObjCPropertyDuncan P. N. Exon Smith2015-02-131-0/+13
* AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith2015-02-131-0/+10
* AsmWriter/Bitcode: MDLocalVariableDuncan P. N. Exon Smith2015-02-131-0/+13
* AsmWriter/Bitcode: MDGlobalVariableDuncan P. N. Exon Smith2015-02-131-0/+14
* AsmWriter/Bitcode: MDTemplate{Type,Value}ParameterDuncan P. N. Exon Smith2015-02-131-0/+23
* AsmWriter/Bitcode: MDNamespaceDuncan P. N. Exon Smith2015-02-131-0/+12
* AsmWriter/Bitcode: MDLexicalBlockFileDuncan P. N. Exon Smith2015-02-131-0/+11
* AsmWriter/Bitcode: MDLexicalBlockDuncan P. N. Exon Smith2015-02-131-0/+11
* AsmWriter/Bitcode: MDSubprogramDuncan P. N. Exon Smith2015-02-131-0/+16
* AsmWriter/Bitcode: MDCompileUnitDuncan P. N. Exon Smith2015-02-131-0/+15
* AsmWriter/Bitcode: MDSubroutineTypeDuncan P. N. Exon Smith2015-02-131-0/+10
* AsmWriter/Bitcode: MDDerivedType and MDCompositeTypeDuncan P. N. Exon Smith2015-02-131-3/+38
* AsmWriter/Bitcode: MDFileDuncan P. N. Exon Smith2015-02-131-0/+10
* AsmWriter/Bitcode: MDBasicTypeDuncan P. N. Exon Smith2015-02-131-0/+11
* AsmWriter/Bitcode: MDEnumeratorDuncan P. N. Exon Smith2015-02-131-0/+10
* AsmWriter/Bitcode: MDSubrangeDuncan P. N. Exon Smith2015-02-131-0/+12
* Misc documentation/comment fixes.Peter Collingbourne2015-02-041-1/+2
* IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith2015-02-031-0/+32
* IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith2015-02-021-0/+1
* Check bit widths before trying to get a type.Filipe Cabecinhas2015-01-301-2/+7
* [bitcode reader] Fix an assert on invalid type tablesFilipe Cabecinhas2015-01-301-1/+3
* Bitcode: Don't create comdats when autoupgrading macho bitcodeDavid Majnemer2015-01-201-2/+9
* IR: Merge UniquableMDNode back into MDNode, NFCDuncan P. N. Exon Smith2015-01-191-1/+1
* IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith2015-01-191-3/+2
* IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith2015-01-191-4/+7
* Bring r226038 back.Rafael Espindola2015-01-191-14/+42
* Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-161-42/+14
* Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola2015-01-161-14/+42
* Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-151-42/+14
* Don't create new comdats in CodeGen.Rafael Espindola2015-01-141-14/+42
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith2015-01-131-0/+14
* IR: Split GenericMDNode into MDTuple and UniquableMDNodeDuncan P. N. Exon Smith2015-01-121-2/+2
* Use the DiagnosticHandler to print diagnostics when reading bitcode.Rafael Espindola2015-01-101-281/+312
* Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"Duncan P. N. Exon Smith2015-01-091-1/+1
* Bitcode: Share logic for last instruction, NFCDuncan P. N. Exon Smith2015-01-091-14/+10
* Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLDDuncan P. N. Exon Smith2015-01-091-1/+1
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-1/+7
* Explicitly handle LinkOnceODRAutoHideLinkage. NFC. We already have a test.Rafael Espindola2015-01-081-0/+2
OpenPOWER on IntegriCloud