This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a7898a0043 [DebugInfo][OpenCL] Address post-commit review for r338299
new dc1c8b8da0 CDDecl More automatic variable tail padding 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/CodeGenCXX/auto-var-init.cpp | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
--
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 7689b8dd09a [WASM] Fix overflow when reading custom section
new 35d3bbfa095 AMDGPU: Fix shifts for i128
new f1757fd8077 AMDGPU: Error more gracefully on libcalls
new 18b615c1644 [Hexagon] Diagnose misaligned absolute loads and stores
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/Target/AMDGPU/SIISelLowering.cpp | 7 +
lib/Target/Hexagon/HexagonISelLowering.cpp | 89 +-
lib/Target/Hexagon/HexagonISelLowering.h | 8 +-
lib/Target/Hexagon/HexagonPatterns.td | 205 +++--
test/CodeGen/AMDGPU/div_i128.ll | 7 +
test/CodeGen/AMDGPU/shift-i128.ll | 1047 ++++++++++++++++++++++++
test/CodeGen/Hexagon/misaligned-const-load.ll | 38 +
test/CodeGen/Hexagon/misaligned-const-store.ll | 38 +
8 files changed, 1347 insertions(+), 92 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/div_i128.ll
create mode 100644 test/CodeGen/AMDGPU/shift-i128.ll
create mode 100644 test/CodeGen/Hexagon/misaligned-const-load.ll
create mode 100644 test/CodeGen/Hexagon/misaligned-const-store.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 6b0047a7da8 [InstCombine] fold fadd+fsub with common operand
new 86e6f59695e [DebugInfo] Fine tune emitting flags as part of the producer
new 7689b8dd09a [WASM] Fix overflow when reading custom section
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/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +-
lib/Object/WasmObjectFile.cpp | 13 ++++++++++---
test/DebugInfo/X86/debug-info-producer-with-flags.ll | 10 +++++++---
test/Object/Inputs/WASM/string-outside-section.wasm | Bin 0 -> 131 bytes
test/Object/wasm-string-outside-section.test | 3 +++
5 files changed, 21 insertions(+), 7 deletions(-)
create mode 100644 test/Object/Inputs/WASM/string-outside-section.wasm
create mode 100644 test/Object/wasm-string-outside-section.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 gcc-6-branch
in repository gcc.
from bf4a4428b24 Add noexcept to std::integral_constant members
new ae5e481eb71 PR libstdc++/83982 fix exception-safety guarantee of std::v [...]
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:
libstdc++-v3/ChangeLog | 10 +++++
libstdc++-v3/include/bits/vector.tcc | 24 ++++++------
.../resize/strong_guarantee.cc} | 44 ++++++++++------------
3 files changed, 42 insertions(+), 36 deletions(-)
copy libstdc++-v3/testsuite/23_containers/vector/{cons/86292.cc => capacity/resize [...]
--
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 bd96310a2c7 [InstCombine] fold fsub+fsub with common operand
new 6b0047a7da8 [InstCombine] fold fadd+fsub with common operand
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/Transforms/InstCombine/InstCombineAddSub.cpp | 5 +++++
test/Transforms/InstCombine/fast-math.ll | 18 ++++++++----------
2 files changed, 13 insertions(+), 10 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 glibc.
from b5403eca16 hurd: Add missing symbols for proper libc_get/setspecific
new 140137fb2d Move comment from libm-test-nextdown.inc to libm-test-nextto [...]
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:
ChangeLog | 5 +++++
math/libm-test-nextdown.inc | 5 -----
math/libm-test-nexttoward.inc | 4 ++++
3 files changed, 9 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 llvm.
from caea841122c [InstCombine] add tests for fsub folds; NFC
new bd96310a2c7 [InstCombine] fold fsub+fsub with common operand
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/Transforms/InstCombine/InstCombineAddSub.cpp | 8 ++++++++
test/Transforms/InstCombine/fast-math.ll | 7 +++----
2 files changed, 11 insertions(+), 4 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 gcc-7-branch
in repository gcc.
from 9e3f4d9806f Fix Docbook markup to remove empty table cell
new ad5083636c4 Prevent internal aligned_alloc clashing with libc version
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/libsupc++/new_opa.cc | 30 ++++++++++++++++++++----------
2 files changed, 24 insertions(+), 10 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 clang.
from 5513fa512e Fix -Wdocumentation warnings. NFCI.
new 2262dd08f4 [CGObjCGNU] Rename GetSelector helper method to fix -Woverlo [...]
new a7898a0043 [DebugInfo][OpenCL] Address post-commit review for r338299
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/CodeGen/CGDebugInfo.cpp | 136 ++++++++++++++++++++++++++-----------------
lib/CodeGen/CGDebugInfo.h | 16 +++++
lib/CodeGen/CGObjCGNU.cpp | 16 ++---
test/CodeGenOpenCL/blocks.cl | 18 +++---
4 files changed, 115 insertions(+), 71 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 cf105970b5e [DAG] DAGCombiner::visitSDIVLike - remove unnecessary isCon [...]
new caea841122c [InstCombine] add tests for fsub folds; NFC
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/Transforms/InstCombine/fast-math.ll | 205 +++++++++++++++++++++----------
1 file changed, 137 insertions(+), 68 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.