This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 59d6e4d368 [ARM] Take into account -mcpu and -mfpu options while handli [...] new cf300c1f1e Revert "clang-misexpect: Profile Guided Validation of Perfor [...]
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/DiagnosticFrontendKinds.td | 7 +--- include/clang/Basic/DiagnosticGroups.td | 1 - lib/CodeGen/CodeGenAction.cpp | 26 ------------- lib/Frontend/CompilerInvocation.cpp | 3 -- .../misexpect-branch-nonconst-expect-arg.proftext | 9 ----- test/Profile/Inputs/misexpect-branch.proftext | 9 ----- .../Inputs/misexpect-switch-default-only.proftext | 12 ------ .../Inputs/misexpect-switch-default.proftext | 16 -------- .../Inputs/misexpect-switch-nonconst.proftext | 17 --------- test/Profile/Inputs/misexpect-switch.proftext | 16 -------- test/Profile/misexpect-branch-cold.c | 26 ------------- .../misexpect-branch-nonconst-expected-val.c | 23 ------------ test/Profile/misexpect-branch-unpredictable.c | 25 ------------- test/Profile/misexpect-branch.c | 28 -------------- test/Profile/misexpect-switch-default.c | 40 -------------------- test/Profile/misexpect-switch-nonconst.c | 43 ---------------------- test/Profile/misexpect-switch-only-default-case.c | 35 ------------------ test/Profile/misexpect-switch.c | 41 --------------------- 18 files changed, 1 insertion(+), 376 deletions(-) delete mode 100644 test/Profile/Inputs/misexpect-branch-nonconst-expect-arg.proftext delete mode 100644 test/Profile/Inputs/misexpect-branch.proftext delete mode 100644 test/Profile/Inputs/misexpect-switch-default-only.proftext delete mode 100644 test/Profile/Inputs/misexpect-switch-default.proftext delete mode 100644 test/Profile/Inputs/misexpect-switch-nonconst.proftext delete mode 100644 test/Profile/Inputs/misexpect-switch.proftext delete mode 100644 test/Profile/misexpect-branch-cold.c delete mode 100644 test/Profile/misexpect-branch-nonconst-expected-val.c delete mode 100644 test/Profile/misexpect-branch-unpredictable.c delete mode 100644 test/Profile/misexpect-branch.c delete mode 100644 test/Profile/misexpect-switch-default.c delete mode 100644 test/Profile/misexpect-switch-nonconst.c delete mode 100644 test/Profile/misexpect-switch-only-default-case.c delete mode 100644 test/Profile/misexpect-switch.c