summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/recip-fastmath.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add comments to the end of FMA3 instructions to make the operation clearCraig Topper2018-03-101-72/+72
* [X86] Fix bad regular expressions in the scheduler models. Question marks sho...Craig Topper2017-12-101-3/+3
* [X86][Haswell]: Updating the scheduling information for the Haswell subtarget.Gadi Haber2017-12-081-36/+36
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-81/+81
* [X86] Remove some more RCP and RSQRT patterns from InstrAVX512.td that I miss...Craig Topper2017-11-051-4/+4
* [X86] Don't use RCP14 and RSQRT14 for reciprocal estimations or for legacy SS...Craig Topper2017-11-041-4/+4
* [X86][SKX] Adding the scheduling information for the SKX target.Gadi Haber2017-10-081-39/+39
* [X86][Skylake] Adding the scheduling information for the SkylakeClient targetGadi Haber2017-09-191-41/+77
* [X86][Haswell] Updating HSW instruction scheduling informationGadi Haber2017-08-281-96/+96
* [X86][SandyBridge] Additional updates to the SNB instructions scheduling info...Gadi Haber2017-08-131-5/+5
* [X86] Model 256-bit AVX instructions in the AMD Jaguar scheduler Part-1 (PR28...Andrew V. Tischenko2017-07-101-15/+15
* This patch completely replaces the scheduling information for the SandyBridge...Gadi Haber2017-07-101-23/+23
* [X86] Add comment string for broadcast loads from the constant pool.Craig Topper2017-07-041-20/+20
* Reverting commit 306414 on behalf of @gadi.haberMichael Zuckerman2017-06-281-112/+112
* Updated and extended the information about each instruction in HSW and SNB to...Gadi Haber2017-06-271-112/+112
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-188/+224
* [X86][SSE] Added extra FMA/NO-FMA reciprocal test cases for D26855Simon Pilgrim2017-02-091-6/+158
* [X86][SSE] Add target cpu specific reciprocal testsSimon Pilgrim2017-02-051-78/+423
* [X86][SSE] Add SSE reciprocal estimate testsSimon Pilgrim2016-11-211-11/+131
* [Target] move reciprocal estimate settings from TargetOptions to TargetLoweringSanjay Patel2016-10-041-82/+123
* [x86] set default reciprocal (division and square root) codegen to match GCCSanjay Patel2015-06-221-19/+19
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-06-041-2/+2
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-06-031-2/+2
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-06-021-2/+2
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-05-231-2/+2
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-05-221-2/+2
* fixed to test features, not CPU modelsSanjay Patel2015-04-081-24/+24
* Expose the number of Newton-Raphson iterations applied to the hardware's reci...Sanjay Patel2014-11-121-12/+49
* Use rcpss/rcpps (X86) to speed up reciprocal calcs (PR21385).Sanjay Patel2014-11-111-0/+72
OpenPOWER on IntegriCloud