This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4404d0d AMDGPU: Implement SGPR spilling with scalar stores new c99852c llvm-strings: support printing the filename new 5eb34e8 [X86][IR] Reduce the number of full string comparisons in the [...]
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: lib/IR/AutoUpgrade.cpp | 329 ++++++++++++++------------ test/tools/llvm-strings/archive-filename.test | 9 + test/tools/llvm-strings/file-filename.test | 4 + test/tools/llvm-strings/stdin-filename.test | 3 + tools/llvm-strings/llvm-strings.cpp | 21 +- 5 files changed, 206 insertions(+), 160 deletions(-) create mode 100644 test/tools/llvm-strings/archive-filename.test create mode 100644 test/tools/llvm-strings/file-filename.test create mode 100644 test/tools/llvm-strings/stdin-filename.test