This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0f46395 [libFuzzer] add ATTRIBUTE_NO_SANITIZE_MEMORY to sanitizer hooks
new bf51c92 [InstCombine] add tests to show missed shrinkage; NFC
new be4d3e0 [IR] Grammar police: "intact" is one word. NFC
new fd46a6b [NVPTX] Improve lowering of llvm.ctlz.
new 9ff5ce4 [NVPTX] Fix function names in ctlz.ll test. Test-only change.
new 7470b2c [NVPTX] Add lowering for llvm.bitreverse.
new 38c1089 [NVPTX] Improve lowering of llvm.ctpop.
new f78819e [NVPTX] Lower integer absolute value idiom to abs instruction.
new db8ecaf [NVPTX] Implement min/max in tablegen, rather than with custo [...]
The 8 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/IR/Constants.h | 2 +-
lib/Target/NVPTX/NVPTXISelLowering.cpp | 83 +++----------------
lib/Target/NVPTX/NVPTXISelLowering.h | 6 ++
lib/Target/NVPTX/NVPTXInstrInfo.td | 74 +++++++++++++----
test/CodeGen/NVPTX/combine-min-max.ll | 134 +++++++++++++++++++++++++++++--
test/CodeGen/NVPTX/ctlz.ll | 128 +++++++++++++++++++++++++-----
test/CodeGen/NVPTX/idioms.ll | 31 ++++++++
test/CodeGen/NVPTX/intrinsics.ll | 70 ++++++++++++++++
test/Transforms/InstCombine/narrow.ll | 141 +++++++++++++++++++++++++++++++++
9 files changed, 557 insertions(+), 112 deletions(-)
create mode 100644 test/CodeGen/NVPTX/idioms.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 libcxx.
from 1b30568 Fix type_info's constructor by making it explicit again.
new 08305aa Allow sym_diff.py to report non-zero for non-breaking ABI changes
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/abi/CMakeLists.txt | 3 ++-
utils/sym_check/sym_check/diff.py | 4 +++-
utils/sym_check/sym_diff.py | 14 +++++++++-----
3 files changed, 14 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 binutils-gdb.
from 11741d5 Automatic date update in version.in
new 05b3d79 Fixes for addv and xtn2 instructions.
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:
sim/aarch64/ChangeLog | 8 ++++
sim/aarch64/simulator.c | 47 ++++++++--------------
sim/testsuite/sim/aarch64/ChangeLog | 5 +++
sim/testsuite/sim/aarch64/addv.s | 50 +++++++++++++++++++++++
sim/testsuite/sim/aarch64/xtn.s | 79 +++++++++++++++++++++++++++++++++++++
5 files changed, 158 insertions(+), 31 deletions(-)
create mode 100644 sim/testsuite/sim/aarch64/addv.s
create mode 100644 sim/testsuite/sim/aarch64/xtn.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 gcc.
from b6e051c 2017-01-17 Joshua Conner <joshconner(a)google.com>
new c33baec Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 25a6e3b PR debug/78839 * dwarf2out.c (field_byte_offset): Restore t [...]
new 56a20c2 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 3930482 2017-01-17 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 80a57b6 Daily bump.
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/DATESTAMP | 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 llvm.
from f519872 Introduce -unroll-partial-threshold to separate PartialThresh [...]
new 0f46395 [libFuzzer] add ATTRIBUTE_NO_SANITIZE_MEMORY to sanitizer hooks
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/Fuzzer/FuzzerTraceState.cpp | 14 ++++++++++++++
1 file changed, 14 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 binutils-gdb.
from 640d6bf RISC-V/bfd: Hook elf_backend_object_p to set the mach type.
new 11741d5 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 gdb-7.12-branch
in repository binutils-gdb.
from 3a5dc16 Automatic date update in version.in
new d505d1f 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 binutils-2_28-branch
in repository binutils-gdb.
from f4a2923 RISC-V/GAS: Support more relocs against constant addresses
new 58305f6 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.