Age | Commit message (Expand) | Author |
2010-10-05 | Re-apply r115363 and r115366 now that r115525 has removed the un-needed header | Jim Grosbach |
2010-10-02 | Continue reverting r115363. | Nick Lewycky |
2010-10-01 | Move the asmprinter and MC lowering out of the AsmPrinter (soon to be | Jim Grosbach |
2010-04-05 | prune some #includes. | Chris Lattner |
2010-04-05 | simplify various getAnalysisUsage implementations. | Chris Lattner |
2010-04-04 | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner |
2010-04-04 | mcize a bunch more stuff, using EmitRawText for things we | Chris Lattner |
2010-04-04 | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner |
2010-04-04 | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner |
2010-04-04 | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner |
2010-03-13 | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner |
2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner |
2010-03-12 | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner |
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-19 | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner |
2010-01-17 | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner |
2010-01-16 | MCize a bunch more stuff, eliminating a lot of uses of the mangler | Chris Lattner |
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-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 | 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 | Checkpoint MCInst printer. We (almostly) able to print global / JT / constpoo... | Anton Korobeynikov |
2009-10-21 | Add experimental MSP430 MCInstLowering stuff | Anton Korobeynikov |
2009-10-21 | Wire up MSP430 printMCInst() method | 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 |