summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrFPStack.td
Commit message (Expand)AuthorAge
* Instruction fixes, added instructions, and AsmString changes in theSean Callanan2009-12-18
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* Removed a few instructions that were alreadySean Callanan2009-09-16
* Added a variety of floating-point and SSE instructions.Sean Callanan2009-09-16
* Implement FpSET_ST1_*.Evan Cheng2009-02-09
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-03
* Use ## for comment delimiter on darwin x86-32, soDale Johannesen2008-03-25
* remove Evan's "ugly hack" that sorta attempted to get Chris Lattner2008-03-21
* Add support for calls that return two FP values inChris Lattner2008-03-21
* Eliminate the FP_GET_ST0/FP_SET_ST0 target-specific dag nodes, just lower to Chris Lattner2008-03-10
* rename FP_SETRESULT -> FP_SET_ST0Chris Lattner2008-03-09
* rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support forChris Lattner2008-03-09
* Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc...Evan Cheng2008-01-29
* more flags set rightChris Lattner2008-01-11
* Start inferring side effect information more aggressively, and fix many bugs ...Chris Lattner2008-01-10
* remove explicit sets of 'neverHasSideEffects' that can now be Chris Lattner2008-01-10
* get def use info more correct.Chris Lattner2008-01-10
* rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner2008-01-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add "mayHaveSideEffects" and "neverHasSideEffects" flags to some instructions. IBill Wendling2007-12-17
* LD_Fp64m should have "isRematerializable" set.Bill Wendling2007-12-17
* Implement codegen for flt_rounds on x86Anton Korobeynikov2007-11-16
* Corrected many typing errors. And removed 'nest' parameter handlingArnold Schwaighofer2007-10-12
* Enabling new condition code modeling scheme.Evan Cheng2007-09-29
* New style x87 cmp instructions.Evan Cheng2007-09-25
* Added support for new condition code modeling scheme (i.e. physical register ...Evan Cheng2007-09-25
* Fix PR 1681. When X86 target uses +sse -sse2,Dale Johannesen2007-09-23
* Add implicit def of EFLAGS on those instructions that may modify flags.Evan Cheng2007-09-14
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-11
* Mark load instructions with isLoad = 1.Evan Cheng2007-08-30
* Long double patch 8 of N: make it partially work inDale Johannesen2007-08-07
* Long double patch 7 of N, unless I lost count:). Dale Johannesen2007-08-07
* Get X86 long double calling convention to workDale Johannesen2007-08-06
* Long double patch 4 of N: initial x87 implementation.Dale Johannesen2007-08-05
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-31
* Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v...Evan Cheng2007-07-31
* No more noResults.Evan Cheng2007-07-21
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-19
* Fix fp_constant_op failure.Dale Johannesen2007-07-10
* fix 80 columnn violations, increasing the world'sDale Johannesen2007-07-10
* Refactor X87 instructions. As a side effect, allDale Johannesen2007-07-04
* Some spacing fixes. Cosmetic.Dale Johannesen2007-07-03
* Fix for PR 1505 (and 1489). Rewrite X87 registerDale Johannesen2007-07-03
* Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman2007-06-26
* Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoadDan Gohman2007-06-19
* Mark re-materializable instructions.Evan Cheng2007-03-21
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-13
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-09
* Handle BUILD_VECTOR with all zero elements.Evan Cheng2006-03-24
* Use the generic vector register classes VR64 / VR128 rather than V4F32,Evan Cheng2006-03-18