This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from e86b15dee Do not use hasArgNoClaim().
new 7fa56123b Add a helper for checking for weak undef. NFC.
new 00ad3f309 Simplify. NFC.
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:
ELF/Arch/ARM.cpp | 3 +--
ELF/InputSection.cpp | 4 ++--
ELF/Relocations.cpp | 6 +++---
ELF/Symbols.cpp | 14 +++++++++++---
ELF/Symbols.h | 5 +++++
5 files changed, 22 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 lld.
from 015353fab Use existing helper. NFC.
new e86b15dee Do not use hasArgNoClaim().
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 +++---
MinGW/Driver.cpp | 2 +-
2 files changed, 4 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 master
in repository clang.
from 502ec5ec20 SplitEmptyFunction should be true in the Mozilla coding style
new 065d2d58cc [OPENMP] Fix types for the target specific parameters in deb [...]
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/CGOpenMPRuntimeNVPTX.cpp | 6 +--
test/OpenMP/target_parallel_debug_codegen.cpp | 61 +++++++++++++++------------
2 files changed, 37 insertions(+), 30 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 fb0da33fc13 [LV] Avoid computing the register usage for default VF. NFC
new 7f44c36d072 [Inliner] Add another way to compute full inline cost.
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/InlineCost.h | 3 +++
lib/Analysis/InlineCost.cpp | 10 +++++-----
2 files changed, 8 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 lldb.
from 55cf87533 Fix test_attach_to_process_from_different_dir_by_id test on Windows
new cbde22cf3 [unittests] Speculative fix for changes introduced in rL313156
new 7e5c2bd17 [unittests] Another speculative fix for changes introduced in [...]
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:
unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 4 +++-
unittests/Symbol/TestDWARFCallFrameInfo.cpp | 3 ++-
2 files changed, 5 insertions(+), 2 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 26a23ffddf [docs] Update LeakSanitizer documentation to reflect OS X support
new 502ec5ec20 SplitEmptyFunction should be true in the Mozilla coding style
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/Format/Format.cpp | 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 lld.
from a82843a22 Use getUnaliasedOption so that this switch works for option aliases.
new 015353fab Use existing helper. 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:
ELF/SymbolTable.cpp | 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.
Yvan Roux pushed a change to branch linaro-local/gcc-7-integration-branch
in repository toolchain/gcc.
from 5e7382e1b6c gcc/ Backport from trunk r250475. 2017-07-24 Jackson Wo [...]
new b637432f10f gcc/ Backport from trunk r250672. 2017-07-28 Tamar Chri [...]
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/config/aarch64/aarch64-protos.h | 4 +-
gcc/config/aarch64/aarch64.c | 221 +++++++++++++++++----
gcc/config/aarch64/aarch64.md | 112 +++++++----
gcc/config/aarch64/constraints.md | 18 +-
gcc/config/aarch64/iterators.md | 3 +
.../gcc.target/aarch64/dbl_mov_immediate_1.c | 53 +++++
.../gcc.target/aarch64/f16_mov_immediate_1.c | 49 +++++
.../gcc.target/aarch64/f16_mov_immediate_2.c | 45 +++++
.../gcc.target/aarch64/flt_mov_immediate_1.c | 52 +++++
.../gcc.target/aarch64/int_mov_immediate_1.c | 59 ++++++
gcc/testsuite/gcc.target/aarch64/pr63304_1.c | 18 +-
11 files changed, 550 insertions(+), 84 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/dbl_mov_immediate_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/f16_mov_immediate_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/f16_mov_immediate_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/flt_mov_immediate_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/int_mov_immediate_1.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 compiler-rt.
from a8682fdf7 [compiler-rt] Use SignalContext in ErrorStackOverflow and Err [...]
new 1fb9a540c [asan] Fix Windows build
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/asan/asan_win.cc | 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 clang.
from 914987de45 [Fuchsia] Set ENABLE_X86_RELAX_RELOCATIONS for Fuchsia builds
new 26a23ffddf [docs] Update LeakSanitizer documentation to reflect OS X support
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:
docs/AddressSanitizer.rst | 3 ++-
docs/LeakSanitizer.rst | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.