| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the VIA PadLock instructions. | Joerg Sonnenberger | 2011-04-04 | 1 | -0/+8 |
* | add jit support for the new psuedo instructions I added for | Chris Lattner | 2010-10-08 | 1 | -0/+14 |
* | machine a mutable machineinstr down into emitInstruction. | Chris Lattner | 2010-10-08 | 1 | -4/+3 |
* | tyops | Gabor Greif | 2010-08-23 | 1 | -1/+1 |
* | More fixes for win64: | Anton Korobeynikov | 2010-08-17 | 1 | -1/+2 |
* | Revert last patch and r110954 as I meant to. | Eric Christopher | 2010-08-13 | 1 | -1/+0 |
* | Revert r110954 for now, pseudo instructions can't make it through to the JIT. | Eric Christopher | 2010-08-13 | 1 | -0/+1 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -2/+2 |
* | Handle the memory barrier pseudo that goes to nothing for the JIT. | Eric Christopher | 2010-08-05 | 1 | -1/+7 |
* | instead of migrating it to the MC instruction encoder, just | Chris Lattner | 2010-07-22 | 1 | -1/+98 |
* | Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and | Bill Wendling | 2010-07-16 | 1 | -1/+1 |
* | Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill | Jakob Stoklund Olesen | 2010-07-16 | 1 | -1/+0 |
* | Change LEA to have 5 operands for its memory operand, just | Chris Lattner | 2010-07-08 | 1 | -7/+1 |
* | add some long-overdue enums to refer to the parts of the 5-operand | Chris Lattner | 2010-07-08 | 1 | -7/+7 |
* | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman | 2010-06-22 | 1 | -1/+1 |
* | Handle a displacement location in 64-bit as an RIP-relative displacement. It | Bill Wendling | 2010-04-21 | 1 | -1/+11 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -4/+6 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | change the DBG_LABEL MachineInstr to always be created | Chris Lattner | 2010-03-14 | 1 | -2/+0 |
* | switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. | Chris Lattner | 2010-03-14 | 1 | -1/+1 |
* | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner | 2010-03-14 | 1 | -1/+4 |
* | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner | 2010-03-14 | 1 | -3/+4 |
* | rip out the 'heinous' x86 MCCodeEmitter implementation. | Chris Lattner | 2010-02-13 | 1 | -333/+0 |
* | Remove special cases for [LM]FENCE, MONITOR and MWAIT from | Chris Lattner | 2010-02-12 | 1 | -21/+2 |
* | give MCCodeEmitters access to the current MCContext. | Chris Lattner | 2010-02-12 | 1 | -3/+4 |
* | add a bunch of mod/rm encoding types for fixed mod/rm bytes. | Chris Lattner | 2010-02-12 | 1 | -0/+21 |
* | dont' call getX86RegNum on X86::RIP, it doesn't like that. This | Chris Lattner | 2010-02-11 | 1 | -1/+3 |
* | fix a really nasty bug I introduced in r95693: r12 (and r12d, | Chris Lattner | 2010-02-11 | 1 | -3/+6 |
* | MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the | Daniel Dunbar | 2010-02-10 | 1 | -4/+8 |
* | MC/X86: Add a dummy implementation of MCFixup generation for hacky X86 MCCode... | Daniel Dunbar | 2010-02-09 | 1 | -8/+44 |
* | MC: First cut at MCFixup, for getting fixup/relocation information out of an ... | Daniel Dunbar | 2010-02-09 | 1 | -1/+20 |
* | fix X86 encoder to output [disp] only addresses with no SIB byte | Chris Lattner | 2010-02-09 | 1 | -73/+85 |
* | revert r95689: getX86RegNum(BaseReg) != N86::ESP is | Chris Lattner | 2010-02-09 | 1 | -2/+2 |
* | simplify. | Chris Lattner | 2010-02-09 | 1 | -2/+2 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -6/+6 |
* | wire up 64-bit MCCodeEmitter. | Chris Lattner | 2010-02-05 | 1 | -2/+5 |
* | move functions for decoding X86II values into the X86II namespace. | Chris Lattner | 2010-02-05 | 1 | -13/+13 |
* | change getSizeOfImm and getBaseOpcodeFor to just take | Chris Lattner | 2010-02-05 | 1 | -13/+13 |
* | Add a few more encodings, we can now encode all of: | Chris Lattner | 2010-02-05 | 1 | -1/+1 |
* | Disable external stubs for X86-32 and X86-64 | Evan Phoenix | 2010-02-04 | 1 | -1/+8 |
* | enhance new encoder to support prefixes + RawFrm | Chris Lattner | 2010-02-03 | 1 | -1/+1 |
* | stub out a new X86 encoder, which can be tried with | Chris Lattner | 2010-02-03 | 1 | -1/+12 |
* | rename createX86MCCodeEmitter to more accurately reflect what it creates. | Chris Lattner | 2010-02-03 | 1 | -2/+2 |
* | remove dead code. | Chris Lattner | 2010-02-02 | 1 | -11/+0 |
* | MCCodeEmitter/X86: Handle tied registers better when converting MCInst -> | Daniel Dunbar | 2010-02-02 | 1 | -6/+18 |
* | make MachineFunction keep track of its ID and make | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -10/+10 |
* | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman | 2009-11-23 | 1 | -1/+0 |