summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* AsmWriter/Bitcode: MDCompileUnitDuncan P. N. Exon Smith2015-02-132-4/+38
* AsmWriter/Bitcode: MDSubroutineTypeDuncan P. N. Exon Smith2015-02-132-4/+21
* AsmWriter/Bitcode: MDDerivedType and MDCompositeTypeDuncan P. N. Exon Smith2015-02-132-11/+84
* AsmWriter/Bitcode: MDFileDuncan P. N. Exon Smith2015-02-132-4/+21
* AsmWriter/Bitcode: MDBasicTypeDuncan P. N. Exon Smith2015-02-132-4/+25
* AsmWriter/Bitcode: MDEnumeratorDuncan P. N. Exon Smith2015-02-132-4/+21
* AsmWriter/Bitcode: MDSubrangeDuncan P. N. Exon Smith2015-02-132-4/+28
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* IR: Add specialized debug info metadata nodesDuncan P. N. Exon Smith2015-02-101-0/+100
* IR: Initialize MDNode abbreviations en masse, NFCDuncan P. N. Exon Smith2015-02-041-3/+4
* Misc documentation/comment fixes.Peter Collingbourne2015-02-042-2/+4
* IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith2015-02-034-6/+67
* Propagate a better error message to the C api.Rafael Espindola2015-02-031-3/+5
* Use a non-fatal diag handler in the C API. FIxes PR22368.Rafael Espindola2015-02-031-2/+11
* IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith2015-02-023-0/+3
* 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] Diagnose errors instead of asserting from bad inputFilipe Cabecinhas2015-01-241-1/+5
* IR: DwarfNode => DebugNode, NFCDuncan P. N. Exon Smith2015-01-221-2/+2
* Bitcode: Don't create comdats when autoupgrading macho bitcodeDavid Majnemer2015-01-201-2/+9
* Bitcode: Simplify MDNode subclass dispatch, NFCDuncan P. N. Exon Smith2015-01-201-10/+21
* Bitcode: WriteMDNode() => WriteMDTuple(), NFCDuncan P. N. Exon Smith2015-01-201-5/+4
* Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFCDuncan P. N. Exon Smith2015-01-203-21/+14
* 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-192-19/+47
* Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-162-47/+19
* Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola2015-01-162-19/+47
* Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-152-47/+19
* Don't create new comdats in CodeGen.Rafael Espindola2015-01-142-19/+47
* Add support for comdats with names larger than 256 characters.Rafael Espindola2015-01-141-2/+4
* [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-134-1/+58
* Bitcode: Range-based for, NFCDuncan P. N. Exon Smith2015-01-121-2/+2
* Bitcode: Add abbreviation for METADATA_NAMEDuncan P. N. Exon Smith2015-01-121-3/+12
* Bitcode: Range-based for, NFCDuncan P. N. Exon Smith2015-01-121-7/+4
* Bitcode: Range-based for, NFCDuncan P. N. Exon Smith2015-01-121-4/+4
* Bitcode: Simplify emission of METADATA_BLOCKDuncan P. N. Exon Smith2015-01-123-36/+32
OpenPOWER on IntegriCloud