| Age | Commit message (Expand) | Author |
| 2010-01-26 | Now that printPICJumpTableSetLabel is not overloaded, | Chris Lattner |
| 2010-01-26 | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner |
| 2010-01-26 | add a new MachineJumpTableInfo::getJTISymbol method, | Chris Lattner |
| 2010-01-26 | simplify asmprinter: only emit .set directives when entries have | Chris Lattner |
| 2010-01-26 | rename printPICJumpTableEntry -> EmitJumpTableEntry, | Chris Lattner |
| 2010-01-26 | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner |
| 2010-01-26 | make MachineFunction keep track of its ID and make | Chris Lattner |
| 2010-01-26 | Add support for target-specific 32-bit custom-lowered | Chris Lattner |
| 2010-01-26 | switch jump table entry emission to be based on EntryKind | Chris Lattner |
| 2010-01-25 | Rearrange handling of jump tables. Highlights: | Chris Lattner |
| 2010-01-25 | eliminate redundant argument to EmitJumpTableInfo | Chris Lattner |
| 2010-01-25 | mcstreamerize gprel32 emission. | Chris Lattner |
| 2010-01-25 | mcize the non-gprel cases of AsmPrinter::printPICJumpTableEntry | Chris Lattner |
| 2010-01-25 | handle the _set_ symbol with an MCSymbol. | Chris Lattner |
| 2010-01-25 | rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to | Chris Lattner |
| 2010-01-25 | pull the non-pic jump table case out of printPICJumpTableEntry | Chris Lattner |
| 2010-01-25 | remove JumpTableDirective, it is always null. | Chris Lattner |
| 2010-01-25 | sink an arm specific method out of asmprinter into the ARMAsmPrinter and | Chris Lattner |
| 2010-01-25 | mcstreamerize .file and .file. This also fixes an issue where the | Chris Lattner |
| 2010-01-25 | emit ELF .type directives through MCStreamer instead of doing it textually. | Chris Lattner |
| 2010-01-25 | add a comment | Chris Lattner |
| 2010-01-25 | emit the .size directive for global variables on ELF through | Chris Lattner |
| 2010-01-23 | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner |
| 2010-01-23 | resolve a fixme: the "nonexecutable stack directive" is actually | Chris Lattner |
| 2010-01-23 | mcize visibility directives. | Chris Lattner |
| 2010-01-23 | move the various directive enums out of the MCStreamer class | Chris Lattner |
| 2010-01-23 | Change constantexpr global variable initializers to convert the constants | Chris Lattner |
| 2010-01-23 | mcstreamerize .no_dead_strip and .reference for static ctors/dtors. | Chris Lattner |
| 2010-01-23 | mcize jump table and constant pool entry labels, .local on elf, | Chris Lattner |
| 2010-01-23 | emit .ascii and .asciz through MCStreamer. | Chris Lattner |
| 2010-01-23 | remove one form of EmitString, just use EmitBytes instead. We must | Chris Lattner |
| 2010-01-22 | move "EOL" from asmprinter to dwarfprinter. It should eventually | Chris Lattner |
| 2010-01-22 | move uleb printing from asmprinter to dwarfprinter, mcize, | Chris Lattner |
| 2010-01-22 | move sleb printing out of asmprinter into dwarf printer, make clients | Chris Lattner |
| 2010-01-22 | add a new DwarfPrinter::EmitEncodingByte method which handles | 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-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 |