This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4dacf84570e [mips] Add missing tests from rL315451
new 804feefa211 [RISCV] Fix build after r315327
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/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 5 +++--
lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 6 ++++--
lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h | 5 +++--
3 files changed, 10 insertions(+), 6 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 3e208191803 2017-10-11 Paolo Carlini <paolo.carlini(a)oracle.com>
new eecb88f26fe * g++.dg/cpp/string-3.C: Fix dg-final.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/cpp/string-3.C | 2 +-
2 files changed, 5 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 2b88f1857e8 [mips] Add support for parsing target specific flags for MIR
new 4dacf84570e [mips] Add missing tests from rL315451
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:
.../Mips/mirparser/target-flags-pic-mxgot-tls.mir | 275 +++++++++++++++++++++
.../Mips/mirparser/target-flags-pic-o32.mir | 95 +++++++
test/CodeGen/Mips/mirparser/target-flags-pic.mir | 98 ++++++++
.../Mips/mirparser/target-flags-static-tls.mir | 236 ++++++++++++++++++
4 files changed, 704 insertions(+)
create mode 100644 test/CodeGen/Mips/mirparser/target-flags-pic-mxgot-tls.mir
create mode 100644 test/CodeGen/Mips/mirparser/target-flags-pic-o32.mir
create mode 100644 test/CodeGen/Mips/mirparser/target-flags-pic.mir
create mode 100644 test/CodeGen/Mips/mirparser/target-flags-static-tls.mir
--
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 04914e3707 Display more information when decoding DW_AT_endianity, DW_A [...]
new 8f314ad58e Rename _doprnt -> _bfd_doprnt to fix DJGPP bfd build (and li [...]
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/ChangeLog | 6 ++++++
bfd/bfd.c | 13 +++++++------
2 files changed, 13 insertions(+), 6 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.
Yvan Roux pushed a change to branch master
in repository toolchain/backflip.
from 445fbe9 Print rev number that failed to backport when running in non- [...]
new a165c8f FSF branch merge 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:
fsfmerge.sh | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
create mode 100755 fsfmerge.sh
--
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 2b8fac8aee Revert r314955: "Remove PendingBody mechanism for function a [...]
new 41ca94e922 [clang-rename] Don't add prefix qualifiers to the declaratio [...]
new caaaf1b95e [OpenCL] Allow function declaration with empty argument list.
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/Parse/ParseDecl.cpp | 3 +-
lib/Sema/SemaType.cpp | 3 +-
lib/Tooling/Refactoring/Rename/USRLocFinder.cpp | 75 ++++++++++++++++---------
test/SemaOpenCL/func.cl | 5 +-
test/SemaOpenCL/invalid-pipes-cl2.0.cl | 2 +-
unittests/Rename/RenameClassTest.cpp | 24 ++++----
6 files changed, 68 insertions(+), 44 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 7c1fbc09c9d llvm/module.modulemap: Create LLVM_MC_TableGen. It is used [...]
new 2b88f1857e8 [mips] Add support for parsing target specific flags for MIR
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/Mips/MipsInstrInfo.cpp | 36 ++++++++++++++++++++++++++++++++++++
lib/Target/Mips/MipsInstrInfo.h | 6 ++++++
2 files changed, 42 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 0b9ad079a09 [NFC] Fix variables used only for assert in GVN
new 933d4a5ed6e llvm/module.modulemap: Move Support_TargetRegistry to let L [...]
new 7c1fbc09c9d llvm/module.modulemap: Create LLVM_MC_TableGen. It is used [...]
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:
include/llvm/module.modulemap | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 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/2.25/master
in repository glibc.
from 864ea5f657 Fix cast-after-dereference
new 595f287ae0 Synchronize support/ infrastructure with master
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:
support/Makefile | 1 +
support/namespace.h | 11 ++++++++---
support/support_chroot.c | 32 +++++++++++++++++++++---------
support/support_format_hostent.c | 14 ++++++++++----
support/{xdup2.c => xdlfcn.c} | 42 ++++++++++++++++++++++++++++++++++------
support/{xdup2.c => xdlfcn.h} | 24 ++++++++++++++---------
6 files changed, 93 insertions(+), 31 deletions(-)
copy support/{xdup2.c => xdlfcn.c} (54%)
copy support/{xdup2.c => xdlfcn.h} (66%)
--
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 7fa29be949 Remove unnecessary parentheses in declarations
new 04914e3707 Display more information when decoding DW_AT_endianity, DW_A [...]
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:
binutils/ChangeLog | 14 +++
binutils/dwarf.c | 70 ++++++++++-
binutils/testsuite/binutils-all/dwarf-attributes.S | 133 +++++++++++++++++++++
binutils/testsuite/binutils-all/dwarf-attributes.W | 49 ++++++++
binutils/testsuite/binutils-all/readelf.exp | 23 +++-
5 files changed, 283 insertions(+), 6 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/dwarf-attributes.S
create mode 100644 binutils/testsuite/binutils-all/dwarf-attributes.W
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.