This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4a57ae2569f * i386.c (ix86_multiplication_cost, ix86_division_cost, i [...]
new 92565bd752b Use rcrt1.o%s/grcrt1.o%s to relocate static PIE
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 | 5 +++++
gcc/config/gnu-user.h | 5 +++--
2 files changed, 8 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 llvm.
from 3c60df7cceb [ThinLTO] Remove too aggressive assertion in building funct [...]
new f54bfed5d2c [X86] Merge scheduling tests for SHLD/SHRD
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/CodeGen/X86/schedule-x86_64.ll | 249 ++++++++++++++----------------------
1 file changed, 93 insertions(+), 156 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 39107fc2248 Try to fix the windows build.
new 3c60df7cceb [ThinLTO] Remove too aggressive assertion in building funct [...]
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/Analysis/ModuleSummaryAnalysis.cpp | 5 +++--
test/Bitcode/thinlto-function-summary-callgraph-cast.ll | 16 ++++++++++++++--
2 files changed, 17 insertions(+), 4 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 36ff1ba8ff [OPENMP] Codegen for `target simd` construct.
new a152131020 clang-format: remove trailing lines in lamdas and arrow functions.
new ffc5930a5c [AST] Partially revert r318341 to fix two broken tests on ll [...]
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/clang/AST/Expr.h | 583 +++++++++++++---------------------
lib/AST/Expr.cpp | 188 +++++------
lib/Format/ContinuationIndenter.cpp | 12 +-
lib/Format/UnwrappedLineFormatter.cpp | 3 +
unittests/Format/FormatTest.cpp | 22 +-
unittests/Format/FormatTestJS.cpp | 11 +
6 files changed, 337 insertions(+), 482 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 binutils-gdb.
from ced9779b4c (Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)
new 5c63242595 Make output_thread_groups take an std::vector<int>
new 37269bc92c Make open_fds an std::vector
new f27866ba9c Make process_info::syscalls_to_catch an std::vector
new 7468702dcb Remove DEF_VEC_I (int)
The 4 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:
gdb/ChangeLog | 17 +++++++++++++++++
gdb/breakpoint.c | 17 +++++++----------
gdb/common/filestuff.c | 30 +++++++++++-------------------
gdb/common/gdb_vecs.h | 2 --
gdb/gdbserver/ChangeLog | 11 +++++++++++
gdb/gdbserver/inferiors.c | 8 ++------
gdb/gdbserver/inferiors.h | 20 ++++++++++++--------
gdb/gdbserver/linux-low.c | 19 ++++++++-----------
gdb/gdbserver/server.c | 6 +++---
9 files changed, 71 insertions(+), 59 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 7ae0128a031 * predict.c (determine_unlikely_bbs): Set cgraph node coun [...]
new 4a57ae2569f * i386.c (ix86_multiplication_cost, ix86_division_cost, i [...]
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 | 8 +
gcc/config/i386/i386.c | 422 +++++++++++++++-------
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/i386/xop-imul64-vector.c | 2 +-
4 files changed, 306 insertions(+), 130 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 58da69133b Indent code blocks so they are actually treated as such
new 36ff1ba8ff [OPENMP] Codegen for `target simd` construct.
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/Basic/OpenMPKinds.cpp | 4 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 4 +
lib/CodeGen/CGStmtOpenMP.cpp | 178 +++++++++--------
lib/CodeGen/CodeGenFunction.h | 16 +-
lib/Sema/SemaOpenMP.cpp | 13 +-
...arallel_codegen.cpp => target_simd_codegen.cpp} | 220 ++++++---------------
...on.cpp => target_simd_codegen_registration.cpp} | 22 +--
...=> target_simd_codegen_registration_naming.cpp} | 6 +-
8 files changed, 198 insertions(+), 265 deletions(-)
copy test/OpenMP/{target_parallel_codegen.cpp => target_simd_codegen.cpp} (71%)
copy test/OpenMP/{target_parallel_for_codegen_registration.cpp => target_simd_code [...]
copy test/OpenMP/{target_parallel_for_codegen_registration_naming.cpp => target_si [...]
--
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 ebc0ffe8fd8 Use TempFile in dsymutil.
new 39107fc2248 Try to fix the windows build.
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/dsymutil/dsymutil.cpp | 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 binutils-gdb.
from 3cfd3dd095 Fix a memory leak when processing archives.
new ced9779b4c (Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)
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:
gdb/ChangeLog | 13 +++++
gdb/ada-lang.c | 67 +++++++++++++++++++---
gdb/eval.c | 6 +-
gdb/testsuite/ChangeLog | 4 ++
.../gdb.ada/{rec_comp.exp => minsyms.exp} | 22 ++++---
.../foo.adb => minsyms/foo_qb07_057.adb} | 9 ++-
.../{info_locals_renaming => minsyms}/pck.adb | 4 +-
.../foo_p708_025.adb => minsyms/pck.ads} | 14 ++---
gdb/value.h | 9 +++
9 files changed, 113 insertions(+), 35 deletions(-)
copy gdb/testsuite/gdb.ada/{rec_comp.exp => minsyms.exp} (58%)
copy gdb/testsuite/gdb.ada/{fullname_bp/foo.adb => minsyms/foo_qb07_057.adb} (84%)
copy gdb/testsuite/gdb.ada/{info_locals_renaming => minsyms}/pck.adb (87%)
copy gdb/testsuite/gdb.ada/{scoped_watch/foo_p708_025.adb => minsyms/pck.ads} (80%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.