| Age | Commit message (Expand) | Author |
| 2010-03-06 | Do not use '&' prefix for globals when register base field is non-zero, other... | Anton Korobeynikov |
| 2010-02-03 | emit instructions through the streamer. | Chris Lattner |
| 2010-02-03 | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner |
| 2010-02-03 | sink handling of target-independent machine instrs (other | Chris Lattner |
| 2010-02-02 | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner |
| 2010-01-28 | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). | Chris Lattner |
| 2010-01-28 | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner |
| 2010-01-28 | don't emit constant pools twice. | Chris Lattner |
| 2010-01-27 | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to | Chris Lattner |
| 2010-01-26 | call emitconstantpool and emitjumptable like other targets. | Chris Lattner |
| 2010-01-26 | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner |
| 2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
| 2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
| 2010-01-19 | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner |
| 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-16 | eliminate uses of mangler and simplify code. | Chris Lattner |
| 2010-01-16 | MCize a bunch more stuff, eliminating a lot of uses of the mangler | Chris Lattner |
| 2009-12-18 | Pass the error string directly to llvm_unreachable instead of the residual | John McCall |
| 2009-11-13 | Move DebugInfo checks into EmitComments and remove them from | David Greene |
| 2009-11-07 | Initial support for addrmode handling. Tests by Brian Lucas! | Anton Korobeynikov |
| 2009-11-07 | Some preliminary variable asmprinting | Anton Korobeynikov |
| 2009-11-07 | Drop old asmprinter stuff | Anton Korobeynikov |
| 2009-11-06 | Factor out the printing of the leading tab into printInlineAsm. | Dan Gohman |
| 2009-11-04 | Print out an informative comment for KILL instructions. | Jakob Stoklund Olesen |
| 2009-10-26 | Update CMake files. | Ted Kremenek |
| 2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
| 2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
| 2009-10-21 | Cosmetic changes, no functionality changes | Anton Korobeynikov |
| 2009-10-21 | Be crazy and assert in case of unsupported modifier passed. | Anton Korobeynikov |
| 2009-10-21 | Handle external symbols | Anton Korobeynikov |
| 2009-10-21 | Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross wei... | Anton Korobeynikov |
| 2009-10-21 | Add basic block operands & jump kinds | Anton Korobeynikov |
| 2009-10-21 | Ignore all implicit reg operands | Anton Korobeynikov |
| 2009-10-21 | Add a workaround for different memops prefixes | Anton Korobeynikov |
| 2009-10-21 | Checkpoint MCInst printer. We (almostly) able to print global / JT / constpoo... | Anton Korobeynikov |
| 2009-10-21 | Add simple operand printing stuff | Anton Korobeynikov |
| 2009-10-21 | Add experimental MSP430 MCInstLowering stuff | Anton Korobeynikov |
| 2009-10-21 | Wire up MSP430 printMCInst() method | Anton Korobeynikov |
| 2009-10-21 | Add MSP430 InstPrinter stub | Anton Korobeynikov |
| 2009-10-11 | Implement proper asmprinting for the globals. This eliminates bogus "call" mo... | Anton Korobeynikov |
| 2009-10-11 | Implement asm printing for inline asm memory operands | Anton Korobeynikov |
| 2009-10-06 | Instead of printing unnecessary basic block labels as labels in | Dan Gohman |
| 2009-10-06 | Update processDebugLoc() so that it can be used to process debug info before ... | Devang Patel |
| 2009-09-30 | Use MachineInstr as an processDebugLoc() argument. | Devang Patel |
| 2009-09-13 | remove all but one reference to TargetRegisterDesc::AsmName. | Chris Lattner |
| 2009-09-13 | the tblgen produced 'getRegisterName' method does not access | Chris Lattner |
| 2009-09-13 | make tblgen produce a function that returns the name for a physreg. | Chris Lattner |
| 2009-09-13 | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner |
| 2009-09-13 | convert some uses of printBasicBlockLabel to use GetMBBSymbol | Chris Lattner |