This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 17c87e8126 Fix test/Driver/sanitizer-ld.c broken by D40903
new e77fed9693 Fix crash on invalid.
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/Sema/SemaExpr.cpp | 3 ++-
test/SemaCXX/lambda-expressions.cpp | 15 +++++++++++++++
2 files changed, 17 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 libcxx.
from 53095c720 Add issues in 'Review'
new 6c83c7ff6 More patches ready
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:
www/upcoming_meeting.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 fa646dedb Add -no-allow-multiple-definition, -no-pic-executable and -no [...]
new e67cac6f1 [COFF] Add minimal support for /guard:cf
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/Chunks.cpp | 8 ++-
COFF/Chunks.h | 42 +++++++++--
COFF/Config.h | 3 +
COFF/Driver.cpp | 10 +--
COFF/Driver.h | 2 +
COFF/DriverUtils.cpp | 9 +++
COFF/InputFiles.cpp | 18 ++---
COFF/InputFiles.h | 26 +++++--
COFF/Options.td | 1 +
COFF/Writer.cpp | 172 +++++++++++++++++++++++++++++++++++++++------
test/COFF/gfids-corrupt.s | 83 ++++++++++++++++++++++
test/COFF/gfids-fallback.s | 96 +++++++++++++++++++++++++
test/COFF/gfids-gc.s | 128 +++++++++++++++++++++++++++++++++
test/COFF/gfids-icf.s | 87 +++++++++++++++++++++++
14 files changed, 632 insertions(+), 53 deletions(-)
create mode 100644 test/COFF/gfids-corrupt.s
create mode 100644 test/COFF/gfids-fallback.s
create mode 100644 test/COFF/gfids-gc.s
create mode 100644 test/COFF/gfids-icf.s
--
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 f7b5a9db658 Update test expectations after reverting PLT change
new 9cdef71294b [WebAssembly] Fix test expectations after r324274
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/CodeGen/WebAssembly/comparisons_f32.ll | 57 +++++++++--------------------
test/CodeGen/WebAssembly/comparisons_f64.ll | 56 ++++++++--------------------
2 files changed, 33 insertions(+), 80 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 ffaaef68dba Revert "Don't assume a null GV is local for ELF and MachO."
new 7899db5d080 [RISCV] Add support for %pcrel_lo.
new f7b5a9db658 Update test expectations after reverting PLT change
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/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 5 ++--
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 22 ++++++++++-------
.../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 4 ++++
lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h | 6 +++++
.../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 5 ++++
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 5 +++-
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h | 1 +
test/CodeGen/X86/pr32282.ll | 2 +-
test/CodeGen/X86/scalar-fp-to-i64.ll | 28 +++++++++++-----------
test/MC/RISCV/relocations.s | 20 ++++++++++++++++
test/MC/RISCV/rv32i-invalid.s | 9 +++++++
11 files changed, 80 insertions(+), 27 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 e90b0787be [Sanitizers] Basic Solaris sanitizer support (PR 33274)
new 17c87e8126 Fix test/Driver/sanitizer-ld.c broken by D40903
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/Driver/sanitizer-ld.c | 86 +++++++++++++++++++++++-----------------------
1 file changed, 43 insertions(+), 43 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 c2b84df9b0 Add TCP_FASTOPEN_KEY, TCP_FASTOPEN_NO_COOKIE from Linux 4.15.
new de6da571ee Remove some unnecessary redefinitions of std symbols.
new 26c07172cd Remove getc and putc macros from the public stdio.h.
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:
ChangeLog | 9 +++++++++
NEWS | 7 ++++++-
libio/bits/stdio.h | 4 ++--
libio/stdio.h | 8 --------
stdio-common/tstgetln.c | 2 --
stdio-common/vfprintf.c | 7 +------
6 files changed, 18 insertions(+), 19 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 2d3a710d770 [X86] Auto-generate complete checks. NFC
new 41600e64fdc Fix regex from r324279 more better.
new dfa5766c55d [ThinLTO] Remove dead and dropped symbol declarations when [...]
new ffaaef68dba Revert "Don't assume a null GV is local for ELF and MachO."
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/LTO/LTOBackend.cpp | 21 ++++++++++++------
lib/Target/TargetMachine.cpp | 21 ++++++------------
test/CodeGen/X86/finite-libcalls.ll | 24 ++++++++++-----------
test/CodeGen/X86/fp-intrinsics.ll | 4 ++--
test/CodeGen/X86/half.ll | 2 +-
test/CodeGen/X86/memset-nonzero.ll | 2 +-
test/CodeGen/X86/negative-sin.ll | 6 +++---
test/CodeGen/X86/vector-half-conversions.ll | 2 +-
test/MC/MachO/gen-dwarf-cpp.s | 2 +-
test/ThinLTO/X86/deadstrip.ll | 2 +-
...cp3.ll => thinlto_samplepgo_icp_droppeddead.ll} | 25 ++++++++++++++--------
test/tools/gold/X86/global_with_section.ll | 6 +++---
12 files changed, 63 insertions(+), 54 deletions(-)
copy test/Transforms/PGOProfile/{thinlto_samplepgo_icp3.ll => thinlto_samplepgo_ic [...]
--
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 770323aa6 Fix LLD wasm error check on Windows, which prints "lld.EXE: e [...]
new fa646dedb Add -no-allow-multiple-definition, -no-pic-executable and -no [...]
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/Driver.cpp | 6 ++++--
ELF/Options.td | 12 +++++++-----
test/ELF/allow-multiple-definition.s | 1 +
test/ELF/pie.s | 2 ++
test/ELF/warn-common.s | 4 +---
5 files changed, 15 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.