This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from b14a1db Define va_list in stdio.h and wchar.h
new 51b669f Do not include wctype.h in wchar.h with _GNU_SOURCE
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:
newlib/libc/include/wchar.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 binutils-gdb.
from 3785f51 PR gold/20462: Fix bogus layout on ARM with linker script usi [...]
new 52c3c39 Warn if the sh_info field of a symbol table does not index th [...]
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:
binutils/ChangeLog | 6 ++++++
binutils/readelf.c | 5 +++++
2 files changed, 11 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 7079d57 Fix PR middle-end/71654 (missed shortening of a compare)
new b1abc23 2016-08-12 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 6 +++++
gcc/tree-predcom.c | 65 ++++++++++++++++++++++++++++++++++++++----------------
2 files changed, 52 insertions(+), 19 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 gcc-5-branch
in repository gcc.
from b3399fc Daily bump.
new 291cfde 2016-08-12 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 11 ++++++
gcc/testsuite/gcc.c-torture/execute/pr71083.c | 43 +++++++++++++++++++++++
gcc/testsuite/gnat.dg/loop_optimization23.adb | 14 ++++++++
gcc/testsuite/gnat.dg/loop_optimization23_pkg.adb | 11 ++++++
gcc/testsuite/gnat.dg/loop_optimization23_pkg.ads | 17 +++++++++
gcc/tree-predcom.c | 8 +++--
7 files changed, 110 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr71083.c
create mode 100644 gcc/testsuite/gnat.dg/loop_optimization23.adb
create mode 100644 gcc/testsuite/gnat.dg/loop_optimization23_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/loop_optimization23_pkg.ads
--
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 5ce39e3 Reapply [VFS] Skip non existent files from the VFS tree
new 647e473 [CUDA] Place GPU binary into .nv_fatbin section and align it by 8.
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/CodeGen/CGCUDANV.cpp | 11 ++++++++++-
test/CodeGenCUDA/device-stub.cu | 6 ++++--
2 files changed, 14 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 llvm.
from c94acb0 [WebAssembly] Plug MachineMemOperand leaks.
new ea5bf34 [PPC] Memoize getValueBits. 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:
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 84 ++++++++++++++++++++--------------
1 file changed, 49 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 clang-tools-extra.
from baf54f3 [clang-tidy] fix readability-else-after-return test
new b36d1a9 Analyze include order on a per-file basis.
new 66d119d Remove accidentally committed file.
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:
clang-tidy/llvm/IncludeOrderCheck.cpp | 130 +++++++++++----------
.../Inputs/Headers/{a.h => cross-file-a.h} | 0
.../Inputs/Headers/{a.h => cross-file-b.h} | 0
test/clang-tidy/Inputs/Headers/cross-file-c.h | 41 +++++++
test/clang-tidy/llvm-include-order.cpp | 5 +
5 files changed, 116 insertions(+), 60 deletions(-)
copy test/clang-tidy/Inputs/Headers/{a.h => cross-file-a.h} (100%)
copy test/clang-tidy/Inputs/Headers/{a.h => cross-file-b.h} (100%)
create mode 100644 test/clang-tidy/Inputs/Headers/cross-file-c.h
--
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 3d3a4a4 ADT: Remove stale header comments about next/prev after r278532
new a3e4fd5 [LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the number of w [...]
new c94acb0 [WebAssembly] Plug MachineMemOperand leaks.
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:
lib/Fuzzer/CMakeLists.txt | 2 +
lib/Fuzzer/FuzzerUtil.cpp | 4 -
lib/Fuzzer/FuzzerUtilDarwin.cpp | 148 +++++++++++++++++++++
.../FuzzerUtilLinux.cpp} | 24 ++--
lib/Fuzzer/test/fuzzer-jobs.test | 29 ++++
.../WebAssembly/WebAssemblyFrameLowering.cpp | 12 +-
6 files changed, 196 insertions(+), 23 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerUtilDarwin.cpp
copy lib/{Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp => Fuzzer/FuzzerUtilL [...]
create mode 100644 lib/Fuzzer/test/fuzzer-jobs.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 llvm.
from f74d382 Hide type trait from r278532 from MSVC
new 3d3a4a4 ADT: Remove stale header comments about next/prev after r278532
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/ADT/ilist.h | 18 +++---------------
1 file changed, 3 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 clang.
from a7362da CodeGen: Replace ThinLTO backend implementation with a client [...]
new 5ce39e3 Reapply [VFS] Skip non existent files from the VFS tree
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/VirtualFileSystem.cpp | 34 ++++++++++++++-----
test/VFS/Inputs/Bar.framework/Headers/A.h | 1 +
.../Inputs/Bar.framework}/Headers/B.h | 0
.../Inputs/Bar.framework/Headers}/C.h | 0
.../Inputs/Bar.framework/Modules/module.modulemap | 6 ++++
test/VFS/Inputs/bar-headers.yaml | 39 ++++++++++++++++++++++
test/VFS/umbrella-framework-import-skipnonexist.m | 14 ++++++++
7 files changed, 86 insertions(+), 8 deletions(-)
create mode 100644 test/VFS/Inputs/Bar.framework/Headers/A.h
copy test/{Modules/Inputs/crash-recovery/Frameworks/B.framework => VFS/Inputs/Bar. [...]
copy test/{Modules/Inputs/require-modular-includes => VFS/Inputs/Bar.framework/Hea [...]
create mode 100644 test/VFS/Inputs/Bar.framework/Modules/module.modulemap
create mode 100644 test/VFS/Inputs/bar-headers.yaml
create mode 100644 test/VFS/umbrella-framework-import-skipnonexist.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.