summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrCMovSetCC.td
Commit message (Expand)AuthorAge
* Recommit r201059 and r201060 with hopefully a fix for its original failure.Craig Topper2014-02-10
* Revert r201059 and r201060.Bob Wilson2014-02-10
* Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' fie...Craig Topper2014-02-10
* Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 ...Craig Topper2014-02-02
* [x86] Add OpSize16 to instructions that need itDavid Woodhouse2014-01-08
* Annotate X86InstrCMovSetCC.td with SchedRW lists.Jakob Stoklund Olesen2013-03-19
* Remove # from the beginning and end of def names.Craig Topper2013-01-07
* 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
* Move cmov pseudo instructions to InstrCompiler,Chris Lattner2010-10-05
* Use #NAME# to have the CMOV multiclass define things with the same names as b...Chris Lattner2010-10-05
* switch CMOVBE to the multipattern:Chris Lattner2010-10-05
* add a multiclass for cmov's, but don't start using it yet.Chris Lattner2010-10-05
* use a multipattern to define setcc instructions:Chris Lattner2010-10-05
* move SETB pseudos into the same place in InstrCompiler.tdChris Lattner2010-10-05
* split conditional moves and setcc's out to their own file.Chris Lattner2010-10-05