summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)Author
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
2015-02-13AsmWriter/Bitcode: MDGlobalVariableDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDTemplate{Type,Value}ParameterDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDNamespaceDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDLexicalBlockFileDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDLexicalBlockDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDSubprogramDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDCompileUnitDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDSubroutineTypeDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDDerivedType and MDCompositeTypeDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDFileDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDBasicTypeDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDEnumeratorDuncan P. N. Exon Smith
2015-02-13AsmWriter/Bitcode: MDSubrangeDuncan P. N. Exon Smith
2015-02-11Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner
2015-02-04Misc documentation/comment fixes.Peter Collingbourne
2015-02-03IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith
2015-02-03Propagate a better error message to the C api.Rafael Espindola
2015-02-03Use a non-fatal diag handler in the C API. FIxes PR22368.Rafael Espindola
2015-02-02IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith
2015-01-30Check bit widths before trying to get a type.Filipe Cabecinhas
2015-01-30[bitcode reader] Fix an assert on invalid type tablesFilipe Cabecinhas
2015-01-24[Bitcode] Diagnose errors instead of asserting from bad inputFilipe Cabecinhas
2015-01-20Bitcode: Don't create comdats when autoupgrading macho bitcodeDavid Majnemer
2015-01-19IR: Merge UniquableMDNode back into MDNode, NFCDuncan P. N. Exon Smith
2015-01-19IR: Return unique_ptr from MDNode::getTemporary()Duncan P. N. Exon Smith
2015-01-19IR: Remove MDNodeFwdDeclDuncan P. N. Exon Smith
2015-01-19Bring r226038 back.Rafael Espindola
2015-01-16Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-16Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola
2015-01-15Revert Don't create new comdats in CodeGenTimur Iskhodzhanov
2015-01-14Don't create new comdats in CodeGen.Rafael Espindola
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2015-01-13AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith
2015-01-12IR: Split GenericMDNode into MDTuple and UniquableMDNodeDuncan P. N. Exon Smith
2015-01-10Use the DiagnosticHandler to print diagnostics when reading bitcode.Rafael Espindola
2015-01-09Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"Duncan P. N. Exon Smith
2015-01-09Bitcode: Share logic for last instruction, NFCDuncan P. N. Exon Smith
2015-01-09Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLDDuncan P. N. Exon Smith
2015-01-08IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith
2015-01-08Explicitly handle LinkOnceODRAutoHideLinkage. NFC. We already have a test.Rafael Espindola
2015-01-08Update naming style and clang-format. NFC.Rafael Espindola
2014-12-18Fix Visual C++ error "'llvm::make_unique' : ambiguous call to overloaded func...Yaron Keren
2014-12-18Modernize the getStreamedBitcodeModule interface a bit. NFC.Rafael Espindola