[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / X86 / avx512-vec-cmp.ll
2015-09-08 Igor BregerAVX512: kunpck encoding implementation
2015-06-10 Elena DemikhovskyAVX-512: Fixed a bug in comparison of i1 vectors.
2015-05-29 Matthias BraunMachineCopyPropagation: Remove the copies instead of...
2015-05-07 Elena DemikhovskyAVX-512: Added all forms of FP compare instructions...
2015-04-27 Elena DemikhovskyAVX-512: Extend/Truncate operations for SKX,
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-12-12 Robert Khasanov[AVX512] Enabling MIN/MAX lowering.
2014-10-28 Robert Khasanov[AVX512] Bring back vector-shuffle lowering support...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-03 Chandler Carruth[x86] Regenerate a bunch more avx512 test cases using...
2014-08-29 Robert Khasanov[SKX] Enable lowering of integer CMP operations.
2014-08-04 Robert Khasanov[SKX] Enabling load/store instructions: encoding
2014-02-05 Elena DemikhovskyAVX-512: optimized icmp -> sext -> icmp pattern
2014-01-22 Elena DemikhovskyAVX512: combining setcc and zext is wrong on AVX512
2013-12-17 Elena DemikhovskyAVX-512: Added implementation of CONCAT_VECTORS for...
2013-09-05 Juergen Ributzka[X86] Perform VSELECT DAG combines also before DAG...
2013-08-19 Elena DemikhovskyAVX-512: added arithmetic and logical operations.
2013-08-13 Elena DemikhovskyAVX-512: Added CMP and BLEND instructions.