summaryrefslogtreecommitdiff
path: root/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-09
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* Fix most of PR10367.Rafael Espindola2014-05-16
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-09
* printCustom is only used in PseudoSourceValue, remove it from Value.Nick Lewycky2014-05-09
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* Remove AssemblyAnnotationWriter from NamedMDNode::print.Rafael Espindola2014-04-23
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Remove unused parameterDavid Blaikie2014-04-05
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-15
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-09
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* Store a DataLayout in Module.Rafael Espindola2014-02-25
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-31
* Fix llvm-dis to print the inalloca bit on allocas.Reid Kleckner2014-01-25
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-17
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix AsmWriter's handling of SPIR calling conventions. Patch by Boaz Ouriel.Michael Kuperstein2013-12-15
* Remove unused value.Rafael Espindola2013-12-07
* Use isIntrinsic() instead of checking for "llvm."Matt Arsenault2013-12-05
* Print new JavaScript calling conventions symbolically.Andrew Trick2013-11-11
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-12
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-23
* Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea2013-05-08
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-01
* Revert the command line option patch. However, keep the part that makes this ...Bill Wendling2013-04-29
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-29
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-25
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-18
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-17
* Print out the target-independent attributes in a comment before the function ...Bill Wendling2013-04-16
* Remove support for versioned debug info.David Blaikie2013-03-11