summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrCompiler.td
Commit message (Expand)AuthorAge
* [x86] Remove OpSize16 flag from MOV32r0David Woodhouse2014-01-08
* [x86] Add OpSize16 to instructions that need itDavid Woodhouse2014-01-08
* Remove opcode from MOV32r0 that I accidentally left when I converted it to Ps...Craig Topper2014-01-05
* Handle MOV32r0 in expandPostRAPseudo instead of MCInst lowering. No functiona...Craig Topper2013-12-31
* [x86] Rename In32BitMode predicate to Not64BitModeEric Christopher2013-12-20
* Revert "Revert "Mark vastart_save_xmm_regs as changing EFLAGS""Duncan P. N. Exon Smith2013-12-17
* Revert "Mark vastart_save_xmm_regs as changing EFLAGS"Duncan P. N. Exon Smith2013-12-17
* Mark vastart_save_xmm_regs as changing EFLAGSDuncan P. N. Exon Smith2013-12-17
* AVX-512: Implemented CMOV for 512-bit vectorsElena Demikhovsky2013-10-31
* Revert part of a fix from 2010, changes since then:Eric Christopher2013-10-14
* Remove some extraneous whitespace.Eric Christopher2013-10-14
* Mark that the _ftol2 function used by windows on x86 to handle fptoui modifie...Craig Topper2013-07-21
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-01
* Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as itEric Christopher2013-05-31
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-05-31
* X86: use sub-register sequences for MOV*r0 operationsTim Northover2013-05-30
* X86: change zext moves to use sub-register infrastructure.Tim Northover2013-05-30
* Annotate X86InstrCompiler.td with SchedRW lists.Jakob Stoklund Olesen2013-03-25
* Annotate X86InstrCompiler.td with SchedRW lists.Jakob Stoklund Olesen2013-03-19
* Remove an invalid and unnecessary Pat pattern from the X86 backend:Ulrich Weigand2013-03-19
* X86: Disable cmov-memory patterns on subtargets without cmov.Benjamin Kramer2013-02-23
* Fix an issue of pseudo atomic instruction DAG scheduleMichael Liao2013-01-22
* Remove # from the beginning and end of def names.Craig Topper2013-01-07
* Add hasSideEffects=0 to some atomic instructions.Craig Topper2012-12-26
* Add __builtin_setjmp/_longjmp supprt in X86 backendMichael Liao2012-10-15
* X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...Benjamin Kramer2012-10-07
* Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...Craig Topper2012-10-05
* Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...Craig Topper2012-10-05
* Add 'lock' prefix output support in assembly printerMichael Liao2012-09-26
* Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'Michael Liao2012-09-22
* Fix typo in r164357Michael Liao2012-09-22
* Fix a typo in r164357Michael Liao2012-09-21
* Revise td of X86 atomic instructionsMichael Liao2012-09-21
* Re-work X86 code generation of atomic ops with spin-loopMichael Liao2012-09-20
* Fix the TCRETURNmi64 bug differently.Jakob Stoklund Olesen2012-09-13
* Revert r163761 "Don't fold indexed loads into TCRETURNmi64."Jakob Stoklund Olesen2012-09-13
* Don't fold indexed loads into TCRETURNmi64.Jakob Stoklund Olesen2012-09-13
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-01
* Use ptr_rc_tailcall instead of GR32_TC.Jakob Stoklund Olesen2012-05-09
* X86: optimization for -(x != 0)Manman Ren2012-05-07
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...Lang Hames2012-03-29
* This patch adds X86 instruction itineraries for non-pseudo opcodes inPreston Gurd2012-03-19
* Add WIN_FTOL_* psudo-instructions to model the unique calling conventionMichael J. Spencer2012-02-24
* Use the same CALL instructions for Windows as for everything else.Jakob Stoklund Olesen2012-02-16
* Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.Eli Friedman2012-01-16
* Get rid of unused codegen-only instruction.Eli Friedman2012-01-16
* X86: Generalize the x << (y & const) optimization to also catch masks with mo...Benjamin Kramer2012-01-12
* Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to theChandler Carruth2011-12-24
* Begin teaching the X86 target how to efficiently codegen patterns thatChandler Carruth2011-12-20