This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ea7650c4edc Revert "[APInt] Add ashrInPlace method and implement ashr u [...]
new d907744fff3 Revert "[APInt] Fix a few places that use APInt::getRawData [...]
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/ADT/APInt.h | 13 +------------
lib/CodeGen/MIRParser/MIParser.cpp | 3 ++-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 +-
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 8 +++++---
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 +++---
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 ++--
lib/ExecutionEngine/Interpreter/Execution.cpp | 2 +-
lib/Support/APInt.cpp | 7 +++----
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 20 ++++++++++----------
lib/Target/Hexagon/HexagonMCInstLower.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 11 ++++++-----
lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 +-
.../InstCombine/InstCombineSimplifyDemanded.cpp | 2 +-
14 files changed, 38 insertions(+), 46 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 af17b264e10 [X86][MPX] Add load & store instructions of bnd values to g [...]
new ea7650c4edc Revert "[APInt] Add ashrInPlace method and implement ashr u [...]
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/ADT/APInt.h | 33 +--------------
include/llvm/ADT/APSInt.h | 2 +-
lib/Support/APInt.cpp | 99 +++++++++++++++++++++++++++++++++------------
unittests/ADT/APIntTest.cpp | 20 +--------
4 files changed, 77 insertions(+), 77 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 b43eea27e9 Automatic date update in version.in
new f082820db9 PR 21408, segfault in display_debug_lines_decoded
new 97e83a100a PR 21409, segfault in _bfd_dwarf2_find_nearest_line
new bce964aa6c PR 21412, get_reloc_section assumes .rel/.rela name for SHT_ [...]
new 7eacd66b08 PR 21414, null pointer deref of _bfd_elf_large_com_section sym
new b02cd3e978 PR 21415, objdump fails to check bfd_get_section_contents status
new 7034215fd6 PR 21417, ar arg check failure
new 42354845ae PR 21418, ar -N lacks arg check
The 7 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/ChangeLog | 29 +++++++++++++++++++++++
bfd/bfd-in2.h | 12 ++++++++++
bfd/dwarf2.c | 2 +-
bfd/elf-bfd.h | 8 ++++---
bfd/elf.c | 67 +++++++++++++++++++++++++++++++-----------------------
bfd/elf64-ppc.c | 1 +
bfd/elfxx-target.h | 2 +-
bfd/section.c | 24 +++++++++----------
binutils/ChangeLog | 22 ++++++++++++++++++
binutils/ar.c | 10 +++++++-
binutils/dwarf.c | 12 ++++------
binutils/objdump.c | 7 +++++-
12 files changed, 142 insertions(+), 54 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 e67d6dd3e8f [X86] Convert test checks to generated checks of update_llc [...]
new af17b264e10 [X86][MPX] Add load & store instructions of bnd values to g [...]
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/X86InstrInfo.cpp | 52 ++++++++++++++++++++++++-----------------
1 file changed, 30 insertions(+), 22 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 2d102107a5e PR target/70799 * config/i386/i386.c (dimode_scalar_to_ve [...]
new b2da42b6e06 2017-04-22 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-expr.c | 10 ++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/intent_out_9.f90 | 28 ++++++++++++++++++++++++++++
4 files changed, 49 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/intent_out_9.f90
--
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 2a7f4178e48 [ARM] ScheduleDAGRRList::DelayForLiveRegsBottomUp must cons [...]
new e67d6dd3e8f [X86] Convert test checks to generated checks of update_llc [...]
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/CodeGen/X86/vector-pcmp.ll | 19 +------------------
1 file changed, 1 insertion(+), 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 gcc.
from 9dc9670df2f Daily bump.
new 2d102107a5e PR target/70799 * config/i386/i386.c (dimode_scalar_to_ve [...]
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 | 15 ++
gcc/config/i386/i386.c | 159 ++++++++++++++++++---
gcc/testsuite/ChangeLog | 5 +
.../gcc.target/i386/{pr70799-2.c => pr70799-4.c} | 8 +-
4 files changed, 160 insertions(+), 27 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr70799-2.c => pr70799-4.c} (79%)
--
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 aeda1366051 [APInt] Fix a few places that use APInt::getRawData to oper [...]
new 2a7f4178e48 [ARM] ScheduleDAGRRList::DelayForLiveRegsBottomUp must cons [...]
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/SelectionDAG/ScheduleDAGRRList.cpp | 12 ++++++++++++
test/CodeGen/Thumb/optionaldef-scheduling.ll | 18 ++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 test/CodeGen/Thumb/optionaldef-scheduling.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 llvm.
from e3ba8501276 [APInt] Use operator<<= where possible. NFC
new aeda1366051 [APInt] Fix a few places that use APInt::getRawData to oper [...]
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/MIRParser/MIParser.cpp | 3 +--
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 8 +++-----
lib/Target/Hexagon/HexagonMCInstLower.cpp | 2 +-
3 files changed, 5 insertions(+), 8 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 5e17d2e85c4 [APInt] Use operator<<= instead of shl where possible. NFC
new e3ba8501276 [APInt] Use operator<<= where possible. 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/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 ++--
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.