This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from f15a23d Include version string into ".comment" section.
new 9f17488 Make the .idata$4 and .idata$5 import lib sections 8 bytes on x64
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:
COFF/Librarian.cpp | 35 ++++++++++++++++++++---------------
1 file changed, 20 insertions(+), 15 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 48fbf5c [Support] Improve flexibility of binary blob formatter.
new 67e7880 Fix initialization order error.
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/Format.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 master
in repository lld.
from 96c7a8b [LTO] Call llvm_shutdown on early exit.
new f15a23d Include version string into ".comment" section.
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/SyntheticSections.cpp | 37 +++++++++++++++++++++++++++++
ELF/SyntheticSections.h | 1 +
ELF/Writer.cpp | 2 ++
test/ELF/aarch64-gnu-ifunc.s | 2 +-
test/ELF/basic-aarch64.s | 36 ++++++++++++++++++++--------
test/ELF/basic-mips.s | 36 ++++++++++++++++++++--------
test/ELF/basic-ppc.s | 44 +++++++++++++++++++++++++----------
test/ELF/basic.s | 36 ++++++++++++++++++++--------
test/ELF/basic32.s | 36 ++++++++++++++++++++--------
test/ELF/basic64be.s | 39 +++++++++++++++++++++++--------
test/ELF/build-id.s | 10 +++-----
test/ELF/comment-gc.s | 3 ++-
test/ELF/gnu-ifunc-i386.s | 2 +-
test/ELF/gnu-ifunc.s | 2 +-
test/ELF/linkerscript/sections-keep.s | 14 ++++++-----
test/ELF/linkerscript/sections-sort.s | 7 +++---
test/ELF/linkerscript/sections.s | 30 +++++++++++++-----------
test/ELF/linkerscript/wildcards.s | 21 ++++++++++-------
test/ELF/pie.s | 6 ++---
test/ELF/relocatable-bss.s | 2 +-
test/ELF/relocatable.s | 12 +++++-----
test/ELF/section-name.s | 7 +++---
test/ELF/shared.s | 2 +-
test/ELF/string-table.s | 5 ++--
test/lit.cfg | 3 +++
25 files changed, 275 insertions(+), 120 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 ab792ca [PDB] Begin adding documentation for the PDB file format.
new 48fbf5c [Support] Improve flexibility of binary blob formatter.
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/Format.h | 47 +++++-----
include/llvm/Support/raw_ostream.h | 6 +-
lib/Support/ScopedPrinter.cpp | 39 ++-------
lib/Support/raw_ostream.cpp | 83 +++++++++++-------
unittests/Support/raw_ostream_test.cpp | 156 ++++++++++++++++-----------------
5 files changed, 162 insertions(+), 169 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 glibc.
from 3e06601 Consolidate Linux access implementation
new 0a557c1 Fix sh4 build with __ASSUME_ST_INO_64_BIT redefinition
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:
ChangeLog | 3 +++
sysdeps/unix/sysv/linux/sh/kernel-features.h | 5 +++++
2 files changed, 8 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 5d3bdca Add -Wduplicate-protocol for existing diagnostic
new f95d680 Correcting a documentation formatting bug; NFC.
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/AttrDocs.td | 6 +++---
1 file changed, 3 insertions(+), 3 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 lld.
from 115e1ef Replace duplicated '16' with a named constant.
new 96c7a8b [LTO] Call llvm_shutdown on early exit.
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/Error.cpp | 7 +++++++
test/ELF/lto/timepasses.ll | 13 +++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 test/ELF/lto/timepasses.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 gcc.
from b851b8f PR rtl-optimization/78241 * loop-unroll.c (unroll_loop_runt [...]
new 3c57e93 [gcc] 2016-11-10 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 60 ++++
gcc/config/rs6000/rs6000.c | 56 +++-
gcc/config/rs6000/rs6000.md | 311 ++++++++++++++-------
gcc/config/rs6000/vsx.md | 143 ++++------
gcc/testsuite/ChangeLog | 12 +
gcc/testsuite/gcc.target/powerpc/p9-extract-1.c | 2 +-
.../powerpc/{vsx-simode.c => vsx-himode.c} | 16 +-
.../powerpc/{vsx-simode2.c => vsx-himode2.c} | 8 +-
.../powerpc/{vsx-simode3.c => vsx-himode3.c} | 16 +-
.../powerpc/{vsx-simode.c => vsx-qimode.c} | 16 +-
.../powerpc/{vsx-simode2.c => vsx-qimode2.c} | 8 +-
.../powerpc/{vsx-simode3.c => vsx-qimode3.c} | 16 +-
12 files changed, 426 insertions(+), 238 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{vsx-simode.c => vsx-himode.c} (52%)
copy gcc/testsuite/gcc.target/powerpc/{vsx-simode2.c => vsx-himode2.c} (68%)
copy gcc/testsuite/gcc.target/powerpc/{vsx-simode3.c => vsx-himode3.c} (52%)
copy gcc/testsuite/gcc.target/powerpc/{vsx-simode.c => vsx-qimode.c} (51%)
copy gcc/testsuite/gcc.target/powerpc/{vsx-simode2.c => vsx-qimode2.c} (68%)
copy gcc/testsuite/gcc.target/powerpc/{vsx-simode3.c => vsx-qimode3.c} (51%)
--
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 e13ecb7 [opt-viewer] Avoid duplicated remarks
new ab792ca [PDB] Begin adding documentation for the PDB file format.
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/PDB/DbiStream.rst | 3 +
docs/PDB/GlobalStream.rst | 3 +
docs/PDB/HashStream.rst | 3 +
docs/PDB/ModiStream.rst | 3 +
docs/PDB/MsfFile.rst | 121 +++++++++++++++++++++++++++++++++++
docs/PDB/PdbStream.rst | 3 +
docs/PDB/PublicStream.rst | 3 +
docs/PDB/TpiStream.rst | 3 +
docs/PDB/index.rst | 160 ++++++++++++++++++++++++++++++++++++++++++++++
docs/index.rst | 4 ++
10 files changed, 306 insertions(+)
create mode 100644 docs/PDB/DbiStream.rst
create mode 100644 docs/PDB/GlobalStream.rst
create mode 100644 docs/PDB/HashStream.rst
create mode 100644 docs/PDB/ModiStream.rst
create mode 100644 docs/PDB/MsfFile.rst
create mode 100644 docs/PDB/PdbStream.rst
create mode 100644 docs/PDB/PublicStream.rst
create mode 100644 docs/PDB/TpiStream.rst
create mode 100644 docs/PDB/index.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 zorg.
from 7f86277 Remove libcxx/compiler-rt from build process
new 04dbff2 Add timestamp to build.py footer
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:
zorg/jenkins/build.py | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.