| Age | Commit message (Expand) | Author |
| 2010-02-10 | Move verbose asm instruction comments to using MCStreamer. | Chris Lattner |
| 2010-02-10 | more comment updates | Dale Johannesen |
| 2010-02-10 | Add isDebug argument to ChangeToRegister; this prevents | Dale Johannesen |
| 2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
| 2010-02-09 | Debug operands should not be def or kill. | Dale Johannesen |
| 2010-02-09 | Changed the definition of an "invalid" slot to include the empty & tombstone ... | Lang Hames |
| 2010-02-08 | now that @GOTOFF is no longer represented as a suffix on a | Chris Lattner |
| 2010-02-06 | Add a Debug bit to MachineOperand, for uses that | Dale Johannesen |
| 2010-02-04 | Disable external stubs for X86-32 and X86-64 | Evan Phoenix |
| 2010-02-03 | make MachineModuleInfoMachO hold non-const MCSymbol*'s instead | Chris Lattner |
| 2010-02-03 | privatize a bunch of methods and move \n printing into them. | Chris Lattner |
| 2010-02-02 | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner |
| 2010-02-02 | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner |
| 2010-02-01 | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman |
| 2010-02-01 | Do an early exit when the result is known cheaply. | Duncan Sands |
| 2010-01-28 | Assign the ordering of SDNodes in a much less intrusive fashion. After the | Bill Wendling |
| 2010-01-28 | add target hooks for emitting random gunk before and after the function body. | Chris Lattner |
| 2010-01-28 | Update of 94055 to track the IR level call site information via an intrinsic. | Jim Grosbach |
| 2010-01-28 | Give AsmPrinter the most common expected implementation of | Chris Lattner |
| 2010-01-28 | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner |
| 2010-01-28 | Drop the argument to AsmPrinter::EmitConstantPool and make it virtual. | Chris Lattner |
| 2010-01-28 | rename printVisibility to EmitVisibility and make it private, | Chris Lattner |
| 2010-01-27 | add a helper function for bumping up the alignment of a machine function. | Chris Lattner |
| 2010-01-27 | add a new AsmPrinter::EmitFunctionEntryLabel virtual function, | Chris Lattner |
| 2010-01-26 | pull linkage emission code out to a new EmitLinkage function. | Chris Lattner |
| 2010-01-26 | remove a noop function. | Chris Lattner |
| 2010-01-26 | now that enough stuff is constified, move function header printing | Chris Lattner |
| 2010-01-26 | constify a bunch of dwarf stuff now that the registerinfo method | Chris Lattner |
| 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 | 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-25 | Rearrange handling of jump tables. Highlights: | Chris Lattner |
| 2010-01-25 | eliminate redundant argument to EmitJumpTableInfo | Chris Lattner |
| 2010-01-25 | handle the _set_ symbol with an MCSymbol. | 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-23 | Remove the '-disable-scheduling' flag and replace it with the 'source' option of | Bill Wendling |
| 2010-01-23 | mcize visibility directives. | Chris Lattner |
| 2010-01-23 | Change constantexpr global variable initializers to convert the constants | 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 | inline away the trivial AsmPrinter::EOL() method. | Chris Lattner |