This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a4ec08b6fd6 [CodeGen] Print register names in lowercase in both MIR and [...] new 6c826efcddb 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/opt-viewer/opt-viewer.py | 29 ++- 13 files changed, 953 insertions(+), 10 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