This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0ff9bec Handle non-inlined clang::Type::getAs specializations in extr [...] new 28b89d6 [Hexagon] Remove unsafe load instructions that affect Stack S [...] new 8e04a1b Restore "[ThinLTO] Prevent exporting of locals used/defined i [...]
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/Support/TargetRegistry.h | 3 + lib/Analysis/LLVMBuild.txt | 2 +- lib/Analysis/ModuleSummaryAnalysis.cpp | 45 +++++++++++ lib/Bitcode/Writer/BitcodeWriter.cpp | 23 ++++-- lib/Object/IRObjectFile.cpp | 3 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 12 --- test/CodeGen/Hexagon/dead-store-stack.ll | 131 +++++++++++++++++++++++++++++++ test/LTO/X86/current-section.ll | 3 + test/ThinLTO/X86/module_asm2.ll | 9 +-- tools/opt/opt.cpp | 1 + 10 files changed, 206 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/Hexagon/dead-store-stack.ll