This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c9977b6aa4b [DWARF] Adding support for the DWARF v5 string offsets tabl [...] new 565cfe059ca [x86] Revert the X86FoldTablesEmitter due to more miscompiles. new 446c2e7b477 [x86] Add the test for folding stack spills into pextrw.
The 2 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/stack-folding-int-sse42.ll | 17 +- 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 | 732 ----- 10 files changed, 3442 insertions(+), 761 deletions(-) delete mode 100644 utils/TableGen/X86FoldTablesEmitter.cpp