aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-487/+488
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-82/+753
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-6/+272
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-18/+69
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-52/+48
* Update to LLVM 3.5a.Stephen Hines2014-04-241-66/+101
* 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
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+4
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-121-0/+2
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-231-1/+3
* Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea2013-05-081-84/+42
* Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola2013-05-011-3/+17
* Revert the command line option patch. However, keep the part that makes this ...Bill Wendling2013-04-291-18/+4
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-291-21/+21
* revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner2013-04-251-21/+21
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-181-3/+3
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-171-21/+21
* Print out the target-independent attributes in a comment before the function ...Bill Wendling2013-04-161-4/+24
* Remove support for versioned debug info.David Blaikie2013-03-111-1/+1
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-221-9/+11
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-201-16/+16
* Add the function attributes from an inline asm call. These don't have declara...Bill Wendling2013-02-201-0/+8
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-4/+7
* Add support for printing out the attribute groups.Bill Wendling2013-02-111-4/+68
* Fix unnecessary removal of const through cast machineryDavid Blaikie2013-02-111-3/+3
* Minor cleanup.Dan Gohman2013-02-081-1/+1
* Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman2013-02-051-0/+1
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-181-7/+6
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-071-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-9/+9
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+2159