This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allnoconfig
in repository toolchain/gcc.
from 9dc1dd15af0 PR ada/81878 Revert 2018-11-02 Tamar Christina <tamar. [...]
adds 83b59281b5a Daily bump.
No new revisions were added by this update.
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 b7a96d6f835 RegAllocFast: Leave unassigned virtreg entries in map
new 1f633af49eb Introduce bug life cycle documentation.
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:
docs/BugLifeCycle.rst | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++
docs/Phabricator.rst | 6 +++
docs/index.rst | 4 ++
3 files changed, 150 insertions(+)
create mode 100644 docs/BugLifeCycle.rst
--
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 c1af8d58768 Add support for Loongson MMI instructions.
new 9ae8553d4ec Add support for Loongson EXT instructions.
new 14ae3f09b9b Add support for Loongson EXT2 instructions.
new 6df30e9ff18 Add support for Loongson 3A1000 processor.
The 3 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 | 56 +++++++++++
gcc/config/mips/gs464.md | 137 ++++++++++++++++++++++++++
gcc/config/mips/loongson3a.md | 137 --------------------------
gcc/config/mips/mips-cpus.def | 3 +-
gcc/config/mips/mips-protos.h | 1 +
gcc/config/mips/mips-tables.opt | 19 ++--
gcc/config/mips/mips.c | 34 ++++++-
gcc/config/mips/mips.h | 44 +++++++--
gcc/config/mips/mips.md | 65 +++++++++---
gcc/config/mips/mips.opt | 8 ++
gcc/doc/invoke.texi | 16 ++-
gcc/testsuite/ChangeLog | 14 +++
gcc/testsuite/gcc.target/mips/loongson-ctz.c | 11 +++
gcc/testsuite/gcc.target/mips/loongson-dctz.c | 11 +++
gcc/testsuite/gcc.target/mips/mips.exp | 3 +
15 files changed, 387 insertions(+), 172 deletions(-)
create mode 100644 gcc/config/mips/gs464.md
delete mode 100644 gcc/config/mips/loongson3a.md
create mode 100644 gcc/testsuite/gcc.target/mips/loongson-ctz.c
create mode 100644 gcc/testsuite/gcc.target/mips/loongson-dctz.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.