This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 61c74dc Fix production of R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX.
new 021b449 [InstCombine] add tests to show bitcast interference
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/Transforms/InstCombine/logical-select.ll | 90 +++++++++++++++++++++++++++
1 file changed, 90 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 85c92dc join RUN lines; NFC
new 0ba89ec regenerate checks
new 61c74dc Fix production of R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX.
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/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 4 +
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp | 5 +-
lib/Target/X86/MCTargetDesc/X86FixupKinds.h | 4 +
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 82 ++++++++++++-------
.../X86/MCTargetDesc/X86MachObjectWriter.cpp | 6 +-
test/MC/ELF/got-relaxed-no-relax.s | 15 ++++
test/MC/ELF/got-relaxed-rex.s | 29 +++++++
test/MC/ELF/got-relaxed.s | 21 ++---
test/Transforms/InstCombine/logical-select.ll | 94 ++++++++++++----------
9 files changed, 173 insertions(+), 87 deletions(-)
create mode 100644 test/MC/ELF/got-relaxed-no-relax.s
create mode 100644 test/MC/ELF/got-relaxed-rex.s
--
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 aea5485 [x86] avoid printing unnecessary sign bits of hex immediates [...]
new 85c92dc join RUN lines; 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:
test/Transforms/InstCombine/and-compare.ll | 3 +--
1 file changed, 1 insertion(+), 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 4dfc3f8 [ELF][MIPS] Always resolve MIPS GP-relative relocations to 'l [...]
new 68bbed2 Make test more realistic.
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/gotpc-relax-und-dso.s | 58 +++++++++++++++++------------------
test/ELF/gotpc-relax.s | 68 +++++++++++++++++++++---------------------
test/ELF/gotpcrelx.s | 6 ++--
3 files changed, 66 insertions(+), 66 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 fe42206 [X86] Try to zero elts when lowering 256-bit shuffle with PSHUFB.
new aea5485 [x86] avoid printing unnecessary sign bits of hex immediates [...]
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/InstPrinter/X86ATTInstPrinter.cpp | 17 +++++--
test/CodeGen/X86/2011-10-21-widen-cmp.ll | 2 +-
test/CodeGen/X86/avx512-cmp.ll | 2 +-
test/CodeGen/X86/bitreverse.ll | 2 +-
test/CodeGen/X86/pr16360.ll | 2 +-
test/CodeGen/X86/rem.ll | 4 +-
test/CodeGen/X86/sad.ll | 32 ++++++------
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 12 ++---
test/CodeGen/X86/vec_fneg.ll | 4 +-
test/CodeGen/X86/vector-bitreverse.ll | 4 +-
test/CodeGen/X86/vector-idiv-sdiv-512.ll | 64 ++++++++++++------------
test/MC/X86/imm-comments.s | 4 +-
12 files changed, 79 insertions(+), 70 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 7f7d837 * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert [...]
new f6e0b8d0 * predict.c (edge_predicted_by_p): New function. (predict_p [...]
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 | 6 ++++++
gcc/predict.c | 30 +++++++++++++++++++++++++++++-
2 files changed, 35 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 llvm.
from 68e92ae Simplify and clang-format a table.
new fe42206 [X86] Try to zero elts when lowering 256-bit shuffle with PSHUFB.
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/X86ISelLowering.cpp | 101 +++++++++++++++++++----------
test/CodeGen/X86/vector-shuffle-256-v16.ll | 18 +++++
test/CodeGen/X86/vector-shuffle-256-v32.ll | 16 +++++
3 files changed, 100 insertions(+), 35 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 55bba89 Add dependencies to configure rule
new 7f7d837 * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert [...]
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 | 5 +++++
gcc/tree-ssa-loop-niter.c | 6 +-----
2 files changed, 6 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 gcc.
from 751c7db Fix segfault on verify_dominators error path
new 55bba89 Add dependencies to configure rule
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:
ChangeLog | 5 +++++
Makefile.in | 5 ++++-
Makefile.tpl | 5 ++++-
3 files changed, 13 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 binutils-gdb.
from 99aefae MIPS/BFD: Correctly handle `bfd_reloc_outofrange' with branches
new 0597bdc Add dependencies to configure rule
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:
ChangeLog | 5 +++++
Makefile.in | 5 ++++-
Makefile.tpl | 5 ++++-
3 files changed, 13 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.