This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 55292e73ae8 PR libstdc++/82706 fix test for case where operations succeed
new 6e5ff5ad009 2017-10-25 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 12 ++++
gcc/tree-ssa-pre.c | 178 +++++++++++++++++++++++++----------------------------
2 files changed, 95 insertions(+), 95 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 3b1ffff65b6 [IRCE] Fix intersection between signed and unsigned ranges
new b6397326b82 AMDGPU: Add max-mix-insts subtarget feature
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/Target/AMDGPU/AMDGPU.td | 20 ++++++++++++++++----
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 3 ++-
lib/Target/AMDGPU/VOP3PInstructions.td | 6 +++---
4 files changed, 22 insertions(+), 8 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 30b21c38749 [MemDep] DBG intrinsics don't impact abort limit for call s [...]
new 3b1ffff65b6 [IRCE] Fix intersection between signed and unsigned ranges
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 87 ++++++--
test/Transforms/IRCE/clamp.ll | 13 +-
test/Transforms/IRCE/correct-loop-info.ll | 8 +-
test/Transforms/IRCE/empty_ranges.ll | 3 +-
test/Transforms/IRCE/eq_ne.ll | 2 +-
test/Transforms/IRCE/range_intersect_miscompile.ll | 238 ++++++++++++++++++++-
test/Transforms/IRCE/stride_more_than_1.ll | 2 +-
test/Transforms/IRCE/unsigned_comparisons_ugt.ll | 2 +-
test/Transforms/IRCE/unsigned_comparisons_ult.ll | 84 +++++++-
9 files changed, 402 insertions(+), 37 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 5773387718c [IRCE] Smarter detection of empty ranges using SCEV
new 30b21c38749 [MemDep] DBG intrinsics don't impact abort limit for call s [...]
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/MemoryDependenceAnalysis.cpp | 10 +--
.../DeadStoreElimination/mda-with-dbg-values.ll | 72 ++++++++++++++++++++++
2 files changed, 77 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/DeadStoreElimination/mda-with-dbg-values.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 3a1f0f32aca Assembly tests require x86 target.
new 5773387718c [IRCE] Smarter detection of empty ranges using SCEV
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 21 +++++--
test/Transforms/IRCE/clamp.ll | 4 ++
test/Transforms/IRCE/empty_ranges.ll | 69 ++++++++++++++++++++++
3 files changed, 88 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/IRCE/empty_ranges.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 lld.
from 493ffb933 COFF: Don't add /manifest* flags to the response file.
new a291b1d1a Try to fix test on windows.
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/COFF/linkrepro-manifest.test | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 compiler-rt.
from f49c63699 On FreeBSD, skip the first entry in the dl_iterate_phdr list.
new 826256f98 [XRay][compiler-rt][NFC] Clean up xray log files before running test
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/xray/TestCases/Linux/fdr-single-thread.cc | 1 +
1 file changed, 1 insertion(+)
--
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 dc703892e Remove obsolete comment.
new 493ffb933 COFF: Don't add /manifest* flags to the response file.
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:
COFF/Driver.cpp | 6 ++++++
test/COFF/linkrepro-manifest.test | 12 ++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 test/COFF/linkrepro-manifest.test
--
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 0ec63f421c9 [ThinLTO] Make test for promoted names more specific
new 3a1f0f32aca Assembly tests require x86 target.
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/llvm-readobj/elf-packed-relocs-empty.s | 1 +
test/tools/llvm-readobj/elf-packed-relocs-error1.s | 1 +
test/tools/llvm-readobj/elf-packed-relocs-error2.s | 1 +
test/tools/llvm-readobj/elf-packed-relocs-error3.s | 1 +
test/tools/llvm-readobj/elf-packed-relocs-error4.s | 1 +
test/tools/llvm-readobj/elf-packed-relocs-error5.s | 1 +
6 files changed, 6 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 clang.
from da2ddee084 [CMake] Build host builtins in Fuchsia toolchain even on Darwin
new fcbf0e691c CodeGen: fix a case of incorrect checks for ivars
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/CodeGen/CGObjCMac.cpp | 12 ++++++++----
test/CodeGenObjC/dllstorage.m | 10 ++++++++++
2 files changed, 18 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.