Add an option `-enable-old-style-attr-syntax' to print out function attributes in...
[oota-llvm.git] / lib / IR / AsmWriter.cpp
2013-04-17 Bill WendlingAdd an option `-enable-old-style-attr-syntax' to print...
2013-04-16 Bill WendlingPrint out the target-independent attributes in a commen...
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-20 Bill WendlingAdd the function attributes from an inline asm call...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-11 Bill WendlingAdd support for printing out the attribute groups.
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-08 Dan GohmanMinor cleanup.
2013-02-05 Michael GottesmanAdded LLVM Asm/Bitcode Reader/Writer support for new...
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-07 Chandler CarruthMove TypeFinder.h into the IR tree, it clearly belongs...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.