This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4118bd2 [Driver][Diagnostics] Make 'show option names' default for dr [...] new 5733999 Aligned allocation versus CUDA: make deallocation function pr [...] new 651a37d [Sema] Add explicit move constructor for ExpressionEvaluation [...] new 81b0670 Add an option to save the backend-produced YAML optimization [...]
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: include/clang/Driver/CC1Options.td | 3 + include/clang/Driver/Options.td | 9 +++ include/clang/Frontend/CodeGenOptions.h | 4 ++ include/clang/Sema/Sema.h | 18 ++++-- lib/CodeGen/CodeGenAction.cpp | 23 +++++++ lib/Driver/Tools.cpp | 33 ++++++++++ lib/Frontend/CompilerInvocation.cpp | 4 ++ lib/Sema/SemaCUDA.cpp | 73 ++++------------------ lib/Sema/SemaExprCXX.cpp | 60 ++++++++++-------- .../Inputs/opt-record.proftext} | 7 ++- test/CodeGen/opt-record.c | 33 ++++++++++ test/Driver/opt-record.c | 18 ++++++ test/SemaCUDA/call-host-fn-from-device.cu | 13 ++++ 13 files changed, 202 insertions(+), 96 deletions(-) copy test/{Frontend/Inputs/optimization-remark-with-hotness.proftext => CodeGen/In [...] create mode 100644 test/CodeGen/opt-record.c create mode 100644 test/Driver/opt-record.c