This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 82804ad [X86][AVX512] Add missing entries to EVEX2VEX tables new b59d804 [X86][AVX512] Adding new LLVM TableGen backend which generate [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: cmake/modules/AddLLVM.cmake | 3 +- docs/TableGen/BackEnds.rst | 6 + lib/Target/X86/CMakeLists.txt | 1 + lib/Target/X86/X86EvexToVex.cpp | 8 +- lib/Target/X86/X86InstrTablesInfo.h | 1192 --------------------------- utils/TableGen/CMakeLists.txt | 1 + utils/TableGen/TableGen.cpp | 6 + utils/TableGen/TableGenBackends.h | 1 + utils/TableGen/X86EVEX2VEXTablesEmitter.cpp | 345 ++++++++ 9 files changed, 369 insertions(+), 1194 deletions(-) delete mode 100755 lib/Target/X86/X86InstrTablesInfo.h create mode 100644 utils/TableGen/X86EVEX2VEXTablesEmitter.cpp