This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5009e4f [X86][AVX512] Fixed VPERMILPD/VPERMILPS shuffle comments. new 6d6b3df [ProfileData] Use SoftInstrProfErrors to count soft errors, NFC new 678ba5a fix documentation comments; NFC new fea2d4d [AArch64] Improve getUsefulBitsForUse for narrow stores. new 52af319 [ThinLTO] Fix Windows debug failure in new iterator new cefd2c3 SDAG: Have SelectNodeTo replace uses if it CSE's instead of m [...]
The 5 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/CodeGen/MachineMemOperand.h | 76 ++++++++++------------ include/llvm/ProfileData/InstrProf.h | 77 ++++++++++++++++------ lib/Bitcode/Writer/BitcodeWriter.cpp | 15 ++++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 10 ++- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 7 +- lib/ProfileData/InstrProf.cpp | 93 +++++++++++++++------------ lib/ProfileData/InstrProfWriter.cpp | 7 +- lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 14 ++++ test/CodeGen/AArch64/bitfield-insert.ll | 36 +++++++++++ 9 files changed, 221 insertions(+), 114 deletions(-)