This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d7360f Verifier: Reject any unknown named MD nodes in the llvm.dbg n [...] new 0837bf4 [llvm-opt-report] Distinguish inlined contexts when optimizat [...]
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: test/tools/llvm-opt-report/Inputs/q.c | 14 ++ test/tools/llvm-opt-report/Inputs/q.cpp | 14 ++ test/tools/llvm-opt-report/Inputs/q.yaml | 98 ++++++++++++ test/tools/llvm-opt-report/Inputs/q2.c | 14 ++ test/tools/llvm-opt-report/Inputs/q2.yaml | 118 ++++++++++++++ test/tools/llvm-opt-report/Inputs/qx.yaml | 98 ++++++++++++ test/tools/llvm-opt-report/func-2.test | 49 ++++++ test/tools/llvm-opt-report/func-x.test | 45 ++++++ test/tools/llvm-opt-report/func.test | 45 ++++++ tools/llvm-opt-report/CMakeLists.txt | 2 +- tools/llvm-opt-report/OptReport.cpp | 256 +++++++++++++++++++++--------- 11 files changed, 679 insertions(+), 74 deletions(-) create mode 100644 test/tools/llvm-opt-report/Inputs/q.c create mode 100644 test/tools/llvm-opt-report/Inputs/q.cpp create mode 100644 test/tools/llvm-opt-report/Inputs/q.yaml create mode 100644 test/tools/llvm-opt-report/Inputs/q2.c create mode 100644 test/tools/llvm-opt-report/Inputs/q2.yaml create mode 100644 test/tools/llvm-opt-report/Inputs/qx.yaml create mode 100644 test/tools/llvm-opt-report/func-2.test create mode 100644 test/tools/llvm-opt-report/func-x.test create mode 100644 test/tools/llvm-opt-report/func.test