This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 63c98b33197 [X86] Prevent non-temporal loads from folding into instruct [...] new d784be6ea22 [MC][ELF] compute entity size for explicit sections new 7f7ab9f57f5 [LTO] Account for overriding lib calls via the alias attribute
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/TargetLoweringObjectFileImpl.cpp | 50 +++++++++---------- lib/LTO/UpdateCompilerUsed.cpp | 16 ++++-- test/CodeGen/Generic/section_mergeable_size.ll | 3 ++ test/LTO/X86/libcall-overridden-via-alias.ll | 69 ++++++++++++++++++++++++++ 4 files changed, 108 insertions(+), 30 deletions(-) create mode 100644 test/CodeGen/Generic/section_mergeable_size.ll create mode 100755 test/LTO/X86/libcall-overridden-via-alias.ll