This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ff772447928 Reverted r319315 because of unused functions (due to PPR no [...] new d3ee0657bcb Add opt-viewer testing
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: cmake/config-ix.cmake | 31 +++ test/lit.cfg.py | 5 + test/lit.site.cfg.py.in | 1 + test/tools/opt-viewer/Inputs/basic/or.c | 21 ++ test/tools/opt-viewer/Inputs/basic/or.h | 16 ++ test/tools/opt-viewer/Inputs/basic/or.yaml | 227 ++++++++++++++++++ .../tools/opt-viewer/Outputs/basic/basic_or.c.html | 257 +++++++++++++++++++++ .../tools/opt-viewer/Outputs/basic/basic_or.h.html | 214 +++++++++++++++++ test/tools/opt-viewer/Outputs/basic/index.html | 151 ++++++++++++ .../tools/opt-viewer/Outputs/basic}/style.css | 0 test/tools/opt-viewer/basic.test | 9 + test/tools/opt-viewer/lit.local.cfg | 2 + tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 1 + tools/opt-viewer/opt-viewer.py | 34 ++- tools/opt-viewer/optrecord.py | 33 +-- 15 files changed, 978 insertions(+), 24 deletions(-) create mode 100644 test/tools/opt-viewer/Inputs/basic/or.c create mode 100644 test/tools/opt-viewer/Inputs/basic/or.h create mode 100644 test/tools/opt-viewer/Inputs/basic/or.yaml create mode 100644 test/tools/opt-viewer/Outputs/basic/basic_or.c.html create mode 100644 test/tools/opt-viewer/Outputs/basic/basic_or.h.html create mode 100644 test/tools/opt-viewer/Outputs/basic/index.html copy {tools/opt-viewer => test/tools/opt-viewer/Outputs/basic}/style.css (100%) create mode 100644 test/tools/opt-viewer/basic.test create mode 100644 test/tools/opt-viewer/lit.local.cfg