This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 02797965889 Revert "[X86] Adding new LLVM TableGen backend that generat [...] new 5f67424f80f Resubmit "[X86] Adding new LLVM TableGen backend that gener [...]
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: lib/Target/X86/CMakeLists.txt | 1 + lib/Target/X86/X86InstrInfo.cpp | 3400 +----------------------- test/CodeGen/X86/sse42-intrinsics-fast-isel.ll | 6 +- test/CodeGen/X86/stack-folding-fp-avx1.ll | 21 +- test/CodeGen/X86/vector-sqrt.ll | 18 +- utils/TableGen/CMakeLists.txt | 1 + utils/TableGen/TableGen.cpp | 6 + utils/TableGen/TableGenBackends.h | 1 + utils/TableGen/X86FoldTablesEmitter.cpp | 720 +++++ 9 files changed, 747 insertions(+), 3427 deletions(-) create mode 100644 utils/TableGen/X86FoldTablesEmitter.cpp