This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 53d718460a Give builtins and alloc/dealloc operators the default callin [...] new 24400dafe1 Enable _rotl, _lrotl, _rotr, _lrotr on all platforms.
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/Builtins.def | 8 +++---- test/CodeGen/ms-intrinsics-rotations.c | 21 ++++++++--------- test/CodeGen/rot-intrinsics.c | 43 ++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/rot-intrinsics.c