This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 09d9f45186b [X86] Adding FoldGenRegForm helper field (for memory foldin [...] new 0ccceac14cf [X86] Adding new LLVM TableGen backend that generates the X [...]
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 | 718 +++++ 9 files changed, 745 insertions(+), 3427 deletions(-) create mode 100644 utils/TableGen/X86FoldTablesEmitter.cpp