aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly/Writer.h
Commit message (Expand)AuthorAgeFilesLines
* add a #include to improve portability to windows, as requested byChris Lattner2009-03-091-0/+1
* simplify handling "don't print top level name" processing, so that we getChris Lattner2009-03-011-3/+6
* move type name population out of TypePrinting class into a static Chris Lattner2009-02-281-2/+11
* the module is not required to exist, allow it to default, giving thisChris Lattner2009-02-281-1/+1
* disable copying and assignment.Chris Lattner2009-02-281-0/+2
* expose TypePrinting as a public API.Chris Lattner2009-02-281-0/+18
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-281-3/+2
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-0/+4
* Change WriteTypeSymbolic/WriteAsOperand to return void instead of Chris Lattner2008-08-191-3/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+45