This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5e494bc Add a super basic LazyCallGraph DOT printer.
new ccb3bb9 [sanitizers] Disable target-specific lowering of string functions.
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:
include/llvm/Transforms/Utils/Local.h | 12 ++++++++
.../Instrumentation/AddressSanitizer.cpp | 6 ++--
.../Instrumentation/EfficiencySanitizer.cpp | 20 +++++++++++--
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 17 +++++++++--
lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 19 ++++++++++++-
lib/Transforms/Utils/Local.cpp | 26 +++++++++++++++++
.../AddressSanitizer/str-nobuiltin.ll | 33 ++++++++++++++++++++++
.../EfficiencySanitizer/str-nobuiltin.ll | 33 ++++++++++++++++++++++
.../MemorySanitizer/str-nobuiltin.ll | 33 ++++++++++++++++++++++
.../ThreadSanitizer/str-nobuiltin.ll | 33 ++++++++++++++++++++++
10 files changed, 224 insertions(+), 8 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/str-nobuiltin.ll
create mode 100644 test/Instrumentation/EfficiencySanitizer/str-nobuiltin.ll
create mode 100644 test/Instrumentation/MemorySanitizer/str-nobuiltin.ll
create mode 100644 test/Instrumentation/ThreadSanitizer/str-nobuiltin.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 129e730 Add looping testcase that broke in r272987
new 5e494bc Add a super basic LazyCallGraph DOT printer.
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:
include/llvm/Analysis/LazyCallGraph.h | 12 ++++++++++++
lib/Analysis/LazyCallGraph.cpp | 32 ++++++++++++++++++++++++++++++++
lib/Passes/PassRegistry.def | 1 +
3 files changed, 45 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bac5341 [SCEV] Fix incorrect trip count computation
new 115244a AMDGPU: Fix kernel argument alignment impacting stack size
new 129e730 Add looping testcase that broke in r272987
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/Target/AMDGPU/AMDGPUCallingConv.td | 2 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 16 ++++++----
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 10 +++---
lib/Target/AMDGPU/AMDGPUMachineFunction.h | 15 +++++++++
test/CodeGen/AMDGPU/kernarg-stack-alignment.ll | 44 ++++++++++++++++++++++++++
test/Transforms/InstCombine/trunc.ll | 21 ++++++++++++
6 files changed, 94 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/kernarg-stack-alignment.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e2e7d46 [X86][SSE4A] Autoupgrade and remove MOVNTSD/MOVNTSS intrinsics
new bac5341 [SCEV] Fix incorrect trip count computation
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:
lib/Analysis/ScalarEvolution.cpp | 28 ++-------
test/Analysis/ScalarEvolution/nsw.ll | 4 +-
test/Analysis/ScalarEvolution/trip-count13.ll | 81 +++++++++++++++++++++++++++
test/Transforms/LoopUnroll/nsw-tripcount.ll | 32 -----------
4 files changed, 87 insertions(+), 58 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/trip-count13.ll
delete mode 100644 test/Transforms/LoopUnroll/nsw-tripcount.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from ba9dccd Enable building and using atomic shared_ptr for GCC.
new 880e38b Fix 3 bugs in filesystem tests and implementation.
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:
.../class.path/path.itr/iterator.pass.cpp | 35 +++-------------------
.../path.native.obs/string_alloc.pass.cpp | 9 ++++--
.../fs.op.funcs/fs.op.space/space.pass.cpp | 21 +++++++++----
test/support/filesystem_test_helper.hpp | 16 ++++++++++
4 files changed, 41 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e56626f Add a test for r273022.
new e2e7d46 [X86][SSE4A] Autoupgrade and remove MOVNTSD/MOVNTSS intrinsics
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:
include/llvm/IR/IntrinsicsX86.td | 5 -----
lib/IR/AutoUpgrade.cpp | 25 +++++++++++++++++++++++++
lib/Target/X86/X86InstrSSE.td | 8 ++++----
test/CodeGen/X86/sse4a-upgrade.ll | 39 +++++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/sse4a.ll | 34 ----------------------------------
5 files changed, 68 insertions(+), 43 deletions(-)
create mode 100644 test/CodeGen/X86/sse4a-upgrade.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 63a5b24 Add checkpoints to string allocation test to help with debugg [...]
new 591e18f Add additional tests in an attempt to diagnose ARM test failures.
new ba9dccd Enable building and using atomic shared_ptr for GCC.
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:
include/memory | 7 ++---
src/experimental/filesystem/operations.cpp | 4 +--
src/memory.cpp | 4 +--
.../class.path/path.itr/iterator.pass.cpp | 33 ++++++++++++++++++--
.../path.native.obs/string_alloc.pass.cpp | 35 ++++++++++++++++------
.../fs.op.funcs/fs.op.space/space.pass.cpp | 7 ++++-
6 files changed, 70 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0fd45f6 This tests depends on non-relaxable relocations.
new 554228f Add a test showing that lto produces relaxable relocations.
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:
test/ELF/lto/relax-relocs.ll | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 test/ELF/lto/relax-relocs.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from af8f40d [X86Subtarget] Use isPositionIndependent(). NFC.
new e56626f Add a test for r273022.
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:
test/tools/gold/X86/relax-relocs.ll | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 test/tools/gold/X86/relax-relocs.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from f1bc722 Fix bugs in recursive_directory_iterator::increment(ec) imple [...]
new 63a5b24 Add checkpoints to string allocation test to help with debugg [...]
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:
.../class.path/path.member/path.native.obs/string_alloc.pass.cpp | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.