This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 221e948 ELF: Create .gnu.version and .gnu.version_r sections when lin [...]
new 5357fd0 [ELF] -R is an alias for -rpath.
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/Options.td | 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 lldb.
from 56b874c Added a testcase for the IR interpreter, ensuring that it beh [...]
new 8f5acf7 XFail TestIRInterpreter on Windows
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/expression_command/ir-interpreter/TestIRInterpreter.py | 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 lnt.
from 09886e6 Server side blacklist for changes
new ec0f9c0 Fixup bot 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:
lnt/server/config.py | 10 +++++-----
lnt/server/db/rules/rule_blacklist_benchmarks_by_name.py | 3 ++-
lnt/server/db/rules_manager.py | 1 +
tests/server/db/blacklist.py | 7 +------
4 files changed, 9 insertions(+), 12 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 a6e18c1 [MCAssembler] Allow backend to finalize layout post-relaxation.
new 42b983d [X86] Fix the lowering of TLS calls.
new 1baab3b [Hexagon] Merging nops in to previous packet rather than alwa [...]
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:
.../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 86 +++++++++++++++++-----
lib/Target/X86/X86ISelLowering.cpp | 6 +-
lib/Target/X86/X86InstrCompiler.td | 9 ++-
test/CodeGen/X86/cxx_tlscc64.ll | 2 +-
test/CodeGen/X86/i386-tlscall-fastregalloc.ll | 11 ++-
test/MC/Hexagon/align.s | 60 +++++++++++++++
6 files changed, 147 insertions(+), 27 deletions(-)
create mode 100644 test/MC/Hexagon/align.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 gcc.
from e665d8c * tree-ssa-dom.c (record_temporary_equivalences): Fix [...]
new e3008af Reduce nesting of parentheses in conditionals generated by ge [...]
new dfba090 match.pd: unsigned A - B > A --> A < B
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 | 11 +++++
gcc/genattrtab.c | 31 ++++++++++----
gcc/match.pd | 54 ++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/tree-ssa/minus-ovf.c | 24 +++++++++++
gcc/testsuite/gcc.dg/tree-ssa/overflow-2.c | 68 ++++++++++++++++++++++++++++++
6 files changed, 185 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minus-ovf.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/overflow-2.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 llvm.
from 66f1b7d [PGO] Prohibit address recording if the function is both inte [...]
new a6e18c1 [MCAssembler] Allow backend to finalize layout post-relaxation.
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/MC/MCAsmBackend.h | 4 ++++
lib/MC/MCAssembler.cpp | 1 +
2 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 compiler-rt.
from c97c82c [sanitizer] Add early call handling to strchr + strrchr interceptors
new 9b30f14 [sanitizers] Get the proper symbol version when long double t [...]
new 9952808 [MSan] [PowerPC] Dereference function descriptors when record [...]
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/asan/asan_interceptors.cc | 2 ++
lib/esan/esan_interceptors.cpp | 2 ++
lib/msan/msan.cc | 7 +++++++
lib/msan/msan_interceptors.cc | 14 ++++++++++++++
.../sanitizer_common_interceptors.inc | 20 ++++++++++++++------
lib/sanitizer_common/sanitizer_platform.h | 8 ++++++++
lib/tsan/rtl/tsan_interceptors.cc | 2 ++
7 files changed, 49 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 llvm.
from 38099e5 AMDGPU: Account for globals in AMDGPUPromoteAlloca pass
new 66f1b7d [PGO] Prohibit address recording if the function is both inte [...]
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/Instrumentation/InstrProfiling.cpp | 5 +++++
test/Transforms/PGOProfile/comdat_internal.ll | 25 +++++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 test/Transforms/PGOProfile/comdat_internal.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 compiler-rt.
from 327e730 [sanitizers] read/write page fault detection on mac.
new c97c82c [sanitizer] Add early call handling to strchr + strrchr interceptors
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/sanitizer_common/sanitizer_common_interceptors.inc | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.