This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c862f5c0f7 Revert "llvm-mt: implement simple merging of manifests, not [...] new 67d8465a234 [gold] Enable function-sections by default. new e22b98a6edd Debug Info: Support fragmented variables in the MMI side table new cedb77eb716 Disable loop unswitching for some patterns containing equal [...]
The 3 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/AsmPrinter/DwarfDebug.cpp | 7 +- lib/Transforms/InstCombine/InstCombineSelect.cpp | 16 +++ lib/Transforms/Scalar/LoopUnswitch.cpp | 51 ++++++++- test/DebugInfo/X86/fi-piece.ll | 61 +++++++++++ .../LoopUnswitch/unswitch-equality-undef.ll | 121 +++++++++++++++++++++ test/tools/gold/X86/multiple-sections.ll | 40 +++++++ tools/gold/gold-plugin.cpp | 3 + 7 files changed, 296 insertions(+), 3 deletions(-) create mode 100644 test/DebugInfo/X86/fi-piece.ll create mode 100644 test/Transforms/LoopUnswitch/unswitch-equality-undef.ll create mode 100644 test/tools/gold/X86/multiple-sections.ll