This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bda4e55bddb Revert "[IndVars] Canonicalize comparisons between non-nega [...]
new 90b8bac67b2 [globalisel][tablegen] Fix an unused variable warning in re [...]
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/CodeGen/GlobalISel/InstructionSelector.cpp | 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 lld.
from 2e1bc1418 [ELF] Allow multiple thunks to be added for a symbol.
new e40c9748e [ELF] Fix Windows build error
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/Relocations.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 lld.
from 6ac14aaca [ELF] Introduce Thunk reuse compatibility
new 2e1bc1418 [ELF] Allow multiple thunks to be added for a symbol.
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/Relocations.cpp | 15 +++++++++++----
ELF/Relocations.h | 9 ++++++---
2 files changed, 17 insertions(+), 7 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 71e8bec63a1 [globalisel][tablegen] Added instruction emission to the st [...]
new bda4e55bddb Revert "[IndVars] Canonicalize comparisons between non-nega [...]
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/Utils/SimplifyIndVar.cpp | 4 --
test/Analysis/ScalarEvolution/guards.ll | 6 +--
test/Transforms/IndVarSimplify/canonicalize-cmp.ll | 52 ----------------------
.../IndVarSimplify/eliminate-comparison.ll | 4 +-
test/Transforms/IndVarSimplify/widen-loop-comp.ll | 2 +-
5 files changed, 6 insertions(+), 62 deletions(-)
delete mode 100644 test/Transforms/IndVarSimplify/canonicalize-cmp.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 c5dd58546c [modules ts] Improve merging of module-private declarations.
new 0fc70de55d Fix invalid warnings for header guards in preambles
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/Lex/Preprocessor.h | 9 ++++-----
lib/Lex/Lexer.cpp | 2 +-
lib/Lex/PPLexerChange.cpp | 6 ------
lib/Lex/Preprocessor.cpp | 2 ++
lib/Parse/Parser.cpp | 2 ++
5 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 binutils-2_28-branch
in repository binutils-gdb.
from e8149ebc7c Automatic date update in version.in
new 3e5f4497f7 [Patch ARM] Support MVFR2 VFP Coprocessor register for ARMv8-A
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:
gas/ChangeLog | 12 ++++++++++++
gas/config/tc-arm.c | 11 +++++++++++
gas/testsuite/gas/arm/armv8-a+fp.d | 4 ++++
gas/testsuite/gas/arm/armv8-a+fp.s | 5 +++++
gas/testsuite/gas/arm/vfp-bad.l | 2 ++
gas/testsuite/gas/arm/vfp-bad.s | 2 ++
opcodes/ChangeLog | 6 ++++++
opcodes/arm-dis.c | 4 ++++
8 files changed, 46 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 llvm.
from f9de76f9874 [IndVars] Canonicalize comparisons between non-negative val [...]
new 71e8bec63a1 [globalisel][tablegen] Added instruction emission to the st [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 68 ++++
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 3 +-
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 153 +++++++++
test/TableGen/GlobalISelEmitter.td | 376 ++++++++++++---------
utils/TableGen/GlobalISelEmitter.cpp | 210 ++++++------
5 files changed, 549 insertions(+), 261 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 f68a9c576 [ELF] Extract allocateHeaders() from assignAddresses()
new 6ac14aaca [ELF] Introduce Thunk reuse compatibility
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/Relocations.cpp | 2 +-
ELF/Thunks.cpp | 26 ++++++++++++++++++++++++++
ELF/Thunks.h | 4 ++++
3 files changed, 31 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 binutils-gdb.
from 033ea118c0 Automatic date update in version.in
new 60c96dbf02 Fixup changelog entries for previous commit
new e4bdd67955 X86: Disassemble primary opcode map's group 2 ModRM.reg == 6 [...]
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:
gas/ChangeLog | 18 ++++++++++++++++++
gas/testsuite/gas/i386/opcode.d | 6 ++++++
gas/testsuite/gas/i386/opcode.s | 6 ++++++
gas/testsuite/gas/i386/x86-64-opcode.d | 9 +++++++++
gas/testsuite/gas/i386/x86-64-opcode.s | 9 +++++++++
opcodes/ChangeLog | 9 +++++++++
opcodes/i386-dis.c | 12 ++++++------
7 files changed, 63 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 lld.
from 6b67b6926 Fix PR33635.
new f68a9c576 [ELF] Extract allocateHeaders() from assignAddresses()
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 | 23 +++++++++--------------
ELF/LinkerScript.h | 4 ++--
ELF/Writer.cpp | 3 ++-
3 files changed, 13 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.