This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d1bf1e83362 [MachineOutliner] Add always and never options to -enable-m [...]
new 0e1a98e2552 [AMDGPU] Enable LICM in the BE pipeline
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/AMDGPU/AMDGPUTargetMachine.cpp | 1 +
test/CodeGen/AMDGPU/amdpal_scratch_mergedshader.ll | 2 +-
test/CodeGen/AMDGPU/collapse-endcf.ll | 2 +-
test/CodeGen/AMDGPU/i1-copy-from-loop.ll | 12 +-
test/CodeGen/AMDGPU/idiv-licm.ll | 249 +++++++++++++++++++++
test/CodeGen/AMDGPU/infinite-loop.ll | 19 +-
test/CodeGen/AMDGPU/multilevel-break.ll | 2 +-
test/CodeGen/AMDGPU/si-annotate-cf.ll | 34 +--
test/CodeGen/AMDGPU/smrd.ll | 1 +
9 files changed, 290 insertions(+), 32 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/idiv-licm.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 binutils-gdb.
from 262e07d011 MIPS/BFD: Remove extraneous undefined weak symbol visibility check
new 49af4b7012 Remove unstable test output
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 | 4 ++++
gdb/testsuite/gdb.base/watchpoint-hw-attach.exp | 2 +-
2 files changed, 5 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 openmp.
from 0cf8dce [OPENMP, NVPTX] Fixes for NVPTX RTL
new 6951b01 [OPENMP, NVPTX] Sync threads before start ordered loops.
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:
libomptarget/deviceRTLs/nvptx/src/loop.cu | 7 ++++++-
1 file 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 llvm.
from 6e44255b70d [InstCombine] add more tests for shuffle-binop folds; NFC
new d1bf1e83362 [MachineOutliner] Add always and never options to -enable-m [...]
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/TargetPassConfig.cpp | 15 +++++++++++----
test/CodeGen/AArch64/machine-outliner-flags.ll | 12 ++++++++++++
2 files changed, 23 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 glibc.
from e69d994a63 New configure option --disable-crypt.
new bac15a72fc elf: Accept absolute (SHN_ABS) symbols whose value is zero [ [...]
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:
ChangeLog | 14 ++++++++++++++
elf/Makefile | 8 ++++++--
elf/dl-lookup.c | 1 +
elf/{tst-absolute-sym-lib.c => tst-absolute-zero-lib.c} | 2 +-
elf/tst-absolute-zero-lib.lds | 1 +
elf/{tst-absolute-sym.c => tst-absolute-zero.c} | 4 ++--
6 files changed, 25 insertions(+), 5 deletions(-)
copy elf/{tst-absolute-sym-lib.c => tst-absolute-zero-lib.c} (93%)
create mode 100644 elf/tst-absolute-zero-lib.lds
copy elf/{tst-absolute-sym.c => tst-absolute-zero.c} (92%)
--
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 4e9529bf924 [llvm-mca] Remove field HasReadAdvanceEntries from class Re [...]
new 6e44255b70d [InstCombine] add more tests for shuffle-binop folds; 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:
test/Transforms/InstCombine/shuffle_select.ll | 74 ++++++++++++++++++++++++++-
1 file changed, 73 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.
from cc3a6212f6 [clang-format] Support additional common functions for text [...]
new 4c16104f94 [clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after O [...]
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/TokenAnnotator.cpp | 8 +++++++-
unittests/Format/FormatTestObjC.cpp | 8 ++++++++
2 files changed, 15 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 lld.
from 6de9bc06f [ELF] - Linker script: add tests for checking malformed numbe [...]
new e6fa0adc4 [lld] Address post-commit review of r335848
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/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.
unknown user pushed a change to branch master
in repository gcc.
from 590480417bc When using -fprofile-generate=/some/path mangle absolute pa [...]
new 6e9afebf37f PR c++/86184 * tree.c (cp_save_expr): Don't call save_exp [...]
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/cp/ChangeLog | 5 +++++
gcc/cp/tree.c | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ext/cond3.C | 20 ++++++++++++++++++++
4 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/ext/cond3.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.