This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1fa3bc2cb6c [NFC] Add a static function to do the endian check Add a ne [...] new 439ce358867 [llvm-objcopy] - Fix for "Bug 41775 - SymbolTableSection::a [...] new 23785c65ac3 [CodeGenPrepare] Don't split the store if it is volatile We [...]
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/CodeGen/CodeGenPrepare.cpp | 4 ++++ test/CodeGen/PowerPC/splitstore-check-volatile.ll | 17 +++++++++++++++++ tools/llvm-objcopy/ELF/Object.cpp | 4 ++-- tools/llvm-objcopy/ELF/Object.h | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/PowerPC/splitstore-check-volatile.ll