| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused c'tor. | Bill Wendling | 2013-06-07 | 1 | -7/+2 |
* | X86: change MOV64ri64i32 into MOV32ri64 | Tim Northover | 2013-06-01 | 1 | -1/+1 |
* | Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as it | Eric Christopher | 2013-05-31 | 1 | -1/+1 |
* | X86: change MOV64ri64i32 into MOV32ri64 | Tim Northover | 2013-05-31 | 1 | -1/+1 |
* | Add CLAC/STAC instruction encoding/decoding support | Michael Liao | 2013-04-11 | 1 | -0/+8 |
* | Add X86 code emitter support AVX encoded MRMDestReg instructions. | Craig Topper | 2013-03-16 | 1 | -4/+15 |
* | Fix the name of a variable to match its declaration. Fixes build failure from... | Craig Topper | 2013-03-14 | 1 | -1/+1 |
* | Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ... | Craig Topper | 2013-03-14 | 1 | -0/+5 |
* | Fix comments | Eli Bendersky | 2013-02-05 | 1 | -1/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -5/+5 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -3/+3 |
* | Add register encoding support in X86 backend | Michael Liao | 2012-10-04 | 1 | -15/+25 |
* | Remove code for setting the VEX L-bit as a function of operand size from the ... | Craig Topper | 2012-09-19 | 1 | -11/+0 |
* | Add a getName function to MachineFunction. Use it in places that previously d... | Craig Topper | 2012-08-22 | 1 | -3/+1 |
* | Don't use implicit register operands to calculate L-bit for AVX instructions.... | Craig Topper | 2012-07-20 | 1 | -0/+2 |
* | Update GATHER instructions to support 2 read-write operands. Patch from mysel... | Craig Topper | 2012-07-12 | 1 | -5/+15 |
* | Added FMA3 Intel instructions. | Elena Demikhovsky | 2012-05-31 | 1 | -0/+3 |
* | Port support for SSE4a extrq/insertq to the old jit code emitter. | Benjamin Kramer | 2012-05-30 | 1 | -1/+1 |
* | Fix indentation of wrapped line for readability. No functional change. | Craig Topper | 2012-05-23 | 1 | -1/+1 |
* | Tidy up some spacing and inconsistent use of pre/post increment. No functiona... | Craig Topper | 2012-05-19 | 1 | -13/+13 |
* | Copy some AVX support from MCJIT to JIT. Maybe will fix PR12748. | Craig Topper | 2012-05-19 | 1 | -17/+29 |
* | Remove unneeded break. | Jakub Staszak | 2012-05-01 | 1 | -1/+0 |
* | Remove trailing spaces. | Jakub Staszak | 2012-05-01 | 1 | -43/+43 |
* | Attempt to handle MRMInitReg in emitVEXOpcodePrefix. Hopefully fixes PR12711. | Craig Topper | 2012-05-01 | 1 | -1/+12 |
* | Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ... | Pete Cooper | 2012-04-30 | 1 | -96/+531 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Use the same CALL instructions for Windows as for everything else. | Jakob Stoklund Olesen | 2012-02-16 | 1 | -2/+1 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -1/+1 |
* | Add support to the old JIT for acquire/release loads and stores on x86. PR11... | Eli Friedman | 2011-10-24 | 1 | -9/+24 |
* | Add X86 RORX instruction | Craig Topper | 2011-10-23 | 1 | -0/+2 |
* | Add X86 PEXTR and PDEP instructions. | Craig Topper | 2011-10-16 | 1 | -5/+4 |
* | Remove premature previous commit. | Nicolas Geoffray | 2011-08-28 | 1 | -25/+7 |
* | Encoding of instructions referencing segments has changed. Do what X86MCCodeE... | Nicolas Geoffray | 2011-08-28 | 1 | -7/+25 |
* | Explicitly cast narrowing conversions inside {}s that will become errors in | Jeffrey Yasskin | 2011-07-27 | 1 | -1/+1 |
* | Refactor X86 target to separate MC code from Target code. | Evan Cheng | 2011-07-25 | 1 | -1/+1 |
* | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 1 | -19/+13 |
* | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 1 | -7/+7 |
* | 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 |