This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 75f7e7d6c0d [ARM] Re-commit r324600 with fixed LLVMBuild.txt
new a53fc2e9d86 [InstCombine] Fix issue with X udiv 2^C -> X >> C for non-s [...]
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/InstCombine/InstCombineMulDivRem.cpp | 7 ++++---
test/Transforms/InstCombine/{vector-urem.ll => vector-udiv.ll} | 8 ++++----
2 files changed, 8 insertions(+), 7 deletions(-)
copy test/Transforms/InstCombine/{vector-urem.ll => vector-udiv.ll} (61%)
--
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 78c0953f5cb Fix unused variable warning.
new 75f7e7d6c0d [ARM] Re-commit r324600 with fixed LLVMBuild.txt
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/Disassembler/ARMDisassembler.cpp | 11 ++---------
lib/Target/ARM/Disassembler/LLVMBuild.txt | 2 +-
test/MC/Disassembler/ARM/invalid-armv7.txt | 18 +++++++++++++++++-
test/MC/Disassembler/ARM/invalid-thumbv7.txt | 17 ++++++++++++++++-
4 files changed, 36 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 release_60
in repository clang.
from 39e7ed2534 Merging r324419: ------------------------------------------- [...]
new 9524f2ccfe Merging r324514: ------------------------------------------- [...]
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/Sema/SemaChecking.cpp | 10 ++++++++++
test/Sema/compare.c | 13 +++++++++++++
2 files changed, 23 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 clang.
from 65ae7c117d Fix for #31362 - ms_abi is implemented incorrectly for value [...]
new 9a33e2aa22 [Parser][FixIt] Better diagnostics for "typedef" instead of [...]
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/Basic/DiagnosticParseKinds.td | 3 +++
lib/Parse/ParseTemplate.cpp | 14 +++++++++++
test/CXX/temp/temp.param/p2.cpp | 28 +++++++++++-----------
.../fixit-typedef-instead-of-typename-typo.cpp | 16 +++++++++++++
4 files changed, 47 insertions(+), 14 deletions(-)
create mode 100644 test/FixIt/fixit-typedef-instead-of-typename-typo.cpp
--
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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 7ef4e32 Add lava helper script.
new 82d551a build-linux.sh: Use new lava-boot.py script.
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:
build-linux.sh | 98 ++++++----------------------------------------------------
1 file changed, 10 insertions(+), 88 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 489e061 build-linux.sh: Handle build error more nicely.
new 7ef4e32 Add lava helper script.
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:
lava-boot.py | 279 +++++++++++++++++++++
.../arndale.jinja2 | 45 ++--
.../beaglebone-black.jinja2 | 15 +-
share/config.yaml | 6 +
.../pandaboard.jinja2 | 37 ++-
5 files changed, 328 insertions(+), 54 deletions(-)
create mode 100644 lava-boot.py
copy tcwg-linux-lava-job-definition.yaml => share/arndale.jinja2 (53%)
copy tcwg-linux-lava-job-definition.yaml => share/beaglebone-black.jinja2 (81%)
create mode 100644 share/config.yaml
copy tcwg-linux-lava-job-definition.yaml => share/pandaboard.jinja2 (55%)
--
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 879372e3661 [InstCombine] Improve mul(x, pow2) -> shl combine for vecto [...]
new 35aa696084a Revert r324600 as it breaks a buildbot
new 78c0953f5cb Fix unused variable warning.
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/ARM/Disassembler/ARMDisassembler.cpp | 11 +++++++++--
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp | 2 +-
test/MC/Disassembler/ARM/invalid-armv7.txt | 18 +-----------------
test/MC/Disassembler/ARM/invalid-thumbv7.txt | 17 +----------------
4 files changed, 12 insertions(+), 36 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 03662ff6197 [x86] Add test/CodeGen/X86/vmaskmov-offset.ll. NFC.
new 879372e3661 [InstCombine] Improve mul(x, pow2) -> shl combine for vecto [...]
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:
.../InstCombine/InstCombineMulDivRem.cpp | 38 ++++++++++++----------
test/Transforms/InstCombine/apint-mul1.ll | 2 +-
test/Transforms/InstCombine/apint-mul2.ll | 2 +-
3 files changed, 23 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 gcc.
from a57962119d9 2018-02-08 Richard Biener <rguenther(a)suse.de>
new 9346305fd8c Simplify LRA lowpart subreg fix
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/lra-constraints.c | 16 ++--------------
2 files changed, 8 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.