This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4944bbc9c2 [OPENMP] Fix DSA analysis for threadprivates after deserialization. new 12f3fe3bbd Switch -mcount and -finstrument-functions to emit EnterExitI [...]
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/Driver/Options.td | 2 + include/clang/Frontend/CodeGenOptions.def | 2 + lib/CodeGen/CodeGenFunction.cpp | 50 +++++++++-------------- lib/CodeGen/CodeGenFunction.h | 5 --- lib/Driver/ToolChains/Clang.cpp | 3 +- lib/Frontend/CompilerInvocation.cpp | 2 + test/CodeGen/instrument-functions.c | 17 ++++---- test/CodeGen/mcount.c | 8 ++-- test/CodeGen/x86_64-instrument-functions.c | 38 ++++++++++++++++++ test/CodeGenCXX/instrument-functions.cpp | 18 +++++---- test/Frontend/gnu-mcount.c | 64 +++++++++++++++--------------- 11 files changed, 121 insertions(+), 88 deletions(-) create mode 100644 test/CodeGen/x86_64-instrument-functions.c