Age | Commit message (Expand) | Author | Files | Lines |
2015-04-29 | Change x86 CMOVE_F to read it source, not write it. | Pete Cooper | 1 | -8/+8 |
2015-02-03 | [X86] Make fxsave64/fxrstor64/xsave64/xsrstor64/xsaveopt64 parseable in AT&T ... | Craig Topper | 1 | -2/+2 |
2014-12-04 | [X86] Clean up whitespace as well as minor coding style | Michael Liao | 1 | -38/+38 |
2014-11-26 | Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files. | Craig Topper | 1 | -3/+3 |
2014-08-01 | [X86] Simplify X87 stackifier pass. | Akira Hatanaka | 1 | -3/+0 |
2014-03-12 | [X86] Set the scheduling resources of some of the FPStack instructions. | Quentin Colombet | 1 | -0/+17 |
2014-02-19 | Remove special FP opcode maps and instead add enough MRM_XX formats to handle... | Craig Topper | 1 | -37/+37 |
2014-01-17 | Switch a few instructions to use RI instead I so they don't require REX_W to ... | Craig Topper | 1 | -5/+5 |
2014-01-17 | Fix intel syntax for 64-bit version of FXSAVE/FXRSTOR to use '64' suffix inst... | Craig Topper | 1 | -2/+2 |
2014-01-01 | Second attempt at Removing special form of AddRegFrm used by FP instructions.... | Craig Topper | 1 | -71/+62 |
2013-12-31 | Revert r198238 and add FP disassembler tests. It didn't work and I didn't rea... | Craig Topper | 1 | -62/+71 |
2013-12-30 | Remove special form of AddRegFrm used by FP instructions. These instructions ... | Craig Topper | 1 | -71/+62 |
2013-07-31 | Changed register names (and pointer keywords) to be lower case when using Int... | Craig Topper | 1 | -15/+15 |
2013-07-23 | Remove some errant space charcters in mnemonic strings. | Craig Topper | 1 | -1/+1 |
2013-07-22 | More Intel syntax alias fixes. | Craig Topper | 1 | -1/+1 |
2013-03-26 | Annotate x87 and mmx instructions with SchedRW lists. | Jakob Stoklund Olesen | 1 | -7/+19 |
2012-05-02 | This patch continues the work of adding instruction latencies for X86 Atom, | Preston Gurd | 1 | -65/+89 |
2012-04-27 | X86: Don't emit conditional floating point moves on when targeting pre-pentiu... | Benjamin Kramer | 1 | -9/+24 |
2012-02-19 | some comment fix for X86 and ARM | Jia Liu | 1 | -1/+1 |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 1 | -2/+2 |
2012-01-10 | Instruction selection priority fixes to remove the XMM/XMMInt/orAVX predicate... | Craig Topper | 1 | -18/+11 |
2012-01-08 | Enable FISTTP* instructions when AVX is enabled. | Craig Topper | 1 | -9/+9 |
2012-01-03 | Intel style asm variant does not need '%' prefix. | Devang Patel | 1 | -14/+14 |
2011-06-28 | Clean up the handling of the x87 fp stack to make it more robust. | Jakob Stoklund Olesen | 1 | -38/+2 |
2011-02-12 | Add encodings and mnemonics for FXSAVE64 and FXRSTOR64. | Reid Kleckner | 1 | -0/+4 |
2010-12-23 | Flag -> Glue, the ongoing saga | Chris Lattner | 1 | -2/+2 |
2010-11-30 | Move X86InstrFPStack.td over to PseudoI as well. | Eric Christopher | 1 | -27/+9 |
2010-11-06 | go to great lengths to work around a GAS bug my previous patch | Chris Lattner | 1 | -2/+2 |
2010-11-06 | change the fp comparison instructions to not have %st0 explicitly | Chris Lattner | 1 | -4/+4 |
2010-10-22 | Reverting r117031 to cleanup valgrind errors. | Andrew Trick | 1 | -3/+3 |
2010-10-21 | More tweaks to X86 instructions to allow the 'w' suffix in places it makes | Kevin Enderby | 1 | -3/+3 |
2010-10-05 | allow !strconcat to take more than two operands to eliminate | Chris Lattner | 1 | -4/+4 |
2010-10-05 | refactor .td files a bit, moving system instructions out to X86InstrSystem.td | Chris Lattner | 1 | -3/+4 |
2010-09-22 | convert the last 4 X86ISD nodes that should have memoperands to have them. | Chris Lattner | 1 | -4/+6 |
2010-09-22 | give FP_TO_INT16_IN_MEM and friends a memoperand. They are only | Chris Lattner | 1 | -4/+5 |
2010-08-26 | Fix comment typos. | Bob Wilson | 1 | -1/+1 |
2010-07-16 | Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill | Jakob Stoklund Olesen | 1 | -4/+0 |
2010-07-11 | Use target independent COPY instructions for the fake fextend and fround | Jakob Stoklund Olesen | 1 | -6/+6 |
2010-06-18 | Remove isTwoAddress from here too. | Eric Christopher | 1 | -2/+2 |
2010-05-03 | Changed llvm-mc to use the same suffixes with floating point compare | Kevin Enderby | 1 | -6/+6 |
2010-03-19 | Now that tblgen can handle matching implicit defs of instructions | Chris Lattner | 1 | -6/+4 |
2010-03-14 | add support for pentium class CPUs which do not have cmov, | Chris Lattner | 1 | -3/+12 |
2010-02-27 | The mayHaveSideEffects flag is no longer used. | Dan Gohman | 1 | -1/+1 |
2010-02-05 | fix a case where we'd mis-encode fisttp because of an incorrect (and | Chris Lattner | 1 | -1/+0 |
2009-12-18 | Instruction fixes, added instructions, and AsmString changes in the | Sean Callanan | 1 | -28/+98 |
2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 1 | -1/+1 |
2009-09-16 | Removed a few instructions that were already | Sean Callanan | 1 | -5/+0 |
2009-09-16 | Added a variety of floating-point and SSE instructions. | Sean Callanan | 1 | -0/+30 |
2009-02-09 | Implement FpSET_ST1_*. | Evan Cheng | 1 | -0/+6 |
2008-12-03 | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman | 1 | -1/+1 |