This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bb1812b73e Rename clang link from clang-X.Y to clang-X new c6a82d971b [Hexagon] Aid bit-reverse load intrinsics lowering with bitcode
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/Basic/BuiltinsHexagon.def | 22 ++++++------- lib/CodeGen/CGBuiltin.cpp | 51 ++++++++++++++++++++++++++++++ test/CodeGen/builtins-hexagon.c | 26 +++++++++------- test/CodeGen/hexagon-brev-ld-ptr-incdec.c | 52 +++++++++++++++++++++++++++++++ test/CodeGen/hexagon-brev-store-elm.c | 46 +++++++++++++++++++++++++++ 5 files changed, 174 insertions(+), 23 deletions(-) create mode 100644 test/CodeGen/hexagon-brev-ld-ptr-incdec.c create mode 100644 test/CodeGen/hexagon-brev-store-elm.c