aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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