This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 115c91a3b21 [X86] Add test cases for fptosi v16f32->v16i8/v16i16 to sho [...] new 4418c09eb31 Revert "Add opt-viewer testing" new f125f8f5d19 Fix a warning.
The 2 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 --- lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 2 +- 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 ------------ test/tools/opt-viewer/Outputs/basic/style.css | 208 ----------------- test/tools/opt-viewer/basic.test | 9 - test/tools/opt-viewer/lit.local.cfg | 2 - tools/opt-viewer/opt-viewer.py | 29 +-- 14 files changed, 11 insertions(+), 1162 deletions(-) delete mode 100644 test/tools/opt-viewer/Inputs/basic/or.c delete mode 100644 test/tools/opt-viewer/Inputs/basic/or.h delete mode 100644 test/tools/opt-viewer/Inputs/basic/or.yaml delete mode 100644 test/tools/opt-viewer/Outputs/basic/basic_or.c.html delete mode 100644 test/tools/opt-viewer/Outputs/basic/basic_or.h.html delete mode 100644 test/tools/opt-viewer/Outputs/basic/index.html delete mode 100644 test/tools/opt-viewer/Outputs/basic/style.css delete mode 100644 test/tools/opt-viewer/basic.test delete mode 100644 test/tools/opt-viewer/lit.local.cfg