Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [X86] Add VP2INTERSECT instructions | Pengfei Wang | 2019-05-31 | 1 | -0/+25 |
| | | | | | | | | | | Support Intel AVX512 VP2INTERSECT instructions in llvm Patch by Xiang Zhang (xiangzhangllvm) Differential Revision: https://reviews.llvm.org/D62366 llvm-svn: 362188 | ||||
* | [X86] Move InstPrinter files to MCTargetDesc. NFC | Richard Trieu | 2019-05-10 | 1 | -0/+337 |
For some targets, there is a circular dependency between InstPrinter and MCTargetDesc. Merging them together will fix this. For the other targets, the merging is to maintain consistency so all targets will have the same structure. llvm-svn: 360484 |