summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fp-logic.ll
Commit message (Expand)AuthorAgeFilesLines
* [x86] regenerate checks with update_llc_test_checks.pySanjay Patel2017-06-121-22/+1
* [X86][SSE] Fix domains for VZEXT_LOAD type instructionsSimon Pilgrim2016-12-151-1/+1
* [X86][SSE] Consistently set MOVD/MOVQ load/store/move instructions to integer...Simon Pilgrim2016-12-071-3/+3
* [x86] allow FP-logic ops when one operand is FP and result is FPSanjay Patel2016-11-161-12/+6
* [x86] add fake scalar FP logic instructions to ReplaceableInstrs to save some...Sanjay Patel2016-11-161-1/+1
* [x86] regenerate checks; NFCSanjay Patel2016-11-151-18/+19
* [X86] Remove the Fv packed logical operation alias instructions. Replace them...Craig Topper2016-08-091-1/+1
* [x86] enable bitcasted fabs/fneg transformsSanjay Patel2016-06-101-4/+2
* [x86] add tests to show current codegen for obscured fneg/fabsSanjay Patel2016-05-041-0/+50
* [x86] replace integer logic ops with packed SSE FP logic opsSanjay Patel2015-10-271-18/+12
* add FP logic test cases to show current codegen (PR22428)Sanjay Patel2015-10-261-0/+60
* [x86] replace integer 'xor' ops with packed SSE FP 'xor' ops when operating o...Sanjay Patel2015-09-231-4/+1
* [x86] replace integer 'or' ops with packed SSE FP 'or' ops when operating on ...Sanjay Patel2015-09-231-4/+1
* [x86] replace integer 'and' ops with packed SSE FP 'and' ops when operating o...Sanjay Patel2015-09-231-11/+4
* add test file ahead of any functional changes for PR22428Sanjay Patel2015-09-201-0/+223
OpenPOWER on IntegriCloud