This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 09a2821bae Revert "[clang-format] Fix putting ObjC message arguments in [...] new 7d900be492 Reland r332885, "CodeGen, Driver: Start using direct split d [...] new 56cc670bbb [X86] Move 128-bit f16c intrinsics to __emmintrin_f16c.h inc [...]
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/clang/Driver/CC1Options.td | 4 +- lib/CodeGen/BackendUtil.cpp | 75 +++++++++++++-------- lib/Driver/ToolChains/Clang.cpp | 20 ++---- lib/Headers/{f16cintrin.h => __emmintrin_f16c.h} | 12 ++-- lib/Headers/emmintrin.h | 2 +- lib/Headers/f16cintrin.h | 83 +++++++----------------- lib/Headers/immintrin.h | 50 +------------- test/CodeGen/split-debug-filename.c | 7 ++ test/Driver/split-debug.c | 3 +- test/Driver/split-debug.s | 3 +- test/Misc/cc1as-split-dwarf.s | 26 ++++++++ tools/driver/cc1as_main.cpp | 37 +++++++---- 12 files changed, 146 insertions(+), 176 deletions(-) copy lib/Headers/{f16cintrin.h => __emmintrin_f16c.h} (93%) create mode 100644 test/Misc/cc1as-split-dwarf.s