This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0b6809a0da9 [NFC][PowerPC] Add the test add_cmp.ll new 767b1fe69eb [llvm-bcanalyzer] Refactor and move to libLLVMBitReader new d6c2eb636df [X86] Add MOVSDrr->MOVLPDrm entry to load folding table. Ad [...]
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: include/llvm/Bitcode/BitcodeAnalyzer.h | 103 ++ .../Bitcode/Reader/BitcodeAnalyzer.cpp | 1051 +++++++++----------- lib/Bitcode/Reader/CMakeLists.txt | 1 + lib/Target/X86/X86InstrFoldTables.cpp | 3 + lib/Target/X86/X86InstrInfo.cpp | 17 +- test/CodeGen/X86/vector-shuffle-128-v4.ll | 12 +- tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1035 +------------------ 7 files changed, 655 insertions(+), 1567 deletions(-) create mode 100644 include/llvm/Bitcode/BitcodeAnalyzer.h copy tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp => lib/Bitcode/Reader/BitcodeAnalyz [...]