This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 298455f [Cortex-M0] Atomic lowering
new 4373dd0 [Support] Fix a segfault in llvm::Expected.
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/Support/Error.h | 4 ++--
1 file changed, 2 insertions(+), 2 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 clang.
from ca5764a Add debug info support for C++11 inline namespaces.
new 6fdc22e Remove the unused POLLY_LINK_LIBS for linking polly into clang
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:
tools/driver/CMakeLists.txt | 5 -----
1 file changed, 5 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 00b62fb Add support for the ARM_THREAD_STATE64 and in llvm-objdump fo [...]
new 298455f [Cortex-M0] Atomic lowering
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/ARMISelLowering.cpp | 17 +++++++++++++----
lib/Target/ARM/ARMSubtarget.cpp | 4 +---
test/CodeGen/ARM/atomic-op.ll | 39 +++++++++++++++++++++++++++++++++++++-
3 files changed, 52 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from aed5945 config/gdb[server].conf: Update default GDB version from 7.11 [...]
new 833c70b Remove obsolete scripts. TCWG-903.
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:
scripts/Backport.job | 64 -----
scripts/BuildFarm.job | 57 -----
scripts/fedora_lsb_install.sh | 64 -----
scripts/report.sh | 580 ------------------------------------------
scripts/slave.sh | 60 -----
scripts/ssh-config.txt | 223 ----------------
sum2junit.sh | 138 ----------
tcwgweb.sh | 319 -----------------------
validate.sh | 101 --------
9 files changed, 1606 deletions(-)
delete mode 100755 scripts/Backport.job
delete mode 100755 scripts/BuildFarm.job
delete mode 100755 scripts/fedora_lsb_install.sh
delete mode 100755 scripts/report.sh
delete mode 100644 scripts/slave.sh
delete mode 100644 scripts/ssh-config.txt
delete mode 100755 sum2junit.sh
delete mode 100755 tcwgweb.sh
delete mode 100755 validate.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 lld.
from 9679b69 Simplify now that this is only used for global symbols.
new a13896b Always use parallel_for_each because it falls back to std::for_each.
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:
ELF/OutputSections.cpp | 9 ++-------
1 file changed, 2 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 gcc.
from df65035 Use type_hash_eq langhook in check_qualified_type.
new 2034deb PR debug/28767 PR debug/56974 * langhooks.h (struct lang_h [...]
new ba1e3b8 2016-11-03 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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:
gcc/ChangeLog | 35 ++++++++++++
gcc/config/rs6000/rs6000.h | 5 +-
gcc/config/rs6000/rs6000.md | 4 +-
gcc/cp/ChangeLog | 17 ++++++
gcc/cp/cp-objcp-common.c | 56 ++++++++++++++----
gcc/cp/cp-objcp-common.h | 8 ++-
gcc/dwarf2out.c | 81 ++++++++++++++++++++++-----
gcc/langhooks-def.h | 5 +-
gcc/langhooks.c | 9 +++
gcc/langhooks.h | 4 ++
gcc/testsuite/ChangeLog | 23 ++++++--
gcc/testsuite/g++.dg/debug/dwarf2/ptrdmem-1.C | 9 +++
gcc/testsuite/g++.dg/debug/dwarf2/ref-3.C | 56 ++++++++++++++++++
gcc/testsuite/g++.dg/debug/dwarf2/ref-4.C | 11 ++++
gcc/testsuite/g++.dg/debug/dwarf2/refqual-1.C | 17 ++++++
gcc/testsuite/g++.dg/debug/dwarf2/refqual-2.C | 17 ++++++
16 files changed, 322 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/ptrdmem-1.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/ref-3.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/ref-4.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/refqual-1.C
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/refqual-2.C
--
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 e8078b2 NFC - Test commit.
new 00b62fb Add support for the ARM_THREAD_STATE64 and in llvm-objdump fo [...]
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/Support/MachO.h | 22 ++++++
lib/Object/MachOObjectFile.cpp | 19 +++++
.../AArch64/Inputs/thread.macho-aarch64} | Bin 396 -> 320 bytes
.../llvm-objdump/AArch64/macho-print-thread.test | 19 +++++
tools/llvm-objdump/MachODump.cpp | 84 +++++++++++++++++++++
5 files changed, 144 insertions(+)
copy test/{Object/Inputs/macho-invalid-unixthread-more-than-one => tools/llvm-objd [...]
create mode 100644 test/tools/llvm-objdump/AArch64/macho-print-thread.test
--
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 lld.
from 075c361 Update for llvm change.
new 610a231 Now that the ELFFile constructor does nothing, create it when [...]
new 9679b69 Simplify now that this is only used for global symbols.
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:
ELF/ICF.cpp | 8 ++++----
ELF/InputFiles.cpp | 39 +++++++++++++++++++--------------------
ELF/InputFiles.h | 8 ++++----
ELF/InputSection.cpp | 2 +-
ELF/MarkLive.cpp | 4 ++--
ELF/OutputSections.cpp | 2 +-
ELF/Relocations.cpp | 6 +++---
7 files changed, 34 insertions(+), 35 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 6a44556 Don't error in the ELFFile constructor.
new e8078b2 NFC - Test commit.
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/PowerPC/README.txt | 1 -
1 file changed, 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.
Yvan Roux pushed a change to branch linaro-local/yvan-2575-fix
in repository toolchain/gcc.
discards e0d46d5 Fix BZ 2575
new e614fcd Fix BZ 2575
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e0d46d5)
\
N -- N -- N refs/heads/linaro-local/yvan-2575-fix (e614fcd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/g++.dg/pr78201.C | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/pr78201.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.