| Age | Commit message (Expand) | Author |
| 2010-01-20 | emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1, | Chris Lattner |
| 2010-01-20 | signficant cleanups to EmitGlobalConstant (including streamerization | Chris Lattner |
| 2010-01-20 | switch ConstantFP emission to use MCStreamer, significantly | Chris Lattner |
| 2010-01-20 | make mcasmstreamer handle expanding 8 byte integer constants to | Chris Lattner |
| 2010-01-20 | give createAsmStreamer an 'isLittleEndian' argument. | Chris Lattner |
| 2010-01-19 | simplify the rest of fp constant printing. | Chris Lattner |
| 2010-01-19 | simplify the code for printing x86 long double, don't do work | Chris Lattner |
| 2010-01-19 | eliminate AsmPrinter::EmitZeros: just use MCStreamer directly. | Chris Lattner |
| 2010-01-19 | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner |
| 2010-01-19 | refactor code to be static functions instead of methods on AsmPrinter. | Chris Lattner |
| 2010-01-19 | mcstreamerize AsmPrinter::EmitZeros, at least when emitting to the | Chris Lattner |
| 2010-01-19 | remove MAI::ZeroDirectiveSuffix, which is only used by MASM, | Chris Lattner |
| 2010-01-19 | mcstreamer'ize the rest of EmitGlobalVariable that is used on | Chris Lattner |
| 2010-01-19 | stop using the .lcomm pseudoop on darwin, instead, directly use the | Chris Lattner |
| 2010-01-19 | Avoid including DebugInfo.h in AsmPrinter.h | Devang Patel |
| 2010-01-19 | mc'ize some stuff, don't comment out .lcomm directive in -fverbose-asm mode. | Chris Lattner |
| 2010-01-19 | factor this code better. | Chris Lattner |
| 2010-01-19 | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner |
| 2010-01-19 | hoist handling of external globals and special globals up to common code. | Chris Lattner |
| 2010-01-19 | move production of .reference directives for static ctor/dtor list on | Chris Lattner |
| 2010-01-17 | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner |
| 2010-01-17 | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner |
| 2010-01-17 | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer |
| 2010-01-16 | move the mangler into libtarget from vmcore. | Chris Lattner |
| 2010-01-16 | unbreak the build. | Chris Lattner |
| 2010-01-16 | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner |
| 2010-01-16 | eliminate uses of getMangledName from AsmPrinter.cpp, last up is | Chris Lattner |
| 2010-01-16 | Replace DebugLocTuple with DILocation. | Devang Patel |
| 2010-01-16 | fix inverted conditional | Chris Lattner |
| 2010-01-16 | CurrentFnName is now dead, remove it. | Chris Lattner |
| 2010-01-16 | remove the string form of printVisibility. | Chris Lattner |
| 2010-01-15 | supplement CurrentFnName with CurrentFnSym, which will eventually | Chris Lattner |
| 2010-01-15 | add a version of AsmPrinter::printVisibility that takes an MCSymbol. | Chris Lattner |
| 2010-01-15 | add another helper | Chris Lattner |
| 2010-01-15 | add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol | Chris Lattner |
| 2010-01-14 | Fix a comment. | Dale Johannesen |
| 2010-01-13 | remove uses of deprecated functions, this generates slightly | Chris Lattner |
| 2010-01-13 | use the new form of getNameWithPrefix, not makeNameProper. | Chris Lattner |
| 2010-01-13 | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner |
| 2010-01-13 | fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality. | Chris Lattner |
| 2010-01-13 | reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt. | Chris Lattner |
| 2010-01-13 | reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte | Chris Lattner |
| 2010-01-13 | reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnly | Chris Lattner |
| 2010-01-03 | fix PR5930, allowing the asmprinter to emit difference between | Chris Lattner |
| 2009-12-25 | Remove dead store. | Bill Wendling |
| 2009-12-19 | Fix a bunch of little errors that Clang complains about when its being pedantic | Douglas Gregor |
| 2009-12-05 | Print newlines after printing labels for debug info, so that the output | Dan Gohman |
| 2009-12-05 | Fix this code to use DIScope instead of DICompileUnit, as in r90181. | Dan Gohman |
| 2009-12-04 | Print a space between the comment character and the text. | Dan Gohman |
| 2009-12-04 | Use new interfaces to print spill size. | David Greene |