summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vector-bitreverse.ll
AgeCommit message (Expand)Author
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-05[X86] Fix a crash if avx512bw and xop are both enabled when the IR contrains ...Craig Topper
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-08-30[AVX512] Don't use 32-bit elements version of AND/OR/XOR/ANDN during isel unl...Craig Topper
2017-07-31[AVX-512] Remove patterns that select vmovdqu8/16 for unmasked loads. Prefer ...Craig Topper
2017-05-31Add LiveRangeShrink pass to shrink live range within BB.Dehao Chen
2017-05-18Revert r302938 "Add LiveRangeShrink pass to shrink live range within BB."Hans Wennborg
2017-05-12Add LiveRangeShrink pass to shrink live range within BB.Dehao Chen
2017-02-11[X86] Don't base domain decisions on VEXTRACTF128/VINSERTF128 if only AVX1 is...Craig Topper
2017-01-16[SelectionDAG] Add support for BITREVERSE constant foldingSimon Pilgrim
2017-01-16[X86][SSE] Tests showing missing BITREVERSE constant foldingSimon Pilgrim
2016-08-28[AVX-512] Promote AND/OR/XOR to v2i64/v4i64/v8i64 even when we have AVX512F/A...Craig Topper
2016-07-22[SelectionDAG] Optimization of BITREVERSE legalization for power-of-2 integer...Simon Pilgrim
2016-07-18[X86] Add AVX512 instructions to X86InstrInfo::isAssociativeAndCommutative.Craig Topper
2016-07-09VirtRegMap: Replace some identity copies with KILL instructions.Matthias Braun
2016-07-02[X86][AVX512] Add support for 512-bit PSHUFB loweringSimon Pilgrim
2016-06-19[X86][AVX512] Added 512-bit BITREVERSE tests and enabled AVX512BW lowering su...Simon Pilgrim
2016-06-11[X86][SSSE3] Added PSHUFB LUT implementation of BITREVERSESimon Pilgrim
2016-05-28[x86] avoid printing unnecessary sign bits of hex immediates in asm comments ...Sanjay Patel
2016-05-12[SelectionDAG] Attempt to split BITREVERSE vector legalization into BSWAP and...Simon Pilgrim
2016-05-07[X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.Ahmed Bougacha
2016-05-06Revert r268760, it caused PR27670.Nico Weber
2016-05-06[X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.Ahmed Bougacha
2016-05-04[SelectionDAG] BITREVERSE vector legalization of bit operations (REAPPLIED)Simon Pilgrim
2016-05-04Revert r268504Simon Pilgrim
2016-05-04[SelectionDAG] BITREVERSE vector legalization of bit operationsSimon Pilgrim
2016-04-24[X86][SSE] Added SSSE3/AVX/AVX2 BITREVERSE testsSimon Pilgrim
2016-03-30[X86][XOP] BITREVERSE lowering using VPPERMSimon Pilgrim