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