[PATCH] D66324: clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 10 18:10:28 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL371584: clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM (authored by phosek, committed by ).
Herald added a subscriber: delcypher.
Changed prior to commit:
https://reviews.llvm.org/D66324?vs=219617&id=219645#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66324/new/
https://reviews.llvm.org/D66324
Files:
cfe/trunk/include/clang/Basic/DiagnosticFrontendKinds.td
cfe/trunk/include/clang/Basic/DiagnosticGroups.td
cfe/trunk/lib/CodeGen/CodeGenAction.cpp
cfe/trunk/lib/Frontend/CompilerInvocation.cpp
cfe/trunk/test/Profile/Inputs/misexpect-branch-nonconst-expect-arg.proftext
cfe/trunk/test/Profile/Inputs/misexpect-branch.proftext
cfe/trunk/test/Profile/Inputs/misexpect-switch-default-only.proftext
cfe/trunk/test/Profile/Inputs/misexpect-switch-default.proftext
cfe/trunk/test/Profile/Inputs/misexpect-switch-nonconst.proftext
cfe/trunk/test/Profile/Inputs/misexpect-switch.proftext
cfe/trunk/test/Profile/misexpect-branch-cold.c
cfe/trunk/test/Profile/misexpect-branch-nonconst-expected-val.c
cfe/trunk/test/Profile/misexpect-branch-unpredictable.c
cfe/trunk/test/Profile/misexpect-branch.c
cfe/trunk/test/Profile/misexpect-switch-default.c
cfe/trunk/test/Profile/misexpect-switch-nonconst.c
cfe/trunk/test/Profile/misexpect-switch-only-default-case.c
cfe/trunk/test/Profile/misexpect-switch.c
compiler-rt/trunk/lib/profile/xxhash.c
compiler-rt/trunk/lib/profile/xxhash.h
llvm/trunk/include/llvm/IR/DiagnosticInfo.h
llvm/trunk/include/llvm/IR/FixedMetadataKinds.def
llvm/trunk/include/llvm/IR/MDBuilder.h
llvm/trunk/include/llvm/Transforms/Utils/MisExpect.h
llvm/trunk/lib/IR/DiagnosticInfo.cpp
llvm/trunk/lib/IR/MDBuilder.cpp
llvm/trunk/lib/Transforms/IPO/SampleProfile.cpp
llvm/trunk/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
llvm/trunk/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
llvm/trunk/lib/Transforms/Utils/CMakeLists.txt
llvm/trunk/lib/Transforms/Utils/MisExpect.cpp
llvm/trunk/test/ThinLTO/X86/lazyload_metadata.ll
llvm/trunk/test/Transforms/LowerExpectIntrinsic/basic.ll
llvm/trunk/test/Transforms/PGOProfile/Inputs/misexpect-branch-correct.proftext
llvm/trunk/test/Transforms/PGOProfile/Inputs/misexpect-branch.proftext
llvm/trunk/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct.proftext
llvm/trunk/test/Transforms/PGOProfile/Inputs/misexpect-switch.proftext
llvm/trunk/test/Transforms/PGOProfile/misexpect-branch-correct.ll
llvm/trunk/test/Transforms/PGOProfile/misexpect-branch-stripped.ll
llvm/trunk/test/Transforms/PGOProfile/misexpect-branch-unpredictable.ll
llvm/trunk/test/Transforms/PGOProfile/misexpect-branch.ll
llvm/trunk/test/Transforms/PGOProfile/misexpect-switch-default.ll
llvm/trunk/test/Transforms/PGOProfile/misexpect-switch.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66324.219645.patch
Type: text/x-patch
Size: 97523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190911/088d336f/attachment-0001.bin>
More information about the cfe-commits
mailing list