This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 09008367fca Split MachineLICM into EarlyMachineLICM and MachineLICM; NFC
new 9fcafd067a8 [InstCombine] Make foldSelectOpOp able to handle two-operan [...]
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/Transforms/InstCombine/InstCombineSelect.cpp | 26 +++++++++++++-----
test/Transforms/InstCombine/select-gep.ll | 35 ++++++++++--------------
2 files changed, 34 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 gcc.
from 0a76ba3c43b mksysinfo: use rlimit64 if available when we use getrlimit64
new f9deb3e3bd9 [arm] Fix gcc.target/arm/pr79058.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:
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/arm/pr79058.c | 3 ++-
2 files changed, 6 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 clang-tools-extra.
from 8758bc70 [clang-tidy objc-property-declaration] Expand list of ObjC acronyms
new bdb47fd0 [clangd] Collect enum constants in SymbolCollector
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/index/SymbolCollector.cpp | 22 +++++++++++++-----
unittests/clangd/SymbolCollectorTests.cpp | 37 +++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 6 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 binutils-gdb.
from adf8243ba9 Make tests expect [ \t]+ pattern instead of \t for "info reg [...]
new dea445b940 Find arm-linux-gnueabi(hf)?-gcc in compile
new 88af8ea80b Don't pass -m32 to libcc1 on arm-linux
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:
gdb/ChangeLog | 10 ++++++++++
gdb/arm-linux-tdep.c | 11 +++++++++++
gdb/osabi.c | 2 +-
3 files changed, 22 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 compiler-rt.
from 27f906494 [scudo] Use -fsanitize=scudo rather than --whole-archive in tests
new 97adb78ea [builtins] Use FlushInstructionCache on windows on aarch64 as well
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/builtins/clear_cache.c | 4 ++--
1 file 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 llvm.
from 9334f5c86b8 Split TailDuplicatePass into pre- and post-RA variant; NFC
new 09008367fca Split MachineLICM into EarlyMachineLICM and MachineLICM; 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:
include/llvm/CodeGen/Passes.h | 6 +-
include/llvm/CodeGen/TargetPassConfig.h | 10 ---
include/llvm/InitializePasses.h | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/MachineLICM.cpp | 128 +++++++++++++++++-------------
lib/CodeGen/TargetPassConfig.cpp | 14 +---
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +-
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 4 +-
8 files changed, 88 insertions(+), 78 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 binutils-gdb.
from 1ebfa86a3c Also xfail ld-elf/group1.d for Solaris
new adf8243ba9 Make tests expect [ \t]+ pattern instead of \t for "info reg [...]
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:
gdb/testsuite/ChangeLog | 13 +++
gdb/testsuite/gdb.arch/altivec-regs.exp | 4 +-
gdb/testsuite/gdb.arch/powerpc-d128-regs.exp | 6 +-
gdb/testsuite/gdb.arch/s390-multiarch.exp | 4 +-
gdb/testsuite/gdb.base/pc-fp.exp | 2 +-
gdb/testsuite/gdb.reverse/i386-precsave.exp | 96 ++++++++---------
gdb/testsuite/gdb.reverse/i386-reverse.exp | 96 ++++++++---------
gdb/testsuite/gdb.reverse/i387-env-reverse.exp | 62 +++++------
gdb/testsuite/gdb.reverse/i387-stack-reverse.exp | 126 +++++++++++------------
9 files changed, 211 insertions(+), 198 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 fb72d026be0 Revert [CGP] Re-enable Select in complex addressing mode
new 3d7e4a4b98b [X86] Make better use of instregex for cmovcc/setcc/jcc ins [...]
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/X86SchedBroadwell.td | 106 +++-----------------------------
lib/Target/X86/X86SchedHaswell.td | 106 +++-----------------------------
lib/Target/X86/X86SchedSandyBridge.td | 106 +++-----------------------------
lib/Target/X86/X86SchedSkylakeClient.td | 106 +++-----------------------------
lib/Target/X86/X86SchedSkylakeServer.td | 106 +++-----------------------------
5 files changed, 50 insertions(+), 480 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 5fad70532a0 mksysinfo: force Passwd.Pw_[ug]id from int32 to uint32
new 1817a7d93a4 * Makefile.am (GOTOOLS_TEST_TIMEOUT): Define. (check-go-t [...]
new 0a76ba3c43b mksysinfo: use rlimit64 if available when we use getrlimit64
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/go/gofrontend/MERGE | 2 +-
gotools/ChangeLog | 7 +++++++
gotools/Makefile.am | 19 +++++++++++--------
gotools/Makefile.in | 19 +++++++++++--------
libgo/Makefile.am | 2 +-
libgo/Makefile.in | 2 +-
libgo/mksysinfo.sh | 18 ++++++++++++++++--
7 files changed, 48 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.