This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from aeeb0bced [lld] Keep full library path in DT_NEEDED.
new 4fdfac214 Accept not only lld-link but also LLD-LINK, for example.
new 03f0e19df [coff] default to multiple parallel ThinLTO jobs
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:
COFF/Config.h | 2 +-
COFF/LTO.cpp | 2 +-
test/COFF/driver-windows.test | 3 +++
tools/lld/lld.cpp | 6 +++---
4 files changed, 8 insertions(+), 5 deletions(-)
create mode 100644 test/COFF/driver-windows.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 master
in repository llvm.
from 6b814345d13 MachineScheduler: Skip acyclic latency heuristic for in-ord [...]
new 51f7e1a9dc7 [InstCombine] Teach SimplifyDemandedInstructionBits that ev [...]
new d9096c73918 [InstCombine] In SimplifyMultipleUseDemandedBits, use a swi [...]
new 1c404b475de llvm-lto2: Add a dump-symtab subcommand.
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 20 ++++++--
test/LTO/Resolution/X86/symtab.ll | 47 +++++++++++++++++++
test/Transforms/InstCombine/and2.ll | 2 +-
tools/llvm-lto2/llvm-lto2.cpp | 54 +++++++++++++++++++++-
4 files changed, 118 insertions(+), 5 deletions(-)
create mode 100644 test/LTO/Resolution/X86/symtab.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 c7bad98e0ee [InstCombine] Move portion of SimplifyDemandedUseBits that [...]
new 6b814345d13 MachineScheduler: Skip acyclic latency heuristic for in-ord [...]
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/MachineScheduler.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 llvm.
from 3183fbc849f [SystemZ] Fix target specific tests
new 73ba5e94152 [SystemZ] Fix more target specific tests
new c7bad98e0ee [InstCombine] Move portion of SimplifyDemandedUseBits that [...]
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/Transforms/InstCombine/InstCombineInternal.h | 7 +
.../InstCombine/InstCombineSimplifyDemanded.cpp | 172 ++++++++++++---------
.../LoopVectorize}/SystemZ/lit.local.cfg | 0
3 files changed, 103 insertions(+), 76 deletions(-)
copy test/{Analysis/CostModel => Transforms/LoopVectorize}/SystemZ/lit.local.cfg (100%)
--
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 c5e01bc1aaa * genattrtab.c (write_eligible_delay): Verify DELAY_INSN s [...]
new 349791bea34 PR sanitizer/80403 PR sanitizer/80404 PR sanitizer/80405 [...]
new aadf0cd0fe5 PR tree-optimization/79390 * optabs.c (emit_conditional_m [...]
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 | 14 ++++++
gcc/fold-const.c | 12 +++--
gcc/optabs.c | 80 +++++++++++++++++++------------
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/g++.dg/ubsan/pr80403.C | 11 +++++
gcc/testsuite/g++.dg/ubsan/pr80404.C | 12 +++++
gcc/testsuite/g++.dg/ubsan/pr80405.C | 11 +++++
gcc/testsuite/gcc.target/i386/pr70465-2.c | 2 +-
8 files changed, 116 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr80403.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr80404.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr80405.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 binutils-gdb.
from 8f10c93233 gdb: Move DJGPP/go32 bits to their own tdep file
new ffc2605c41 Introduce event_location_up
new 93921405a4 Introduce command_line_up
new 67d8990150 Change find_pcs_for_symtab_line to return a std::vector
new 0e8621a0be Introduce gdb_dlhandle_up
new c83dd86726 Change increment_reading_symtab to return a scoped_restore
new 80a3b8c578 Remove cleanup_iconv
new b24b0d6c3b Fix up wchar_iterator comment
new 59d3651be7 Remove some cleanups from gnu-v3-abi.c
new 4b217cc72b Remove some cleanups from location.c
new 4d89769a7b C++ify mi_parse
new 156d9eab86 Use scoped_restore in more places
new 4c404b8be6 Use std::vector in reread_symbols
new 52d214d3e1 Use std::vector in find_instruction_backward
new 711799d513 Use std::vector in compile-loc2c.c
new d28cd78ad8 Change breakpoint event locations to event_location_up
new 16e802b9c0 Add a constructor and destructor to linespec_result
new 8e9e35b180 Change linespec_result::location to be an event_location_up
The 17 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:
gdb/ChangeLog | 225 +++++++++++++++++++++++++++++++++++++++
gdb/ax-gdb.c | 11 +-
gdb/break-catch-throw.c | 14 +--
gdb/breakpoint.c | 217 +++++++++++++------------------------
gdb/breakpoint.h | 12 +--
gdb/c-exp.y | 4 +-
gdb/charset.c | 43 +++++---
gdb/charset.h | 6 +-
gdb/cli/cli-cmds.c | 43 +++-----
gdb/cli/cli-decode.c | 10 +-
gdb/cli/cli-script.c | 85 +++++----------
gdb/cli/cli-script.h | 9 +-
gdb/compile/compile-c-support.c | 6 +-
gdb/compile/compile-loc2c.c | 20 ++--
gdb/compile/compile.c | 12 +--
gdb/completer.c | 14 +--
gdb/d-exp.y | 4 +-
gdb/defs.h | 28 +++--
gdb/dwarf2read.c | 2 +-
gdb/elfread.c | 2 +-
gdb/gdb-dlfcn.c | 45 +++-----
gdb/gdb-dlfcn.h | 24 +++--
gdb/gnu-v3-abi.c | 54 ++++------
gdb/go-exp.y | 4 +-
gdb/guile/guile.c | 35 ++----
gdb/guile/scm-breakpoint.c | 13 +--
gdb/guile/scm-ports.c | 3 +-
gdb/jit.c | 42 ++++----
gdb/linespec.c | 66 +++---------
gdb/linespec.h | 45 ++++----
gdb/location.c | 121 ++++++++-------------
gdb/location.h | 55 +++++-----
gdb/mi/mi-cmd-break.c | 15 +--
gdb/mi/mi-main.c | 33 ++----
gdb/mi/mi-parse.c | 55 ++++------
gdb/mi/mi-parse.h | 13 ++-
gdb/printcmd.c | 16 ++-
gdb/psymtab.c | 3 +-
gdb/python/py-breakpoint.c | 12 +--
gdb/python/py-finishbreakpoint.c | 10 +-
gdb/python/py-linetable.c | 24 ++---
gdb/python/python.c | 21 ++--
gdb/remote.c | 2 +-
gdb/spu-tdep.c | 8 +-
gdb/symfile.c | 38 ++-----
gdb/symfile.h | 2 +-
gdb/symtab.c | 11 +-
gdb/symtab.h | 6 +-
gdb/tracepoint.c | 28 ++---
49 files changed, 731 insertions(+), 840 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 3cd04e32a Use 0-padding for i386 and arm print format specifiers
new 059c103b5 Fix memory leaks in address sanitizer darwin tests
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/tests/asan_mac_test_helpers.mm | 1 +
test/asan/TestCases/Darwin/malloc_set_zone_name-mprotect.cc | 1 +
test/asan/TestCases/Darwin/scribble.cc | 1 +
test/asan/TestCases/Darwin/suppressions-darwin.cc | 1 +
test/asan/TestCases/Darwin/suppressions-sandbox.cc | 1 +
5 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 3461e9c2e46 Teach SimplifyDemandedUseBits that adding or subtractings 0 [...]
new b4ede06cc4c [AMDGPU][MC] Added support for several VI-specific opcodes [...]
new 3183fbc849f [SystemZ] Fix target specific tests
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/AMDGPU/SOPInstructions.td | 28 ++++++++++++++++++++++
lib/Target/AMDGPU/VOP1Instructions.td | 6 ++++-
lib/Target/AMDGPU/VOP3Instructions.td | 4 ++++
.../CostModel}/SystemZ/lit.local.cfg | 0
test/MC/AMDGPU/gfx8_asm_all.s | 14 +++++++++++
test/MC/AMDGPU/sopp.s | 8 +++++++
test/MC/AMDGPU/vop1.s | 2 +-
7 files changed, 60 insertions(+), 2 deletions(-)
copy test/{MC => Analysis/CostModel}/SystemZ/lit.local.cfg (100%)
--
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 a98a4514 Add some FAIL constexpr tests for optional's copy/move ctors.
new 00f804a0 [libcxx] [test] Avoid Clang's -Wunused-const-variable in is_c [...]
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:
.../utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp | 1 +
1 file changed, 1 insertion(+)
--
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-tools-extra.
from 8c4f5bbe Add the definition of P in the clang tidy example
new 55d4858d [clangd] Rename ClangDMain.cpp -> ClangdMain.cpp, 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:
clangd/CMakeLists.txt | 2 +-
clangd/{ClangDMain.cpp => ClangdMain.cpp} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename clangd/{ClangDMain.cpp => ClangdMain.cpp} (98%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.