summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrArithmetic.td
Commit message (Expand)AuthorAge
* Add an x86 prefix encoding for instructions that would decode to a different ...Craig Topper2014-02-18
* Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 ...Craig Topper2014-02-02
* [x86] Fix signed relocations for i64i32imm operandsDavid Woodhouse2014-01-30
* Switch a few instructions to use RI instead I so they don't require REX_W to ...Craig Topper2014-01-17
* Add OpSize16 to the two byte forms of INC/DEC that we only use in 64-bit mode...Craig Topper2014-01-15
* Separate the concept of 16-bit/32-bit operand size controlled by 0x66 prefix ...Craig Topper2014-01-14
* [x86] Add OpSize16 to instructions that need itDavid Woodhouse2014-01-08
* Use new ForceDisassemble flag on the 2-byte forms of INC/DEC for 32-bit mode ...Craig Topper2014-01-05
* Add a new x86 specific instruction flag to force some isCodeGenOnly instructi...Craig Topper2014-01-05
* [x86] Rename In32BitMode predicate to Not64BitModeEric Christopher2013-12-20
* Add disassembler support for long encodings for INC/DEC in 32-bit mode.Craig Topper2013-10-07
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-13
* Changed register names (and pointer keywords) to be lower case when using Int...Craig Topper2013-07-31
* Fix IMULX machine model. Multiple def operands require multiple SchedWrites.Andrew Trick2013-06-21
* Correct the def registers for the 8bit x86 divide instructions toEric Christopher2013-06-11
* X86: Fix Defs/Uses for insts that imp-def/imp-use both an A-register and EFLAGS.Ahmed Bougacha2013-05-29
* Annotate the remaining x86 instructions with SchedRW lists.Jakob Stoklund Olesen2013-03-26
* Annotate remaining IIC_BIN_* instructions.Jakob Stoklund Olesen2013-03-20
* Annotate X86 arithmetic instructions with SchedRW lists.Jakob Stoklund Olesen2013-03-18
* added basic support for Intel ADX instructionsKay Tiong Khoo2013-02-14
* Two changes relevant to LEA and x32:David Sehr2013-02-01
* Remove # from the beginning and end of def names.Craig Topper2013-01-07
* Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...Craig Topper2013-01-05
* Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap whe...Michael Gottesman2013-01-03
* Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi...Craig Topper2013-01-03
* Mark the divide instructions as hasSideEffects=0.Craig Topper2012-12-27
* Add hasSideEffects=0 to CMP*rr_REV.Craig Topper2012-12-27
* Mark the AL/AX/EAX forms of the basic arithmetic operations has never having ...Craig Topper2012-12-26
* Mark all the _REV instructions as not having side effects. They aren't really...Craig Topper2012-12-26
* Simplify BMI ANDN matching to use patterns instead of a DAG combine. Also add...Craig Topper2012-12-17
* X86: enable CSE between CMP and SUBManman Ren2012-08-08
* X86: remove redundant cmp against zero.Manman Ren2012-07-18
* X86: peephole optimization to remove cmp instructionManman Ren2012-07-06
* Revert r157831Manman Ren2012-06-03
* X86: peephole optimization to remove cmp instructionManman Ren2012-06-01
* This patch adds X86 instruction itineraries, which were missed by thePreston Gurd2012-04-09
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-01
* Add X86 MULX instruction for disassembler.Craig Topper2011-10-23
* Remove some duplicate specifying of neverHasSideEffects and mayLoad from X86 ...Craig Topper2011-10-22
* Add X86 ANDN instruction. Including instruction selection.Craig Topper2011-10-14
* Add TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies.Jakob Stoklund Olesen2011-10-08
* Fix some Intel syntax disassembly issues with instructions that implicitly us...Craig Topper2011-10-02
* Fix disassembling of reverse register/register forms of ADD/SUB/XOR/OR/AND/SB...Craig Topper2011-09-11
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Change the X86 backend to stop using the evil ADDC/ADDE/SUBC/SUBE nodes (whichChris Lattner2010-12-20
* it turns out that when ".with.overflow" intrinsics were added to the X86Chris Lattner2010-12-05
* fix a subtle bug I introduced in my refactoring, where we stopped preferringChris Lattner2010-10-08
* convert test to use the existing classes that the multipatternsChris Lattner2010-10-07
* convert cmp to use a multipatternChris Lattner2010-10-07