[all-commits] [llvm/llvm-project] 6c7797: Revert "[docs][misexpect][NFC] Fix malformed table...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Mon Mar 28 23:21:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c77972bac7ce125110ed2baea9919fb6866db39
https://github.com/llvm/llvm-project/commit/6c77972bac7ce125110ed2baea9919fb6866db39
Author: Paul Kirth <paulkirth at google.com>
Date: 2022-03-29 (Tue, 29 Mar 2022)
Changed paths:
M clang/docs/MisExpect.rst
M llvm/docs/MisExpect.rst
Log Message:
-----------
Revert "[docs][misexpect][NFC] Fix malformed table in docs"
This reverts commit a427e18896dee3cd00d5f565cfb9d7d2f26ebcec.
Commit: 90cb325abda9c06a6381a74f0e43ca5bf7943a04
https://github.com/llvm/llvm-project/commit/90cb325abda9c06a6381a74f0e43ca5bf7943a04
Author: Paul Kirth <paulkirth at google.com>
Date: 2022-03-29 (Tue, 29 Mar 2022)
Changed paths:
R clang/docs/MisExpect.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/CodeGenOptions.h
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticGroups.td
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CodeGenAction.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
R clang/test/Profile/Inputs/misexpect-branch-nonconst-expect-arg.proftext
R clang/test/Profile/Inputs/misexpect-branch.proftext
R clang/test/Profile/Inputs/misexpect-switch-default-only.proftext
R clang/test/Profile/Inputs/misexpect-switch-default.proftext
R clang/test/Profile/Inputs/misexpect-switch-nonconst.proftext
R clang/test/Profile/Inputs/misexpect-switch.proftext
R clang/test/Profile/misexpect-branch-cold.c
R clang/test/Profile/misexpect-branch-nonconst-expected-val.c
R clang/test/Profile/misexpect-branch-unpredictable.c
R clang/test/Profile/misexpect-branch.c
R clang/test/Profile/misexpect-switch-default.c
R clang/test/Profile/misexpect-switch-nonconst.c
R clang/test/Profile/misexpect-switch-only-default-case.c
R clang/test/Profile/misexpect-switch.c
R llvm/docs/MisExpect.rst
M llvm/include/llvm/IR/DiagnosticInfo.h
M llvm/include/llvm/IR/LLVMContext.h
M llvm/include/llvm/Target/TargetOptions.h
R llvm/include/llvm/Transforms/Utils/MisExpect.h
M llvm/lib/IR/DiagnosticInfo.cpp
M llvm/lib/IR/LLVMContext.cpp
M llvm/lib/IR/LLVMContextImpl.h
M llvm/lib/Transforms/IPO/SampleProfile.cpp
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
M llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
R llvm/lib/Transforms/Utils/MisExpect.cpp
R llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch-correct.proftext
R llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch-threshold.proftext
R llvm/test/Transforms/PGOProfile/Inputs/misexpect-branch.proftext
R llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch-correct.proftext
R llvm/test/Transforms/PGOProfile/Inputs/misexpect-switch.proftext
R llvm/test/Transforms/PGOProfile/misexpect-branch-correct.ll
R llvm/test/Transforms/PGOProfile/misexpect-branch-stripped.ll
R llvm/test/Transforms/PGOProfile/misexpect-branch-unpredictable.ll
R llvm/test/Transforms/PGOProfile/misexpect-branch.ll
R llvm/test/Transforms/PGOProfile/misexpect-switch-default.ll
R llvm/test/Transforms/PGOProfile/misexpect-switch.ll
Log Message:
-----------
Revert "[misexpect] Re-implement MisExpect Diagnostics"
This reverts commit 2add3fbd976d7b80a3a7fc14ef0deb9b1ca6beee.
Compare: https://github.com/llvm/llvm-project/compare/1fe4b968c5fa...90cb325abda9
More information about the All-commits
mailing list