aboutsummaryrefslogtreecommitdiff
path: root/lib/IR/AsmWriter.cpp
AgeCommit message (Expand)Author
2013-05-01Now that the underlying issue is fixed, revert r180750 and r180722.Rafael Espindola
2013-04-29Revert the command line option patch. However, keep the part that makes this ...Bill Wendling
2013-04-29Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner
2013-04-25revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner
2013-04-18Make the TargetIndependent flag have the right boolean value.Bill Wendling
2013-04-17Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling
2013-04-16Print out the target-independent attributes in a comment before the function ...Bill Wendling
2013-03-11Remove support for versioned debug info.David Blaikie
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2013-02-20Add the function attributes from an inline asm call. These don't have declara...Bill Wendling
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei
2013-02-11Add support for printing out the attribute groups.Bill Wendling
2013-02-11Fix unnecessary removal of const through cast machineryDavid Blaikie
2013-02-08Minor cleanup.Dan Gohman
2013-02-05Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...Michael Gottesman
2013-01-18Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling
2013-01-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Rename VMCore directory to IR.Chandler Carruth