This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 45d8a19 S/390: Disable scalar vector instructions with -mno-vx.
new 1870897 gcc/
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 | 9 ++++++++
gcc/testsuite/ChangeLog | 8 +++++++
gcc/testsuite/gcc.dg/torture/pr70935.c | 39 ++++++++++++++++++++++++++++++++++
gcc/tree-ssa-loop-unswitch.c | 6 ++++++
4 files changed, 62 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70935.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 clang.
from 8158e8b [Clang][AVX512] completing missing intrinsics [load/store]
new 5d9c8e6 Remove unused diagnostic. 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/DiagnosticSemaKinds.td | 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.
unknown user pushed a change to branch master
in repository llvm.
from 27af205 Restore "[ThinLTO] Emit individual index files for distribute [...]
new 50b2db8 [docs] Fix unexpected indentation in HowToCrossCompileLLVM.rst
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/HowToCrossCompileLLVM.rst | 3 +++
1 file changed, 3 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 598682f [docs] Change CrossCompilation guidde to reflect changes in C [...]
new 27af205 Restore "[ThinLTO] Emit individual index files for distribute [...]
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/Bitcode/ReaderWriter.h | 8 +-
include/llvm/LTO/ThinLTOCodeGenerator.h | 9 +-
include/llvm/Transforms/IPO/FunctionImport.h | 16 ++
lib/Bitcode/Writer/BitcodeWriter.cpp | 286 ++++++++++++++++-----
lib/LTO/ThinLTOCodeGenerator.cpp | 23 ++
lib/Transforms/IPO/FunctionImport.cpp | 27 ++
.../X86/Inputs/distributed_indexes.ll} | 0
test/ThinLTO/X86/distributed_indexes.ll | 47 ++++
test/tools/gold/X86/thinlto.ll | 36 ++-
tools/gold/gold-plugin.cpp | 101 +++++---
tools/llvm-lto/llvm-lto.cpp | 35 +++
11 files changed, 484 insertions(+), 104 deletions(-)
copy test/{tools/llvm-lto/Inputs/thinlto.ll => ThinLTO/X86/Inputs/distributed_inde [...]
create mode 100644 test/ThinLTO/X86/distributed_indexes.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 lldb.
from 6e67ee8 Fix race in TestExitDuringStep and unify pseudo_barrier handling
new db439df Fix SymbolFilePDBTests.cpp
new 6c30fa8 Fix logging in Listener.cpp
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:
source/Core/Listener.cpp | 10 +++++----
unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 29 +++++++++++++------------
2 files changed, 21 insertions(+), 18 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 d614888 2016-05-10 Richard Biener <rguenther(a)suse.de>
new abf93a2 Add debugging ruler to diagnostic-show-locus.c
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/diagnostic-show-locus.c | 39 ++++++++++++++++++++++
gcc/diagnostic.h | 4 +++
gcc/testsuite/ChangeLog | 10 ++++++
.../gcc.dg/plugin/diagnostic-test-show-locus-bw.c | 3 ++
.../plugin/diagnostic-test-show-locus-color.c | 3 ++
.../plugin/diagnostic_plugin_test_show_locus.c | 2 ++
7 files changed, 69 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 gcc.
from 140a4ed Add rudimentary support for atomics on RX. It is implemented [...]
new 50e15ef libstdc++/71036 Handle EEXIST in filesystem::create_directory
new dbca5ed * gcc.dg/nested-func-10.c: Requires alloca. * gcc.dg/nested [...]
new 49003a7 Optimize __directory_iterator_proxy for the common case
new d614888 2016-05-10 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 8 +++++
gcc/testsuite/ChangeLog | 15 ++++++++
gcc/testsuite/gcc.c-torture/compile/pr70199.c | 3 ++
gcc/testsuite/gcc.c-torture/execute/pr70460.c | 3 ++
gcc/testsuite/gcc.dg/nested-func-10.c | 1 +
gcc/testsuite/gcc.dg/nested-func-9.c | 1 +
gcc/testsuite/gcc.dg/torture/pr71039.c | 14 ++++++++
gcc/testsuite/gcc.target/nvptx/ary-init.c | 2 ++
gcc/testsuite/gcc.target/nvptx/decl.c | 1 +
gcc/testsuite/gcc.target/nvptx/trailing-init.c | 1 +
gcc/tree-ssa-phiprop.c | 21 +++++++++++
libstdc++-v3/ChangeLog | 8 +++++
libstdc++-v3/include/experimental/bits/fs_dir.h | 4 ++-
libstdc++-v3/src/filesystem/ops.cc | 12 ++++---
.../operations/{status.cc => create_directory.cc} | 41 +++++++++++-----------
15 files changed, 110 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71039.c
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{status.cc => creat [...]
--
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 cedf08d [OPENMP 4.5] Initial codegen for 'priority' clause in task-ba [...]
new 8158e8b [Clang][AVX512] completing missing intrinsics [load/store]
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/Headers/avx512fintrin.h | 133 +++++++++++++++++++++++++++++++++-----
test/CodeGen/avx512f-builtins.c | 137 ++++++++++++++++++++++++++++++++++++----
2 files changed, 242 insertions(+), 28 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 f00ba30 libstdc++/71037 Add base path to filesystem::canonical exceptions
new 140a4ed Add rudimentary support for atomics on RX. It is implemented [...]
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 | 20 +++++++
gcc/config/rx/rx-protos.h | 22 +++++++
gcc/config/rx/rx.c | 45 +++++++++++----
gcc/config/rx/rx.md | 142 +++++++++++++++++++++++++++++++++++++++++++++-
4 files changed, 217 insertions(+), 12 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 c5b59c2 [LAA] Use re-written SCEV expressions when computing distances
new 598682f [docs] Change CrossCompilation guidde to reflect changes in C [...]
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/HowToCrossCompileLLVM.rst | 49 ++++++++++++++++++++++++++++++++----------
1 file changed, 38 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.