This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f74c3ebbfb4 [X86] Don't zero the upper bits of the k-register before ex [...] new 18fcbf52eb5 [cmake] Only attempt to install MSVC system libraries on Windows new 747f7a4defd [opt-viewer] Support unicode characters in function names new 1efcc420070 [MC] Allow .file directives to be out-of-order
The 3 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: CMakeLists.txt | 2 +- cmake/platforms/WinMsvc.cmake | 7 ----- lib/MC/MCDwarf.cpp | 3 ++- test/MC/MachO/loc.s | 20 +++++++------- .../Inputs/unicode-function-name/s.opt.yaml | 22 +++++++++++++++ .../Inputs/unicode-function-name/s.swift | 12 +++++++++ .../{suppress => unicode-function-name}/index.html | 2 +- .../s.swift.html | 31 +++++++++++++--------- test/tools/opt-viewer/unicode-function-name.test | 7 +++++ tools/opt-viewer/opt-viewer.py | 22 ++++++++------- tools/opt-viewer/optrecord.py | 8 ++++-- 11 files changed, 93 insertions(+), 43 deletions(-) create mode 100644 test/tools/opt-viewer/Inputs/unicode-function-name/s.opt.yaml create mode 100644 test/tools/opt-viewer/Inputs/unicode-function-name/s.swift copy test/tools/opt-viewer/Outputs/{suppress => unicode-function-name}/index.html (97%) copy test/tools/opt-viewer/Outputs/{suppress => unicode-function-name}/s.swift.html (64%) create mode 100644 test/tools/opt-viewer/unicode-function-name.test