summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* AsmWriter/Bitcode: MDLexicalBlockDuncan P. N. Exon Smith2015-02-131-3/+18
* AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'Duncan P. N. Exon Smith2015-02-131-2/+7
* AsmWriter/Bitcode: MDSubprogramDuncan P. N. Exon Smith2015-02-131-3/+60
* AsmWriter/Bitcode: MDCompileUnitDuncan P. N. Exon Smith2015-02-131-3/+51
* AsmWriter/Bitcode: MDSubroutineTypeDuncan P. N. Exon Smith2015-02-131-4/+10
* AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'Duncan P. N. Exon Smith2015-02-131-2/+8
* AsmWriter/Bitcode: MDDerivedType and MDCompositeTypeDuncan P. N. Exon Smith2015-02-131-7/+89
* AsmWriter/Bitcode: MDFileDuncan P. N. Exon Smith2015-02-131-2/+8
* AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'Duncan P. N. Exon Smith2015-02-131-2/+7
* AsmWriter/Bitcode: MDBasicTypeDuncan P. N. Exon Smith2015-02-131-3/+15
* AsmWriter/Bitcode: MDEnumeratorDuncan P. N. Exon Smith2015-02-131-2/+7
* AsmWriter/Bitcode: MDSubrangeDuncan P. N. Exon Smith2015-02-131-3/+9
* IR: Add specialized debug info metadata nodesDuncan P. N. Exon Smith2015-02-101-0/+87
* AsmWriter: Extract writeTag(), NFCDuncan P. N. Exon Smith2015-02-061-5/+9
* AsmWriter: Extract writeMetadataAsOperand(), NFCDuncan P. N. Exon Smith2015-02-061-5/+12
* AsmParser: Recognize DW_TAG_* constantsDuncan P. N. Exon Smith2015-02-031-2/+5
* IR: Assembly and bitcode for GenericDebugNodeDuncan P. N. Exon Smith2015-02-031-4/+26
* IR: DwarfNode => DebugNode, NFCDuncan P. N. Exon Smith2015-01-221-1/+1
* IR: Introduce GenericDwarfNodeDuncan P. N. Exon Smith2015-01-201-0/+6
* IR: Merge UniquableMDNode back into MDNode, NFCDuncan P. N. Exon Smith2015-01-191-5/+4
* IR: Remove isa<UniquableMDNode>, NFCDuncan P. N. Exon Smith2015-01-191-1/+1
* IR: Always print MDLocation lineDuncan P. N. Exon Smith2015-01-141-2/+2
* IR: Add MDLocation classDuncan P. N. Exon Smith2015-01-131-0/+33
* IR: Split out writeMDTuple(), NFCDuncan P. N. Exon Smith2015-01-121-6/+24
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-0/+2
* Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola2015-01-061-8/+20
* IR: Stop printing 'metadata' in Metadata::print()Duncan P. N. Exon Smith2014-12-161-3/+0
* IR: Make MDNode::dump() useful by adding addressesDuncan P. N. Exon Smith2014-12-161-1/+3
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-6/+1
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-66/+103
* Prologue supportPeter Collingbourne2014-12-031-0/+10
* Parse 'ghccc' in .ll files as the GHC convention (cc 10)Reid Kleckner2014-12-011-0/+1
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-14/+13
* IR: MDNode => Value: AsmWriter SlotTracker APIDuncan P. N. Exon Smith2014-11-051-8/+9
* IR: MDNode => Value: Instruction::getAllMetadata()Duncan P. N. Exon Smith2014-11-011-5/+5
* X86: Implement the vectorcall calling conventionReid Kleckner2014-10-281-0/+1
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-1/+1
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-1/+1
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-1/+1
* Declare that musttail calls in variadic functions forward the ellipsisReid Kleckner2014-08-261-0/+8
* IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-191-0/+258
* IR: Print a newline when dumping TypesJustin Bogner2014-08-121-1/+1
* Use "weak alias" instead of "alias weak"Rafael Espindola2014-07-301-2/+1
* IR: Aliases don't belong to an explicit comdatDavid Majnemer2014-07-101-5/+0
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-2/+65
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-0/+3
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-091-8/+0
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-1/+4
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-7/+1
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-281-0/+1
OpenPOWER on IntegriCloud