This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9ffe073e982 CodeGen: Add a dwo output file argument to addPassesToEmitF [...] new 8cf770479a0 [InstCombine] add tests for cast-of-select; NFC new aadeae8d7a8 LTO: Replace split dwarf implementation that uses objcopy w [...]
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/LTO/Config.h | 3 - lib/LTO/LTOBackend.cpp | 78 ++++------------- test/Transforms/InstCombine/cast-select.ll | 133 +++++++++++++++++++++++++++++ test/tools/gold/X86/split-dwarf.ll | 14 ++- tools/gold/gold-plugin.cpp | 6 -- 5 files changed, 156 insertions(+), 78 deletions(-) create mode 100644 test/Transforms/InstCombine/cast-select.ll