This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 81179c2 2016-06-16 François Dumont <fdumont(a)gcc.gnu.org>
new 60b33cd Add Michael Collison with Write After Approval
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 | 4 ++++
MAINTAINERS | 1 +
2 files changed, 5 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 hjl/no-plt/gcc-6-branch
in repository gcc.
discards 2083bd1 Default to -fno-plt
discards e3e6e1d Call ___tls_get_addr via GOT for GNU TLS if possible
discards aec739c Check if x86 ld supports calling ___tls_get_addr via GOT
discards 151eb48 i386: Load external function address via GOT slot
discards 43b1dd7 i386: Generate R_386_GOT32X relocation for -fno-plt
discards cef399f Check if x86 as/ld support R_386_GOT32X relocation
discards f883876 x86-64: Load external function address via GOT slot
adds 4d8631c Daily bump.
adds ff7bba3 Backport from mainline 2016-04-30 Rainer Orth <ro@CeBiTec [...]
adds 59b4cc6 2016-06-15 David Edelsohn <dje.gcc(a)gmail.com>
adds 954fe6a 2016-06-15 Andreas Tobler <andreast(a)gcc.gnu.org>
adds cbf5f1a Daily bump.
adds e0c2626 * config/i386/i386.md (setcc + movzbl peephole2): Use reg_se [...]
adds 1355a19 PR target/71554 * gcc.c-torture/execute/pr71554.c: New test.
adds e58867f 2016-06-16 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new e0b9a46 x86-64: Load external function address via GOT slot
new 0b4dd52 Check if x86 as/ld support R_386_GOT32X relocation
new 09840d2 i386: Generate R_386_GOT32X relocation for -fno-plt
new 4b0304e i386: Load external function address via GOT slot
new b2be4f6 Check if x86 ld supports calling ___tls_get_addr via GOT
new 83240e8 Call ___tls_get_addr via GOT for GNU TLS if possible
new ae398ed Default to -fno-plt
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 (2083bd1)
\
N -- N -- N refs/heads/hjl/no-plt/gcc-6-branch (ae398ed)
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 7 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:
fixincludes/ChangeLog | 15 ++
fixincludes/fixincl.x | 182 ++++++++++++++++++++-
fixincludes/inclhack.def | 42 +++++
fixincludes/tests/base/stdlib.h | 20 +++
gcc/ChangeLog | 21 +++
gcc/DATESTAMP | 2 +-
gcc/config/arm/freebsd.h | 4 +
gcc/config/darwin.h | 1 +
gcc/config/i386/i386.c | 3 +
gcc/config/i386/i386.md | 6 +-
gcc/config/i386/predicates.md | 8 +-
gcc/testsuite/ChangeLog | 13 ++
gcc/testsuite/gcc.c-torture/execute/pr71554.c | 28 ++++
.../gcc.target/i386/{pr67400-1.c => pr67400-6.c} | 10 +-
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c | 3 +-
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c | 3 +-
16 files changed, 340 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr71554.c
copy gcc/testsuite/gcc.target/i386/{pr67400-1.c => pr67400-6.c} (71%)
--
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 e0348ce Refactor and cleanup Assembly Parsing / Lexing
new 60eee05 [EarlyCSE] Fold invariant loads
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/Scalar/EarlyCSE.cpp | 30 ++++++---
test/Transforms/EarlyCSE/invariant-loads.ll | 99 +++++++++++++++++++++++++++++
2 files changed, 121 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/EarlyCSE/invariant-loads.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 llvm.
from c0e47a8 [libFuzzer] use the new chainable malloc hooks instead of the [...]
new e0348ce Refactor and cleanup Assembly Parsing / Lexing
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/MC/MCParser/AsmLexer.h | 11 +-
include/llvm/MC/MCParser/MCAsmLexer.h | 8 +-
lib/MC/MCParser/AsmLexer.cpp | 137 ++++++++++++----------
lib/MC/MCParser/AsmParser.cpp | 88 ++++++--------
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 4 +-
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 25 ++--
lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 2 +-
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 2 +-
test/MC/AsmParser/hash-directive.s | 23 ++++
9 files changed, 165 insertions(+), 135 deletions(-)
create mode 100644 test/MC/AsmParser/hash-directive.s
--
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 8d4ada1 doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo
new 81179c2 2016-06-16 François Dumont <fdumont(a)gcc.gnu.org>
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:
libstdc++-v3/ChangeLog | 21 +++++++++++++++
libstdc++-v3/include/bits/stl_deque.h | 30 +++++++++++++++++++---
libstdc++-v3/include/bits/stl_vector.h | 37 ++++++++++++++++++++++-----
libstdc++-v3/include/debug/assertions.h | 32 +++++++++++++++++------
libstdc++-v3/include/debug/debug.h | 17 ------------
libstdc++-v3/include/debug/helper_functions.h | 1 +
6 files changed, 103 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 openmp.
from c1cd14f Teach OpenMP Library to use Hwloc on Windows
new e82ed9c Change hwloc discovery algorithm to print topology only for 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:
runtime/src/kmp_affinity.cpp | 46 ++++++++++++++++++++++++++++----------------
1 file changed, 29 insertions(+), 17 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 4736789 Fix strip-dead-debug-info test if path contains "bar".
new c0e47a8 [libFuzzer] use the new chainable malloc hooks instead of the [...]
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/Fuzzer/FuzzerExtFunctions.def | 4 +++
lib/Fuzzer/FuzzerLoop.cpp | 56 ++++++++++++++++--------------------
lib/Fuzzer/test/fuzzer-threaded.test | 11 +++----
3 files changed, 32 insertions(+), 39 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 openmp.
from 7ffaa1b Reduce perf impact of redundant ittnotify calls
new e5a6ff3 Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map()
new 24cb1f2 Fix for crash in task dependencies
new c1cd14f Teach OpenMP Library to use Hwloc on Windows
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:
runtime/cmake/config-ix.cmake | 29 +++++++++--------
runtime/src/kmp.h | 70 ++++++++++++++++++++++-------------------
runtime/src/kmp_affinity.cpp | 2 ++
runtime/src/kmp_ftn_entry.h | 4 +--
runtime/src/kmp_global.c | 9 +++---
runtime/src/kmp_taskdeps.cpp | 2 +-
runtime/src/z_Windows_NT_util.c | 67 +++++++++++++++++++++++++++++++++------
7 files changed, 119 insertions(+), 64 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 a75f8f5 [DebugInfo] Put the vftable index in the debug info
new 9ff2a18 Minor fixes for miamcpu-opt.c test
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:
test/Driver/miamcu-opt.c | 15 +++++++++------
1 file changed, 9 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 zorg.
from cd45f79 Make sure cmake flags are used in both kinds of builds
new 9c295f0 Allow merge build requests for builder llvm-clang-lld-x86_64- [...]
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:
buildbot/osuosl/master/config/builders.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.