This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from db071c17c6 revert r340135: [CodeGen] add rotate builtins new 276876b8b3 [CodeGen] add/fix rotate builtins that map to LLVM funnel sh [...]
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: docs/LanguageExtensions.rst | 64 ++++++++++++++++++++++ include/clang/Basic/Builtins.def | 9 ++++ lib/CodeGen/CGBuiltin.cpp | 77 +++++++++++++------------- lib/CodeGen/CodeGenFunction.h | 2 + test/CodeGen/builtin-rotate.c | 66 +++++++++++++++++++++++ test/CodeGen/ms-intrinsics-rotations.c | 99 ++++++++-------------------------- 6 files changed, 199 insertions(+), 118 deletions(-) create mode 100644 test/CodeGen/builtin-rotate.c