This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_31-branch
in repository binutils-gdb.
from d692290444 x86: Replace evex-no-scale.s with evex-no-scale-[32|64].s
new 6ee91b1ef1 Automatic date update in version.in
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:
bfd/version.h | 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 clang.
from 1e604b365d [analyzer] Record nullability implications on getting items [...]
new a119c2c181 [analyzer] [NFC] [tests] Move plist-based diagnostics tests [...]
new fa5373bdfb [analyzer] InnerPointerChecker: improve warning messages and notes.
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/StaticAnalyzer/Checkers/AllocationState.h | 5 +
.../Checkers/InnerPointerChecker.cpp | 42 +-
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 30 +-
...es.cpp.plist => NewDelete-path-notes.cpp.plist} | 316 ++--
...es.m.plist => method-call-path-notes.cpp.plist} | 703 +++------
...l-path-notes.c.plist => plist-macros.cpp.plist} | 1124 +++++++------
...ge.cpp.plist => plist-output-alternate.m.plist} | 1146 ++++++--------
.../plists/plist-stats-output.c.plist | 9 +
test/Analysis/NewDelete-path-notes.cpp | 432 +----
test/Analysis/inner-pointer.cpp | 260 +--
test/Analysis/method-call-path-notes.cpp | 779 +--------
test/Analysis/plist-macros.cpp | 1667 +-------------------
test/Analysis/plist-output-alternate.m | 1439 +----------------
13 files changed, 1717 insertions(+), 6235 deletions(-)
copy test/Analysis/ExpectedOutputs/plists/{inlining/eager-reclamation-path-notes.c [...]
copy test/Analysis/ExpectedOutputs/plists/{null-deref-path-notes.m.plist => method [...]
copy test/Analysis/ExpectedOutputs/plists/{conditional-path-notes.c.plist => plist [...]
copy test/Analysis/ExpectedOutputs/plists/{cxx-for-range.cpp.plist => plist-output [...]
create mode 100644 test/Analysis/ExpectedOutputs/plists/plist-stats-output.c.plist
--
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 e6e9fb320 [ELF][HEXAGON] Put test back in.
new 16b96d88c Fix WebAssembly tests after r339474
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/wasm/call-indirect.ll | 4 ++--
test/wasm/compress-relocs.ll | 4 ++--
2 files changed, 4 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 lld.
from e19e12a0d [ELF][HEXAGON] Remove test that breaks assembler.
new e6e9fb320 [ELF][HEXAGON] Put test back in.
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/ELF/hexagon.s | 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 lld.
from 492e54cb8 [ELF][HEXAGON] Add R_HEX_8_X relocation
new e19e12a0d [ELF][HEXAGON] Remove test that breaks assembler.
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/ELF/hexagon.s | 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 llvm.
from c0723309373 [LICM] Hoist assumes out of loops
new 018235abdfc Re-commit "[NFC] More ConstantMerge refactoring"
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/IPO/ConstantMerge.cpp | 41 ++++++++++++++++++++----------------
1 file changed, 23 insertions(+), 18 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 a82514350b2 Revert "[NFC] More ConstantMerge refactoring"
new c0723309373 [LICM] Hoist assumes out of 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:
lib/Transforms/Scalar/LICM.cpp | 9 +++++++++
test/Transforms/LICM/assume.ll | 2 +-
2 files changed, 10 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 ffc857a528 [analyzer] Fix tracking expressions through negation operator
new 1e604b365d [analyzer] Record nullability implications on getting items [...]
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/TrustNonnullChecker.cpp | 187 +++++++++++++++++++--
.../system-header-simulator-for-nullability.h | 51 ++++++
test/Analysis/trustnonnullchecker_test.m | 105 +++++++++++-
3 files changed, 328 insertions(+), 15 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-tools-extra.
from db1904c5 [clangd] extend the publishDiagnostics response to send back [...]
new c86f5b0c [clangd] Avoid duplicates in findDefinitions response
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:
clangd/FindSymbols.cpp | 2 +-
clangd/SourceCode.cpp | 34 ++++++++++++++++++++--------
clangd/SourceCode.h | 15 +++++++++----
clangd/XRefs.cpp | 4 ++--
unittests/clangd/TestFS.cpp | 26 ++++++++++++++++-----
unittests/clangd/TestFS.h | 15 +++++++++----
unittests/clangd/XRefsTests.cpp | 50 ++++++++++++++++++++++++++++++++++++-----
7 files changed, 114 insertions(+), 32 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 033cdeca678 Fix unused lambda capture warning from r339472.
new a82514350b2 Revert "[NFC] More ConstantMerge refactoring"
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/IPO/ConstantMerge.cpp | 47 +++++++++++++++++-------------------
1 file changed, 22 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.