This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 770ecb406d [X86] Use __builtin_convertvector to implement some of the p [...] new c3d5cc8d43 CodeGen, Driver: Start using direct split dwarf emission in clang.
The 1 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/clang/Driver/CC1Options.td | 4 +- lib/CodeGen/BackendUtil.cpp | 74 ++++++++++++++++++++++++------------- lib/Driver/ToolChains/Clang.cpp | 20 +++------- test/CodeGen/split-debug-filename.c | 6 +++ test/Driver/split-debug.c | 3 +- test/Driver/split-debug.s | 3 +- test/Misc/cc1as-split-dwarf.s | 25 +++++++++++++ tools/driver/cc1as_main.cpp | 37 ++++++++++++------- 8 files changed, 112 insertions(+), 60 deletions(-) create mode 100644 test/Misc/cc1as-split-dwarf.s