| Age | Commit message (Expand) | Author |
| 2010-01-22 | add a new DwarfPrinter::EmitEncodingByte method which handles | Chris Lattner |
| 2010-01-22 | rename the dwarf class to DwarfPrinter. This matches the filename | Chris Lattner |
| 2010-01-22 | fix indentation | Chris Lattner |
| 2010-01-22 | inline away the trivial AsmPrinter::EOL() method. | Chris Lattner |
| 2010-01-22 | inline AsmPrinter::PrintHex into its two trivial callers. | Chris Lattner |
| 2010-01-22 | change this to be a static function instead of a method on asmprinter. | Chris Lattner |
| 2010-01-22 | make the loop comment printer print out a much better structured | Chris Lattner |
| 2010-01-22 | For blocks that are not loop headers, just print their loop depth and header BB. | Chris Lattner |
| 2010-01-22 | reenable the label loop comments and switch them to use the formatted | Chris Lattner |
| 2010-01-22 | Convert some more random-comment-printing stuff to use | Chris Lattner |
| 2010-01-22 | add a new MCAsmStreamer::GetCommentOS method to simplify stuff | Chris Lattner |
| 2010-01-22 | rename addComment -> AddComment for consistency. | Chris Lattner |
| 2010-01-22 | Add the ability for MCStreamer to emit comments on the same line as directives. | Chris Lattner |
| 2010-01-22 | pass "-fasm-verbose" into createAsmStreamer. | Chris Lattner |
| 2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
| 2010-01-21 | back this out for now. Growing Function is not good. | Jim Grosbach |
| 2010-01-21 | Make sure that landing pad entries in the EH call site table are in the proper | Jim Grosbach |
| 2010-01-20 | don't send null pointers through the constantexpr codepath unneededly. | Chris Lattner |
| 2010-01-20 | eliminate some uses of AsmPrinter::EmitIntXXX | Chris Lattner |
| 2010-01-20 | inline and radically simplify printDataDirective. It will eventually | Chris Lattner |
| 2010-01-20 | emit basic block labels with mcstreamer. | Chris Lattner |
| 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-20 | If a instruction belongs to another function (and not current function) as pe... | Devang Patel |
| 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 | MDNodes are not expected to disappear or replaced by another MDNode, so there... | Devang Patel |
| 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-19 | Revert accident check-in from r93165. | Devang Patel |
| 2010-01-18 | - Add a comment to the callback indicating that it's *extremely* not a good | Bill Wendling |
| 2010-01-18 | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | 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 |