summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix most of PR10367.Rafael Espindola2014-05-161-1/+7
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-091-1/+0
* printCustom is only used in PseudoSourceValue, remove it from Value.Nick Lewycky2014-05-091-8/+1
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-241-2/+6
* Remove AssemblyAnnotationWriter from NamedMDNode::print.Rafael Espindola2014-04-231-3/+3
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-151-6/+0
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-24/+24
* Remove unused parameterDavid Blaikie2014-04-051-8/+8
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-151-2/+2
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-4/+0
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-1/+33
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-091-2/+2
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* Store a DataLayout in Module.Rafael Espindola2014-02-251-2/+3
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-311-0/+1
* Fix llvm-dis to print the inalloca bit on allocas.Reid Kleckner2014-01-251-0/+2
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-171-0/+2
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-2/+12
OpenPOWER on IntegriCloud