| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-apply r115363 and r115366 now that r115525 has removed the un-needed header | Jim Grosbach | 2010-10-05 | 1 | -179/+0 |
* | Continue reverting r115363. | Nick Lewycky | 2010-10-02 | 1 | -0/+179 |
* | Move the asmprinter and MC lowering out of the AsmPrinter (soon to be | Jim Grosbach | 2010-10-01 | 1 | -179/+0 |
* | prune some #includes. | Chris Lattner | 2010-04-05 | 1 | -1/+0 |
* | simplify various getAnalysisUsage implementations. | Chris Lattner | 2010-04-05 | 1 | -5/+0 |
* | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 1 | -4/+3 |
* | mcize a bunch more stuff, using EmitRawText for things we | Chris Lattner | 2010-04-04 | 1 | -28/+8 |
* | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 1 | -5/+6 |
* | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 1 | -4/+3 |
* | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 1 | -1/+1 |
* | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner | 2010-03-13 | 1 | -1/+1 |
* | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner | 2010-03-13 | 1 | -3/+2 |
* | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner | 2010-03-12 | 1 | -1/+2 |
* | Do not use '&' prefix for globals when register base field is non-zero, other... | Anton Korobeynikov | 2010-03-06 | 1 | -10/+13 |
* | emit instructions through the streamer. | Chris Lattner | 2010-02-03 | 1 | -2/+1 |
* | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner | 2010-02-03 | 1 | -0/+1 |
* | sink handling of target-independent machine instrs (other | Chris Lattner | 2010-02-03 | 1 | -19/+0 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -2/+3 |
* | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). | Chris Lattner | 2010-01-28 | 1 | -82/+11 |
* | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -1/+1 |
* | don't emit constant pools twice. | Chris Lattner | 2010-01-28 | 1 | -1/+0 |
* | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to | Chris Lattner | 2010-01-27 | 1 | -35/+2 |
* | call emitconstantpool and emitjumptable like other targets. | Chris Lattner | 2010-01-26 | 1 | -0/+4 |
* | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner | 2010-01-19 | 1 | -84/+0 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 1 | -44/+17 |
* | MCize a bunch more stuff, eliminating a lot of uses of the mangler | Chris Lattner | 2010-01-16 | 1 | -27/+49 |
* | Move DebugInfo checks into EmitComments and remove them from | David Greene | 2009-11-13 | 1 | -1/+1 |
* | Initial support for addrmode handling. Tests by Brian Lucas! | Anton Korobeynikov | 2009-11-07 | 1 | -15/+16 |
* | Some preliminary variable asmprinting | Anton Korobeynikov | 2009-11-07 | 1 | -4/+86 |
* | Drop old asmprinter stuff | Anton Korobeynikov | 2009-11-07 | 1 | -15/+14 |
* | Factor out the printing of the leading tab into printInlineAsm. | Dan Gohman | 2009-11-06 | 1 | -1/+0 |
* | Print out an informative comment for KILL instructions. | Jakob Stoklund Olesen | 2009-11-04 | 1 | -0/+1 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Cosmetic changes, no functionality changes | Anton Korobeynikov | 2009-10-21 | 1 | -6/+6 |
* | Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross wei... | Anton Korobeynikov | 2009-10-21 | 1 | -0/+3 |
* | Add basic block operands & jump kinds | Anton Korobeynikov | 2009-10-21 | 1 | -1/+1 |
* | Checkpoint MCInst printer. We (almostly) able to print global / JT / constpoo... | Anton Korobeynikov | 2009-10-21 | 1 | -1/+1 |
* | Add experimental MSP430 MCInstLowering stuff | Anton Korobeynikov | 2009-10-21 | 1 | -1/+43 |
* | Wire up MSP430 printMCInst() method | Anton Korobeynikov | 2009-10-21 | 1 | -0/+4 |
* | Implement proper asmprinting for the globals. This eliminates bogus "call" mo... | Anton Korobeynikov | 2009-10-11 | 1 | -11/+11 |
* | Implement asm printing for inline asm memory operands | Anton Korobeynikov | 2009-10-11 | 1 | -0/+13 |
* | Instead of printing unnecessary basic block labels as labels in | Dan Gohman | 2009-10-06 | 1 | -7/+1 |
* | Update processDebugLoc() so that it can be used to process debug info before ... | Devang Patel | 2009-10-06 | 1 | -1/+3 |
* | Use MachineInstr as an processDebugLoc() argument. | Devang Patel | 2009-09-30 | 1 | -1/+1 |
* | remove all but one reference to TargetRegisterDesc::AsmName. | Chris Lattner | 2009-09-13 | 1 | -3/+1 |
* | the tblgen produced 'getRegisterName' method does not access | Chris Lattner | 2009-09-13 | 1 | -1/+1 |
* | make tblgen produce a function that returns the name for a physreg. | Chris Lattner | 2009-09-13 | 1 | -0/+2 |
* | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner | 2009-09-13 | 1 | -1/+1 |