This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 086018dbbeb [CodeView] Improve debugging of virtual base class member v [...] new 962213d3ac2 [llvm-rc] Add missing inputs for tag-icon-cursor.test. new 4fc07cda7da [ARM] Back up R4 and LR if calling the stack probe function new 8fa6fcaf5a3 [Option] Fix PR37006 prefix choice in findNearest
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: lib/Option/OptTable.cpp | 48 +++++++++++----------- lib/Target/ARM/ARMFrameLowering.cpp | 11 +++++ test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll | 2 +- test/tools/llvm-rc/Inputs/cursor-32.cur | Bin 0 -> 4286 bytes test/tools/llvm-rc/Inputs/cursor-8.cur | Bin 0 -> 2238 bytes test/tools/llvm-rc/Inputs/cursor.cur | Bin 0 -> 326 bytes test/tools/llvm-rc/Inputs/icon-new.ico | Bin 0 -> 17542 bytes test/tools/llvm-rc/Inputs/icon-old.ico | Bin 0 -> 17542 bytes test/tools/llvm-rc/Inputs/icon-png.ico | Bin 0 -> 104 bytes test/tools/llvm-rc/tag-icon-cursor.test | 30 +------------- unittests/Option/OptionParsingTest.cpp | 4 ++ unittests/Option/Opts.td | 1 + 12 files changed, 43 insertions(+), 53 deletions(-) create mode 100644 test/tools/llvm-rc/Inputs/cursor-32.cur create mode 100644 test/tools/llvm-rc/Inputs/cursor-8.cur create mode 100644 test/tools/llvm-rc/Inputs/cursor.cur create mode 100644 test/tools/llvm-rc/Inputs/icon-new.ico create mode 100644 test/tools/llvm-rc/Inputs/icon-old.ico create mode 100644 test/tools/llvm-rc/Inputs/icon-png.ico