summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/combine-fcopysign.ll
Commit message (Expand)AuthorAgeFilesLines
* Generate test results for combine-fcopysign.ll using update_llc_test_checks.p...Amaury Sechet2019-01-261-11/+12
* [X86][SSE] Canonicalize OR(AND(X,C),AND(Y,~C)) -> OR(AND(X,C),ANDNP(C,Y))Simon Pilgrim2019-01-221-54/+54
* [X86] Force floating point values in constant pool decoding to print in scien...Craig Topper2018-10-291-11/+11
* [X86] Standardize floating point assembly commentsSimon Pilgrim2018-10-021-11/+11
* [X86] Prefer unpckhpd over movhlps in isel for fake unary casesCraig Topper2018-09-111-3/+3
* Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2018-02-271-4/+4
* Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Quentin Colombet2018-02-171-4/+4
* [MachineCopyPropagation] Extend pass to do COPY source forwardingGeoff Berry2018-02-011-4/+4
* [DAG] Fix for Bug PR34620 - Allow SimplifyDemandedBits to look through bitcastsSimon Pilgrim2018-01-071-32/+3
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-24/+24
* [SelectionDAG] Support 'bit preserving' floating points bitcasts on computeKn...Simon Pilgrim2017-10-281-8/+3
* Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source for...Geoff Berry2017-10-031-4/+4
* Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2017-10-021-4/+4
* [X86] Teach the execution domain fixing tables to use movlhps inplace of unpc...Craig Topper2017-09-181-2/+2
* [X86] Teach execution domain fixing to convert between FP and int unpack inst...Craig Topper2017-09-181-1/+1
* Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source for...Sam McCall2017-09-041-4/+4
* Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2017-09-011-4/+4
* Revert r312154 "Re-enable "[MachineCopyPropagation] Extend pass to do COPY so...Hans Wennborg2017-08-301-4/+4
* Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2017-08-301-4/+4
* Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding" ro...Geoff Berry2017-08-181-4/+4
* Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forward...Geoff Berry2017-08-171-4/+4
* Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2017-08-171-4/+4
* [MachineCopyPropagation] Extend pass to do COPY source forwardingGeoff Berry2017-08-161-4/+4
* [X86][SSE] Add support for combining scalar_to_vector(extract_vector_elt) int...Simon Pilgrim2017-02-031-1/+1
* [X86] Cleanup 'x' and 'y' mnemonic suffixes for vcvtpd2dq/vcvttpd2dq/vcvtpd2p...Craig Topper2016-11-141-1/+1
* [X86][SSE] Reapplied: Add vector fcopysign combine testsSimon Pilgrim2016-10-071-0/+331
* Revert r281841, it does not work on Windows (PR30443).Nico Weber2016-09-191-722/+0
* [X86][SSE] Added vector fcopysign combine testsSimon Pilgrim2016-09-171-0/+722
OpenPOWER on IntegriCloud