This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 24400dafe1 Enable _rotl, _lrotl, _rotr, _lrotr on all platforms. new 22faaea969 [PGO] Clang part of change for context-sensitive PGO (part1) new 2f3e65f359 [ASTImporter] Handle built-in when importing SourceLocation [...] new c34654039c Order File Instrumentation: add clang support for -forder-fi [...]
The 3 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/UsersManual.rst | 42 +++++++++++++++++++- include/clang/AST/ASTImporter.h | 4 +- include/clang/Basic/CodeGenOptions.h | 15 +++++-- include/clang/Driver/Options.td | 9 +++++ lib/AST/ASTImporter.cpp | 47 ++++++++++++---------- lib/CodeGen/BackendUtil.cpp | 77 ++++++++++++++++++++++++++++++------ lib/Driver/ToolChain.cpp | 5 ++- lib/Driver/ToolChains/Clang.cpp | 47 ++++++++++++++++++++-- lib/Driver/ToolChains/CommonArgs.cpp | 25 ++++++++++++ lib/Frontend/CompilerInvocation.cpp | 10 +++-- test/Driver/clang_f_opts.c | 6 +++ 11 files changed, 241 insertions(+), 46 deletions(-)