This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 22b1ee183d Set dynamic_undefined_weak to zero for static PIEs
new 359987e218 ld: Update tests for warning of "-z dynamic-undefined-weak ignored"
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:
ld/ChangeLog | 12 ++++++++++++
ld/testsuite/ld-elf/pr22269b.d | 1 +
ld/testsuite/ld-i386/pr19636-1j.d | 1 +
ld/testsuite/ld-i386/pr19636-1k.d | 1 +
ld/testsuite/ld-i386/pr19636-1l.d | 1 +
ld/testsuite/ld-x86-64/pr19636-2j.d | 1 +
ld/testsuite/ld-x86-64/pr19636-2k.d | 1 +
ld/testsuite/ld-x86-64/pr19636-2l.d | 19 ++++++++++---------
ld/testsuite/ld-x86-64/pr19636-2m.d | 1 +
9 files changed, 29 insertions(+), 9 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 libcxx.
from 2f494f733 Remove unneeded typename from test
new 7c31c8407 Mark test as a long-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:
.../streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp | 2 ++
1 file changed, 2 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 lld.
from 695391c52 [MinGW] Hook up the --export-all-symbols and --output-def options
new d4da42b67 [ELF] - Linkerscript: Add `~` as separate math token.
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/ScriptLexer.cpp | 2 +-
test/ELF/linkerscript/symbol-assignexpr.s | 2 +-
2 files changed, 2 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 gcc.
from 97fabbc141b PR c++/82159 * expr.c (store_field): Don't optimize away [...]
new 686db0dd375 * Makefile.in (TAGS): Merge all the *.def files into one p [...]
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 | 5 +++++
gcc/Makefile.in | 3 +--
2 files changed, 6 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 d5b809ab41 [COFF, ARM64] Add MS builtins __dmb, __dsb, __isb
new d5d949d6d3 Split the AlignTrailingComments on several lines. The commen [...]
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/ClangFormatStyleOptions.rst | 10 +++++++---
1 file changed, 7 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 gcc.
from 9068976b44a rs6000: Remove TARGET_ISEL64
new 2c1d552ca07 PR target/82353 * gcc.target/i386/i386.exp (tests): Rever [...]
new 97fabbc141b PR c++/82159 * expr.c (store_field): Don't optimize away [...]
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:
gcc/ChangeLog | 6 ++
gcc/expr.c | 7 ++-
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/g++.dg/opt/pr82159-2.C | 65 ++++++++++++++++++++++
.../{gcc.target/i386 => g++.dg/ubsan}/pr82353.C | 2 +-
gcc/testsuite/gcc.target/i386/i386.exp | 2 +-
6 files changed, 88 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr82159-2.C
rename gcc/testsuite/{gcc.target/i386 => g++.dg/ubsan}/pr82353.C (96%)
--
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 36e4fcd16d clang/module.modulemap: Create Clang_Frontend_CodeGenOptions [...]
new d5b809ab41 [COFF, ARM64] Add MS builtins __dmb, __dsb, __isb
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/Basic/BuiltinsAArch64.def | 9 +++++++++
lib/Basic/Targets/AArch64.cpp | 2 ++
test/CodeGen/arm64-microsoft-intrinsics.c | 26 ++++++++++++++++++++++++++
3 files changed, 37 insertions(+)
create mode 100644 test/CodeGen/arm64-microsoft-intrinsics.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 clang.
from 31035d0847 [X86] Remove a few unnecessary check lines from the predefin [...]
new 36e4fcd16d clang/module.modulemap: Create Clang_Frontend_CodeGenOptions [...]
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/module.modulemap | 9 ++++++++-
1 file changed, 8 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 58658afbec9 Re-commit "llvm-isel-fuzzer: Handle a subset of backend fla [...]
new f799d906ab6 [RegisterCoalescer] Don't set read-undef in pruneValues, on [...]
new 0f48afc6226 [ScheduleDAGInstrs] fix behavior of getUnderlyingObjectsFor [...]
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/Analysis/ValueTracking.h | 2 +-
lib/Analysis/ValueTracking.cpp | 6 +++--
lib/CodeGen/RegisterCoalescer.cpp | 4 +--
lib/CodeGen/ScheduleDAGInstrs.cpp | 27 +++++++++++--------
.../X86/simple-register-allocation-read-undef.mir | 30 ++++++++++++++++++++++
5 files changed, 54 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/MIR/X86/simple-register-allocation-read-undef.mir
--
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 b697834a4 Fix comment.
new 5efec84a9 Start destructuring adjustExpr function.
new fc2d69f84 [COFF] Implement support for IMAGE_REL_ARM64_ADDR32NB
new a095a4b7d [COFF] Add support for automatically exporting all symbols
new 695391c52 [MinGW] Hook up the --export-all-symbols and --output-def options
The 4 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/Chunks.cpp | 1 +
COFF/Driver.cpp | 80 +++++++++++++++++++++++++++++++++++++
COFF/Options.td | 2 +
ELF/Relocations.cpp | 35 ++++++++++------
MinGW/Driver.cpp | 4 ++
MinGW/Options.td | 3 ++
test/COFF/arm64-relocs-imports.test | 15 ++++---
test/COFF/export-all.s | 38 ++++++++++++++++++
test/MinGW/driver.test | 6 +++
9 files changed, 166 insertions(+), 18 deletions(-)
create mode 100644 test/COFF/export-all.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.