This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6e94e636712 Adjust module.modulemap after r304864
new f7b32527910 [ARM] Create relocations for unconditional branches.
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/ARM/MCTargetDesc/ARMAsmBackend.cpp | 19 ++++++++++++-------
test/MC/ARM/arm-thumb-tail-call.ll | 25 +++++++++++++++++++++++++
2 files changed, 37 insertions(+), 7 deletions(-)
create mode 100644 test/MC/ARM/arm-thumb-tail-call.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 69c30372df Added LLVM_FALLTHROUGH to address warning: this statement ma [...]
new 98df4e7a69 [Driver] Add test to cover case when LSan is not 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/Driver/fsanitize.c | 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 lld.
from d261ff94b Removed the redundant comment. NFC.
new 92788a20a [ELF] - Linkerscript: improved error reporting.
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/LinkerScript.cpp | 8 ++++----
ELF/LinkerScript.h | 13 ++++++-------
ELF/ScriptParser.cpp | 14 ++++++++------
test/ELF/linkerscript/early-assign-symbol.s | 2 +-
test/ELF/linkerscript/expr-invalid-sec.s | 2 +-
5 files changed, 20 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 binutils-gdb.
from 4936f23592 Fix a number of pr21529 testcase failures
new d1be909e7f Remove MAX_REGISTER_SIZE from aarch64-tdep.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:
gdb/ChangeLog | 7 +++++++
gdb/aarch64-tdep.c | 6 +++---
2 files 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 binutils-gdb.
from 58f59b7616 Automatic date update in version.in
new 4936f23592 Fix a number of pr21529 testcase failures
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-unique/pr21529.d | 5 +----
2 files changed, 6 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 clang-tools-extra.
from bdc214d0 Adjust SetVersionPrinter call for D33899
new 6b62a19c [clang-tidy] Make misc-inaccurate-erase work with real C++11 [...]
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:
clang-tidy/misc/InaccurateEraseCheck.cpp | 30 ++++++++++++++++--------------
test/clang-tidy/misc-inaccurate-erase.cpp | 22 ++++++++++++++++++++--
2 files changed, 36 insertions(+), 16 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 5d4bfc7c8bb [APInt] Fix the documentation for isOneValue. NFC
new 6e94e636712 Adjust module.modulemap after r304864
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/module.modulemap | 19 -------------------
1 file changed, 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 1a0f861c749 Disable all warning for AlignOfTest.cpp.
new e57d4f53f84 [InstCombine] Fix two asserts that were accidentally checki [...]
new eb370b47577 [InstCombine][InstSimplify] Use APInt::isNullValue/isOneVal [...]
new 5d4bfc7c8bb [APInt] Fix the documentation for isOneValue. NFC
The 3 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/ADT/APInt.h | 5 +-
include/llvm/IR/PatternMatch.h | 2 +-
lib/Analysis/InstructionSimplify.cpp | 12 ++--
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 7 ++-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 21 +++----
lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineCasts.cpp | 8 +--
lib/Transforms/InstCombine/InstCombineCompares.cpp | 70 ++++++++++++----------
.../InstCombine/InstCombineMulDivRem.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 4 +-
.../InstCombine/InstCombineSimplifyDemanded.cpp | 8 +--
11 files changed, 74 insertions(+), 69 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 216ce7b2a Added LLVM_FALLTHROUGH to address warning: this statement may [...]
new d261ff94b Removed the redundant comment. NFC.
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/Core/SymbolTable.cpp | 1 -
1 file changed, 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 lld.
from 41ccad7ca Move Object format code to lib/BinaryFormat.
new 216ce7b2a Added LLVM_FALLTHROUGH to address warning: this statement may [...]
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/Core/SymbolTable.cpp | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.