| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | really kill off the last MRMInitReg inst, remove logic from encoder. | Chris Lattner | 2010-02-05 | 1 | -0/+1 |
* | lower the last of the MRMInitReg instructions in MCInstLower. | Chris Lattner | 2010-02-05 | 1 | -0/+7 |
* | teach X86MCInstLower to lower the MOV32r0 and MOV8r0 | Chris Lattner | 2010-02-05 | 1 | -2/+10 |
* | genericize helpers, use them for MOV16r0/MOV64r0 | Chris Lattner | 2010-02-05 | 1 | -27/+21 |
* | factor code better in X86MCInstLower::Lower, teach it to | Chris Lattner | 2010-02-05 | 1 | -44/+26 |
* | Rewrite FP constant handling in DEBUG_VALUE yet | Dale Johannesen | 2010-02-04 | 1 | -5/+17 |
* | make MachineModuleInfoMachO hold non-const MCSymbol*'s instead | Chris Lattner | 2010-02-03 | 1 | -4/+4 |
* | Finally eliminate printMCInst and send instructions through | Chris Lattner | 2010-02-03 | 1 | -8/+4 |
* | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner | 2010-02-03 | 1 | -0/+4 |
* | sink handling of target-independent machine instrs (other | Chris Lattner | 2010-02-03 | 1 | -14/+0 |
* | Print FPImm a less kludgy way; APFloat.toString seems | Dale Johannesen | 2010-02-03 | 1 | -6/+3 |
* | Accept floating point immediates in DEBUG_VALUE. | Dale Johannesen | 2010-02-02 | 1 | -1/+11 |
* | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -1/+1 |
* | Treat MO_REG 0 location as undefined in DEBUG_VALUE, | Dale Johannesen | 2010-01-27 | 1 | -2/+8 |
* | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner | 2010-01-26 | 1 | -2/+3 |
* | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | Accept immediate as value of a dbg_value. | Dale Johannesen | 2010-01-26 | 1 | -2/+3 |
* | use some helpers instead of duplicating logic. | Chris Lattner | 2010-01-23 | 1 | -0/+4 |
* | Avoid including DebugInfo.h in AsmPrinter.h | Devang Patel | 2010-01-19 | 1 | -0/+1 |
* | move the mangler into libtarget from vmcore. | Chris Lattner | 2010-01-16 | 1 | -3/+1 |
* | eliminate uses of mangler and simplify code. | Chris Lattner | 2010-01-16 | 1 | -15/+6 |
* | Adjust some comments per review. | Dale Johannesen | 2010-01-15 | 1 | -2/+4 |
* | DEBUG_VALUE is now variable sized, as it has a | Dale Johannesen | 2010-01-15 | 1 | -0/+24 |
* | Revert 93499. After discussion with Chris we agreed | Dale Johannesen | 2010-01-15 | 1 | -20/+0 |
* | Lower FrameIndex operand of DEBUG_VALUE (specially) and | Dale Johannesen | 2010-01-15 | 1 | -0/+20 |
* | Reapply the MOV64r0 patch, with a fix: MOV64r0 clobbers EFLAGS. | Dan Gohman | 2010-01-12 | 1 | -0/+8 |
* | Revert 93158. It's breaking quite a few x86_64 tests. | Evan Cheng | 2010-01-11 | 1 | -8/+0 |
* | Re-instate MOV64r0 and MOV16r0, with adjustments to work with the | Dan Gohman | 2010-01-11 | 1 | -0/+8 |
* | completely eliminate the MOV16r0 'instruction'. The only | Chris Lattner | 2009-12-23 | 1 | -4/+0 |
* | Fix a thinko that caused spurious @GOTOFFs. | Dan Gohman | 2009-11-20 | 1 | -2/+2 |
* | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman | 2009-11-20 | 1 | -3/+14 |
* | add some missing #includes | Chris Lattner | 2009-11-07 | 1 | -0/+1 |
* | 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 |
* | Initial x86 support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+4 |
* | X86 should ignore implicit regs when lowering to MCInst also, | Chris Lattner | 2009-10-19 | 1 | -0/+2 |
* | simplify by using the twine form of GetOrCreateSymbol | Chris Lattner | 2009-10-19 | 1 | -8/+5 |
* | revert r84540, fixing build breakage I didn't see because of | Chris Lattner | 2009-10-19 | 1 | -5/+5 |
* | pass mangler in as a reference instead of a pointer. | Chris Lattner | 2009-10-19 | 1 | -5/+5 |
* | Introduce the TargetInstrInfo::KILL machine instruction and get rid of the | Jakob Stoklund Olesen | 2009-09-28 | 1 | -0/+2 |
* | rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file. | Chris Lattner | 2009-09-20 | 1 | -1/+1 |
* | rename X86ATTAsmPrinter class -> X86AsmPrinter | Chris Lattner | 2009-09-20 | 1 | -2/+1 |
* | split random COFF asmprinter state out to X86COFFMachineModuleInfo.h. | Chris Lattner | 2009-09-20 | 1 | -2/+6 |
* | move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter | Chris Lattner | 2009-09-16 | 1 | -4/+12 |
* | split MCInst printing out of the X86ATTInstPrinter | Chris Lattner | 2009-09-13 | 1 | -4/+5 |
* | delete the fixme too! :) | Chris Lattner | 2009-09-13 | 1 | -2/+0 |
* | merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck. | Chris Lattner | 2009-09-13 | 1 | -8/+2 |
* | devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. | Chris Lattner | 2009-09-12 | 1 | -10/+1 |
* | factor MBB label lowering better | Chris Lattner | 2009-09-12 | 1 | -5/+5 |
* | X86MCInstLower::Lower should only not emit anything to OutStreamer, | Chris Lattner | 2009-09-12 | 1 | -23/+40 |