This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 365cb32dfed [WebAssembly] Add the rest of the atomic loads
new 0c3ae2bea6f [X86] Extract CATCHRET handling from emitEpilogue, 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:
lib/Target/X86/X86FrameLowering.cpp | 70 ++++++++++++++++++++-----------------
lib/Target/X86/X86FrameLowering.h | 5 +++
2 files changed, 42 insertions(+), 33 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 a7688a2f5 [asan] Add --enable-new-dtags in tests on Android.
new 11ad3b8e2 [LSan] Detect dynamic loader by its base address.
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/lsan/lsan_common.cc | 5 +++--
lib/lsan/lsan_common_linux.cc | 23 +++++++++++++++++------
lib/sanitizer_common/sanitizer_linux.cc | 10 ----------
lib/sanitizer_common/sanitizer_platform.h | 9 +++++++++
4 files changed, 29 insertions(+), 18 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 gcc.
from ab133f69fd7 Fix new testsuite failure on newlib targets
new 4cd565ae907 * call.c (convert_arg_to_ellipsis): Use the result of forc [...]
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/cp/ChangeLog | 4 ++++
gcc/cp/call.c | 24 ++++++++++++------------
gcc/testsuite/g++.dg/ext/varargs2.C | 17 +++++++++++++++++
3 files changed, 33 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/varargs2.C
--
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 ef0c677e625 [Hexagon] Make PS_fi and PS_fia extendable (they both expan [...]
new b1eb7bb6ec1 [InstCombine] improve folds for icmp gt/lt (shr X, C1), C2
new 365cb32dfed [WebAssembly] Add the rest of the atomic loads
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:
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 6 +
lib/Target/WebAssembly/WebAssemblyInstrAtomics.td | 177 +++++++++++-
lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 65 ++---
.../WebAssembly/WebAssemblySetP2AlignOperands.cpp | 6 +
lib/Transforms/InstCombine/InstCombineCompares.cpp | 77 +++---
test/CodeGen/WebAssembly/atomics.ll | 16 --
.../WebAssembly/i32-load-store-alignment.ll | 28 +-
.../WebAssembly/i64-load-store-alignment.ll | 25 +-
test/CodeGen/WebAssembly/load-ext-atomic.ll | 102 +++++++
test/CodeGen/WebAssembly/offset-atomics.ll | 307 +++++++++++++++++++++
test/Transforms/InstCombine/icmp-shr-lt-gt.ll | 48 ++--
11 files changed, 714 insertions(+), 143 deletions(-)
delete mode 100644 test/CodeGen/WebAssembly/atomics.ll
create mode 100644 test/CodeGen/WebAssembly/load-ext-atomic.ll
create mode 100644 test/CodeGen/WebAssembly/offset-atomics.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 compiler-rt.
from cb012eb23 [asan] Use full binary path in the Android test runner.
new a7688a2f5 [asan] Add --enable-new-dtags in tests on Android.
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/lit.common.cfg | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from ce4c2defbe1 2017-10-05 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new ab133f69fd7 Fix new testsuite failure on newlib targets
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/testsuite/20_util/to_chars/1.cc | 1 +
2 files changed, 5 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 98ed767d27b [dsymutil] Fix typo in swift-ast.test
new ef0c677e625 [Hexagon] Make PS_fi and PS_fia extendable (they both expan [...]
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/Hexagon/HexagonPseudo.td | 9 ++++++---
1 file changed, 6 insertions(+), 3 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 6ddf39e8aa Fix two-phase name lookup for non-dependent overloaded operators.
new dc1ef58f66 Cleanup and generalize -shared-libasan.
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/clang/Driver/Options.td | 4 +-
include/clang/Driver/SanitizerArgs.h | 5 ++-
lib/Driver/SanitizerArgs.cpp | 7 ++--
lib/Driver/ToolChains/CommonArgs.cpp | 30 +++++++++-----
lib/Driver/ToolChains/Fuchsia.cpp | 2 +-
lib/Driver/ToolChains/MSVC.cpp | 2 +-
test/Driver/sanitizer-ld.c | 80 ++++++++++++++++++++++++++++++++++--
7 files changed, 108 insertions(+), 22 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 49e2cc7d53a [llvm-dsymutil] Add support for __swift_ast MachO DWARF section
new 0b7b0d3b7e4 Annotate VP prof on indirect call if it is ICPed in the pro [...]
new 98ed767d27b [dsymutil] Fix typo in swift-ast.test
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/llvm/IR/CallSite.h | 4 ++--
lib/Transforms/IPO/SampleProfile.cpp | 4 +++-
test/Transforms/SampleProfile/Inputs/indirect-call.prof | 1 +
test/Transforms/SampleProfile/indirect-call.ll | 3 ++-
test/tools/dsymutil/swift-ast.test | 2 +-
5 files changed, 9 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.