This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 18e7f3569e [clang][ubsan] Split Implicit Integer Truncation Sanitizer i [...]
new 4eb8e4f562 clang-cl: Add /showFilenames option (PR31957)
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/Driver/CLCompatOptions.td | 4 ++++
include/clang/Driver/Job.h | 6 ++++++
lib/Driver/Job.cpp | 6 ++++++
lib/Driver/ToolChains/Clang.cpp | 7 +++++++
test/Driver/cl-showfilenames.c | 19 +++++++++++++++++++
5 files changed, 42 insertions(+)
create mode 100644 test/Driver/cl-showfilenames.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 522fc4db7cd [LV] Ignore more debug info.
new e13d0945215 [LV] Use SmallVector instead of DenseMap in calculateRegist [...]
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/Vectorize/LoopVectorize.cpp | 9 ++++-----
1 file changed, 4 insertions(+), 5 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 6298cb983b2 [gcov] Display the hit counter for the line of a function d [...]
new 522fc4db7cd [LV] Ignore more debug info.
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/Vectorize/LoopVectorize.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 clang.
from 58281c244d [WebAssembly] Saturating float-to-int builtins
new 18e7f3569e [clang][ubsan] Split Implicit Integer Truncation Sanitizer i [...]
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:
docs/UndefinedBehaviorSanitizer.rst | 13 +++++--
include/clang/Basic/Sanitizers.def | 8 ++++-
lib/CodeGen/CGExprScalar.cpp | 34 ++++++++++++++----
.../catch-implicit-integer-conversions-basics.c | 18 +++++-----
...implicit-integer-truncations-basics-negatives.c | 38 +++++++++++++++++---
.../catch-implicit-integer-truncations-basics.c | 18 +++++-----
test/CodeGen/catch-implicit-integer-truncations.c | 36 +++++++++----------
...t-signed-integer-truncations-basics-negatives.c | 40 ++++++++++++++++++++++
...h-implicit-signed-integer-truncations-basics.c} | 16 ++++-----
...unsigned-integer-truncations-basics-negatives.c | 40 ++++++++++++++++++++++
...implicit-unsigned-integer-truncations-basics.c} | 12 ++-----
.../catch-implicit-integer-truncations.cpp | 6 ++--
test/Driver/fsanitize.c | 37 ++++++++++++++------
13 files changed, 233 insertions(+), 83 deletions(-)
create mode 100644 test/CodeGen/catch-implicit-signed-integer-truncations-basics-n [...]
copy test/CodeGen/{catch-implicit-integer-conversions-basics.c => catch-implicit-s [...]
create mode 100644 test/CodeGen/catch-implicit-unsigned-integer-truncations-basics [...]
copy test/CodeGen/{catch-implicit-integer-conversions-basics.c => catch-implicit-u [...]
--
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 a9597defaf x86: add {,V}MOVQ cases to xmmword test
new fbe61a3661 Fix interp::m_name resource leak found by Coverity
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 | 5 +++++
gdb/interps.c | 4 +++-
gdb/interps.h | 4 +++-
3 files changed, 11 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 37c22fd17b9 * c-lex.c (c_common_has_attribute): Return 201803 instead [...]
new cebe6e17b35 [testsuite] Further fixes to warn-abs-1.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 | 5 +++++
gcc/testsuite/gcc.dg/warn-abs-1.c | 4 ++--
2 files changed, 7 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 fb7e6913cb7 [NFC] Factor out getOrCreateAddRecExpr method
new 6298cb983b2 [gcov] Display the hit counter for the line of a function d [...]
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/GCOVProfiling.cpp | 6 ++++++
1 file changed, 6 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 3bbf79549 [hwasan] extend the stack-uar test
new 2adb5dbcc [profile] Fix the gcov tests after the patch in D49853 landed.
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/profile/Inputs/instrprof-dlopen-dlclose-main.c.gcov | 2 +-
test/profile/Inputs/instrprof-dlopen-dlclose-main_three-libs.c.gcov | 2 +-
test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov | 4 ++--
test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c.gcov | 2 +-
test/profile/Inputs/instrprof-gcov-switch1.c.gcov | 2 +-
test/profile/Inputs/instrprof-gcov-switch2.c.gcov | 2 +-
test/profile/Inputs/instrprof-shared-lib.c.gcov | 2 +-
test/profile/Inputs/instrprof-shared-lib_called-twice.c.gcov | 2 +-
test/profile/Inputs/instrprof-shared-lib_in-loop.c.gcov | 2 +-
.../Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov | 4 ++--
.../Inputs/instrprof-shared-main-gcov-flush_shared-call-after.c.gcov | 4 ++--
.../instrprof-shared-main-gcov-flush_shared-call-before-after.c.gcov | 4 ++--
.../Inputs/instrprof-shared-main-gcov-flush_shared-call-before.c.gcov | 4 ++--
test/profile/Inputs/instrprof-shared-main.c.gcov | 2 +-
14 files changed, 19 insertions(+), 19 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 b4d0c491d05 [X86][BMI1]: X86DAGToDAGISel: select BEXTR from x & ~(-1 << [...]
new fb7e6913cb7 [NFC] Factor out getOrCreateAddRecExpr method
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/Analysis/ScalarEvolution.h | 4 ++++
lib/Analysis/ScalarEvolution.cpp | 42 +++++++++++++++++++--------------
2 files changed, 28 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.