This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4da33cdc63 The patch adds support for the new map interface between cla [...]
new bc7f4ca3e4 [Sema] Add a new warning, -Wmemset-transposed-args
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/clang/Basic/DiagnosticGroups.td | 7 ++
include/clang/Basic/DiagnosticSemaKinds.td | 18 ++++-
lib/Sema/SemaChecking.cpp | 103 ++++++++++++++++++++++++++---
test/Sema/transpose-memset.c | 60 +++++++++++++++++
4 files changed, 176 insertions(+), 12 deletions(-)
create mode 100644 test/Sema/transpose-memset.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 19ad9309e1e [X86][SSE] Add FPEXT vXf32 - vXf64 tests
new 3b09b9e80ea [X86][BtVer2] correctly model the latency/throughput of LEA [...]
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/MCTargetDesc/X86MCTargetDesc.cpp | 1 +
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h | 1 +
lib/Target/X86/X86.td | 1 +
lib/Target/X86/X86FixupLEAs.cpp | 11 +-
lib/Target/X86/X86SchedPredicates.td | 49 ++++
lib/Target/X86/X86Schedule.td | 5 -
lib/Target/X86/X86ScheduleBtVer2.td | 35 ++-
test/CodeGen/X86/lea32-schedule.ll | 16 +-
test/CodeGen/X86/lea64-schedule.ll | 16 +-
test/CodeGen/X86/mul-constant-i32.ll | 90 +++----
test/CodeGen/X86/mul-constant-i64.ll | 90 +++----
test/CodeGen/X86/schedule-x86-64-shld.ll | 2 +-
test/tools/llvm-mca/X86/BtVer2/resources-lea.s | 342 ++++++++++++------------
13 files changed, 367 insertions(+), 292 deletions(-)
create mode 100644 lib/Target/X86/X86SchedPredicates.td
--
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 07cb3aef7 [compiler-rt] Add NewPM testing to CFI tests
new 2ae0202ef [compiler-rt] Only set lto_flags if lto_supported
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/lit.common.cfg | 5 ++---
1 file changed, 2 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 aa1e260245 [analyzer] Add support for more basic_string API in Dangling [...]
new 9934e6ea14 [analyzer] Fix disappearing notes in DanglingInternalBufferC [...]
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/StaticAnalyzer/Checkers/MallocChecker.cpp | 5 +++--
1 file changed, 3 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 32917338b54 [AArch64][PATCH 2/2] PR target/83009: Relax strict address [...]
new 40d00b7aab9 [PATCH, GCC, AARCH64] Add support for +profile extension
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/ChangeLog | 8 ++++++++
gcc/config/aarch64/aarch64-option-extensions.def | 3 +++
gcc/config/aarch64/aarch64.h | 3 +++
gcc/doc/invoke.texi | 3 +++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/aarch64/profile.c | 3 +++
6 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/profile.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 efd8832ecba [llvm-readobj] - Do not report invalid amount of sections.
new 19ad9309e1e [X86][SSE] Add FPEXT vXf32 - vXf64 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:
test/CodeGen/X86/vec_fpext.ll | 85 ++++++++++++++++++++++++++++++++++++++++---
1 file changed, 79 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 compiler-rt.
from c1d00864f [XRay][compiler-rt] Profiling: No files when empty
new 07cb3aef7 [compiler-rt] Add NewPM testing to CFI 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:
test/cfi/CMakeLists.txt | 22 ++++++++++++++--------
test/cfi/lit.site.cfg.in | 1 +
test/lit.common.cfg | 3 +++
test/lit.common.configured.in | 1 +
4 files changed, 19 insertions(+), 8 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 4581dc8297 Remove make_cleanup_value_free_to_mark
new 4c6933327e Eliminate remaining gdb/guile cleanups
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 | 19 ++++++++++++++++++
gdb/guile/guile-internal.h | 2 +-
gdb/guile/scm-breakpoint.c | 26 ++++++++----------------
gdb/guile/scm-exception.c | 2 +-
gdb/guile/scm-pretty-print.c | 26 ++++++------------------
gdb/guile/scm-string.c | 5 ++---
gdb/guile/scm-type.c | 48 +++++++++++++++++++-------------------------
gdb/guile/scm-utils.c | 2 +-
gdb/guile/scm-value.c | 12 +++--------
9 files changed, 62 insertions(+), 80 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 011d8f83ca [CodeGen] Disable aggressive structor optimizations at -O0, take 3
new aa1e260245 [analyzer] Add support for more basic_string API in Dangling [...]
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:
.../Checkers/DanglingInternalBufferChecker.cpp | 60 ++++-
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 22 +-
test/Analysis/dangling-internal-buffer.cpp | 260 ++++++++++++++++-----
3 files changed, 271 insertions(+), 71 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.