aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrFPStack.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-42/+42
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-112/+120
* Changed register names (and pointer keywords) to be lower case when using Int...Craig Topper2013-07-311-15/+15
* Remove some errant space charcters in mnemonic strings.Craig Topper2013-07-231-1/+1
* More Intel syntax alias fixes.Craig Topper2013-07-221-1/+1
* Annotate x87 and mmx instructions with SchedRW lists.Jakob Stoklund Olesen2013-03-261-7/+19
* This patch continues the work of adding instruction latencies for X86 Atom,Preston Gurd2012-05-021-65/+89
* X86: Don't emit conditional floating point moves on when targeting pre-pentiu...Benjamin Kramer2012-04-271-9/+24
* some comment fix for X86 and ARMJia Liu2012-02-191-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-2/+2
* Instruction selection priority fixes to remove the XMM/XMMInt/orAVX predicate...Craig Topper2012-01-101-18/+11
* Enable FISTTP* instructions when AVX is enabled.Craig Topper2012-01-081-9/+9
* Intel style asm variant does not need '%' prefix.Devang Patel2012-01-031-14/+14
* Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen2011-06-281-38/+2
* Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.Reid Kleckner2011-02-121-0/+4
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-2/+2
* Move X86InstrFPStack.td over to PseudoI as well.Eric Christopher2010-11-301-27/+9
* go to great lengths to work around a GAS bug my previous patchChris Lattner2010-11-061-2/+2
* change the fp comparison instructions to not have %st0 explicitlyChris Lattner2010-11-061-4/+4
* Reverting r117031 to cleanup valgrind errors.Andrew Trick2010-10-221-3/+3
* More tweaks to X86 instructions to allow the 'w' suffix in places it makesKevin Enderby2010-10-211-3/+3
* allow !strconcat to take more than two operands to eliminateChris Lattner2010-10-051-4/+4
* refactor .td files a bit, moving system instructions out to X86InstrSystem.tdChris Lattner2010-10-051-3/+4
* convert the last 4 X86ISD nodes that should have memoperands to have them.Chris Lattner2010-09-221-4/+6
* give FP_TO_INT16_IN_MEM and friends a memoperand. They are onlyChris Lattner2010-09-221-4/+5
* Fix comment typos.Bob Wilson2010-08-261-1/+1
* Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKillJakob Stoklund Olesen2010-07-161-4/+0
* Use target independent COPY instructions for the fake fextend and froundJakob Stoklund Olesen2010-07-111-6/+6
* Remove isTwoAddress from here too.Eric Christopher2010-06-181-2/+2
* Changed llvm-mc to use the same suffixes with floating point compareKevin Enderby2010-05-031-6/+6
* Now that tblgen can handle matching implicit defs of instructionsChris Lattner2010-03-191-6/+4
* add support for pentium class CPUs which do not have cmov,Chris Lattner2010-03-141-3/+12
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-271-1/+1
* fix a case where we'd mis-encode fisttp because of an incorrect (andChris Lattner2010-02-051-1/+0
* Instruction fixes, added instructions, and AsmString changes in theSean Callanan2009-12-181-28/+98
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-1/+1
* Removed a few instructions that were alreadySean Callanan2009-09-161-5/+0
* Added a variety of floating-point and SSE instructions.Sean Callanan2009-09-161-0/+30
* Implement FpSET_ST1_*.Evan Cheng2009-02-091-0/+6
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-031-1/+1
* Use ## for comment delimiter on darwin x86-32, soDale Johannesen2008-03-251-10/+10
* remove Evan's "ugly hack" that sorta attempted to get Chris Lattner2008-03-211-4/+0
* Add support for calls that return two FP values inChris Lattner2008-03-211-0/+9
* Eliminate the FP_GET_ST0/FP_SET_ST0 target-specific dag nodes, just lower to Chris Lattner2008-03-101-20/+6
* rename FP_SETRESULT -> FP_SET_ST0Chris Lattner2008-03-091-7/+7
* rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support forChris Lattner2008-03-091-26/+38
* Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc...Evan Cheng2008-01-291-0/+7
* more flags set rightChris Lattner2008-01-111-13/+15
* Start inferring side effect information more aggressively, and fix many bugs ...Chris Lattner2008-01-101-18/+30