summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-12/+2
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-2/+12
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-1/+1
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-34/+27
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-4/+4
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-3/+1
* Fix AsmWriter's handling of SPIR calling conventions. Patch by Boaz Ouriel.Michael Kuperstein2013-12-151-0/+2
* Remove unused value.Rafael Espindola2013-12-071-13/+11
* Use isIntrinsic() instead of checking for "llvm."Matt Arsenault2013-12-051-1/+1
* Print new JavaScript calling conventions symbolically.Andrew Trick2013-11-111-0/+2
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-3/+0
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-271-1/+0
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-231-0/+1
OpenPOWER on IntegriCloud