This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 87b704f790d [InstCombine] adjust shuffle tests; NFC
new 519acca3343 [MachineOutliner] Never add the outliner in -O0
new 5ff4fbf6b8b [ARM] Assert that ARMDAGToDAGISel creates valid UBFX/SBFX nodes.
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/CodeGen/TargetPassConfig.cpp | 2 +-
lib/Target/ARM/ARMISelDAGToDAG.cpp | 4 ++++
test/CodeGen/AArch64/machine-outliner-flags.ll | 30 ++++++++++++++++++++++++++
test/DebugInfo/AArch64/machine-outliner.ll | 2 +-
4 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-outliner-flags.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 clang.
from eed865ada8 [Parse] Make -Wgcc-compat complain about for loop inits in C89
new 264b0f3065 [analyzer] Move test to the correct directory
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/{ => Analysis}/PR37855.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/{ => Analysis}/PR37855.c (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 compiler-rt.
from c96729349 [UBsan] minimal unit tests removing OpenBSD spacial case
new 7f2c08177 [TSan] More detailed error message on failed sahdow memory madvise
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/tsan/rtl/tsan_platform_posix.cc | 13 ++++++++++---
1 file changed, 10 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 clang.
from ff6b0ecacd PR37979: integral promotions in C++ treat enum bit-fields li [...]
new 8b67bbb095 [analyzer] Fix wrong comparison generation of the ranges gen [...]
new eed865ada8 [Parse] Make -Wgcc-compat complain about for loop inits in C89
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/clang/Basic/DiagnosticParseKinds.td | 3 +++
lib/Parse/ParseStmt.cpp | 4 +++-
lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 5 ++---
test/PR37855.c | 24 ++++++++++++++++++++++++
test/Parser/gcc-for-loop-init-compatibility.c | 15 +++++++++++++++
5 files changed, 47 insertions(+), 4 deletions(-)
create mode 100644 test/PR37855.c
create mode 100644 test/Parser/gcc-for-loop-init-compatibility.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 8d49bfdc6a [CMake] Don't build Linux targets on Darwin in Fuchsia toolchain
new ff6b0ecacd PR37979: integral promotions in C++ treat enum bit-fields li [...]
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/AST/ASTContext.cpp | 10 +++++++++-
lib/Sema/SemaOverload.cpp | 13 +++++++++++++
test/CXX/conv/conv.prom/p5.cpp | 19 +++++++++++++++++++
3 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 test/CXX/conv/conv.prom/p5.cpp
--
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 540a311718e [SupportTests] Silence -Wsign-compare warnings
new eefdbb43aab [llvm-readobj] Add experimental support for SHT_RELR sections
new 87b704f790d [InstCombine] adjust shuffle tests; NFC
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/BinaryFormat/DynamicTags.def | 12 ++
include/llvm/BinaryFormat/ELF.h | 12 ++
include/llvm/Object/ELF.h | 15 ++
include/llvm/Object/ELFTypes.h | 2 +
lib/Object/ELF.cpp | 127 ++++++++++++++++
lib/ObjectYAML/ELFYAML.cpp | 2 +
test/Transforms/InstCombine/shuffle_select.ll | 10 +-
test/tools/llvm-readobj/Inputs/elf-relr-relocs1.s | 5 +
test/tools/llvm-readobj/Inputs/elf-relr-relocs2.s | 5 +
test/tools/llvm-readobj/elf-relr-relocs.test | 172 ++++++++++++++++++++++
tools/llvm-readobj/ELFDumper.cpp | 127 +++++++++++++---
tools/llvm-readobj/llvm-readobj.cpp | 4 +
tools/llvm-readobj/llvm-readobj.h | 1 +
tools/yaml2obj/yaml2elf.cpp | 6 +-
14 files changed, 476 insertions(+), 24 deletions(-)
create mode 100644 test/tools/llvm-readobj/Inputs/elf-relr-relocs1.s
create mode 100644 test/tools/llvm-readobj/Inputs/elf-relr-relocs2.s
create mode 100644 test/tools/llvm-readobj/elf-relr-relocs.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 compiler-rt.
from 6cca95f30 [Darwin] Add an integration test for PGO + symbol exports
new c96729349 [UBsan] minimal unit tests removing OpenBSD spacial case
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/ubsan_minimal/lit.common.cfg | 6 ------
1 file changed, 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 f2ffa92bbc gdb: Eliminate the 'stop_pc' global
new 44cee4fdf4 Add --enable-codesign to gdb's configure
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/ChangeLog | 9 +++++++++
gdb/Makefile.in | 7 +++++++
gdb/NEWS | 7 +++++++
gdb/configure | 11 +++++++++++
gdb/configure.ac | 7 +++++++
gdb/silent-rules.mk | 1 +
6 files changed, 42 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 83bc27f0aaa [InstCombine] fix opcode check in shuffle fold
new 540a311718e [SupportTests] Silence -Wsign-compare warnings
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:
unittests/Support/FileOutputBufferTest.cpp | 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 gcc.
from 6bed4548769 C++: less verbose error-recovery for version conflict markers
new f5d881d355c runtime: don't stat a NULL filename
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/go/gofrontend/MERGE | 2 +-
libgo/runtime/go-caller.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.