aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Alkis pointed out that this is not a character (we actually support strings)Chris Lattner2004-08-181-3/+3
* new methodChris Lattner2004-08-171-0/+4
* Add support for alignmentChris Lattner2004-08-171-2/+21
* Allow targets to specify a comment characterChris Lattner2004-08-171-1/+6
* Add missing \tChris Lattner2004-08-171-1/+1
* Add some hooksChris Lattner2004-08-171-1/+31
* We now allow targets to use any prefix they want for global symbols. LetsChris Lattner2004-08-171-4/+4
* Some asmweriters want an _ prefixChris Lattner2004-08-171-1/+9
* Initial implementation of the asmprinter base classChris Lattner2004-08-161-0/+65