summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/bswap-vector.ll
Commit message (Expand)AuthorAgeFilesLines
* Recommit r368079 "[X86] Remove uses of the -x86-experimental-vector-widening-...Craig Topper2019-08-071-72/+0
* Recommit r367901 "[X86] Enable -x86-experimental-vector-widening-legalization...Craig Topper2019-08-071-7/+6
* Revert "[X86] Enable -x86-experimental-vector-widening-legalization by default."Mitch Phillips2019-08-061-6/+7
* Revert "[X86] Remove uses of the -x86-experimental-vector-widening-legalizati...Mitch Phillips2019-08-061-0/+72
* [X86] Remove uses of the -x86-experimental-vector-widening-legalization flag ...Craig Topper2019-08-061-72/+0
* [X86] Enable -x86-experimental-vector-widening-legalization by default.Craig Topper2019-08-051-7/+6
* [DAGCombiner] don't group bswap with casts in logic hoisting foldSanjay Patel2018-12-061-25/+11
* [x86] add test for vector bitwise-logic-of-bswaps; NFCSanjay Patel2018-12-061-5/+56
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-53/+53
* [X86][SSE] Dropped -mcpu from vector bswap testsSimon Pilgrim2017-06-281-7/+4
* [X86][SSE] Add support for combining SSE VSHLI/VSRLI uniform constant shifts.Simon Pilgrim2016-12-121-4/+2
* [X86][SSE] Regenerate vector bswap testsSimon Pilgrim2016-05-041-60/+91
* [DAGCombiner] Added BSWAP(BSWAP(x)) -> x combine pattern.Simon Pilgrim2015-06-131-0/+74
* [DAGCombiner] Added BSWAP vector constant folding support.Simon Pilgrim2015-06-131-3/+100
* [x86] Make the new vector shuffle legality test on by default, whichChandler Carruth2015-02-201-195/+92
* [x86] Clean up a couple of test cases with the new update script. SplitChandler Carruth2015-02-201-126/+343
* [x86] Fix the completely broken vector widening legalization of bswap.Chandler Carruth2014-07-031-0/+29
* Legalizer: Make bswap promotion safe for vectors.Benjamin Kramer2014-05-201-0/+17
* SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...Benjamin Kramer2014-05-191-6/+114
* Expand vector bswap in LegalizeVectorOpsHal Finkel2014-02-031-0/+19
OpenPOWER on IntegriCloud