This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 16815e99bba [X86] Move the X86InstrFMA3Info class into the cpp file. Ex [...] new ed5068fcf14 [X86] Move the memory unfolding table creation into its own [...] new bae31892274 [X86] Remove unnecessary include. NFC
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/X86EvexToVex.cpp | 1 - .../{X86InstrInfo.cpp => X86InstrFoldTables.cpp} | 7730 +------------------- lib/Target/X86/X86InstrFoldTables.h | 85 + lib/Target/X86/X86InstrInfo.cpp | 5531 +------------- lib/Target/X86/X86InstrInfo.h | 26 - 6 files changed, 216 insertions(+), 13158 deletions(-) copy lib/Target/X86/{X86InstrInfo.cpp => X86InstrFoldTables.cpp} (56%) create mode 100644 lib/Target/X86/X86InstrFoldTables.h