summaryrefslogtreecommitdiff
path: root/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAge
* [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
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* Add the function attributes from an inline asm call. These don't have declara...Bill Wendling2013-02-20
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Add support for printing out the attribute groups.Bill Wendling2013-02-11
* Fix unnecessary removal of const through cast machineryDavid Blaikie2013-02-11
* Minor cleanup.Dan Gohman2013-02-08
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-05
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-18
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02