This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2965315f6c CodeGen: Fix invalid bitcasts for atomic builtins
new 61664b6263 [OpenMP] Implement omp_is_initial_device() as builtin
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/Builtins.def | 3 +++
include/clang/Basic/Builtins.h | 1 +
lib/AST/ExprConstant.cpp | 3 +++
lib/Basic/Builtins.cpp | 3 ++-
test/OpenMP/is_initial_device.c | 36 ++++++++++++++++++++++++++++++++++++
5 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 test/OpenMP/is_initial_device.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 19e976a471 [CMake][OpenMP] Customize default offloading arch
new 942e003931 [clang-rename] Rename enum.
new 2965315f6c CodeGen: Fix invalid bitcasts for atomic builtins
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/CodeGen/CGAtomic.cpp | 6 +-
lib/Tooling/Refactoring/Rename/USRLocFinder.cpp | 44 +++++-
test/CodeGenOpenCL/atomic-ops.cl | 78 +++++-----
unittests/Rename/CMakeLists.txt | 1 +
unittests/Rename/RenameEnumTest.cpp | 189 ++++++++++++++++++++++++
5 files changed, 273 insertions(+), 45 deletions(-)
create mode 100644 unittests/Rename/RenameEnumTest.cpp
--
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 3d26560135 Add build-many-glibcs.py arm-linux-gnueabihf-v7{-disable-multiarch}
new 386e1c26ac Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296)
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 | 6 ++++++
math/math.h | 9 +++++++++
2 files changed, 15 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 4a052765c89 2017-10-17 Richard Biener <rguenther(a)suse.de>
new 77e843a0b74 gcc/ChangeLog
new 480400843e4 gcc/ChangeLog
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:
gcc/ChangeLog | 6 ++++++
gcc/builtins.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/aarch64/pr80295.c | 8 ++++++++
4 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr80295.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 glibc.
from 56a752ab6a Place monetary symbol in el_GR and el_CY after the amount
new 4e17c78e4a Add common ifunc-init.h header
new 3d26560135 Add build-many-glibcs.py arm-linux-gnueabihf-v7{-disable-multiarch}
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:
ChangeLog | 8 ++++
scripts/build-many-glibcs.py | 7 +++-
sysdeps/{x86/init-arch.h => generic/ifunc-init.h} | 45 ++++++-----------------
sysdeps/x86/init-arch.h | 41 +--------------------
4 files changed, 27 insertions(+), 74 deletions(-)
copy sysdeps/{x86/init-arch.h => generic/ifunc-init.h} (57%)
--
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 30f0b10158 Remove cleanups from disasm.c
new 8484c95545 Add several "quit with live inferior" tests
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/testsuite/ChangeLog | 5 +
.../formdata16.c => gdb.base/quit-live.c} | 7 +-
gdb/testsuite/gdb.base/quit-live.exp | 178 +++++++++++++++++++++
3 files changed, 189 insertions(+), 1 deletion(-)
copy gdb/testsuite/{gdb.dwarf2/formdata16.c => gdb.base/quit-live.c} (91%)
create mode 100644 gdb/testsuite/gdb.base/quit-live.exp
--
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 1ea647f3666 Factor out division by squares and remove division around c [...]
new 4a052765c89 2017-10-17 Richard Biener <rguenther(a)suse.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 | 5 +++++
gcc/graphite-dependences.c | 6 +++---
2 files changed, 8 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 12367d94353 Improve clamp recognition in ValueTracking.
new bb8aaf8316f [X86][Broadwell] Added the broadwell cpu to the scheduling [...]
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/aes-schedule.ll | 39 ++
test/CodeGen/X86/avx-schedule.ll | 573 +++++++++++++++++++++
test/CodeGen/X86/avx2-schedule.ll | 997 ++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/bmi-schedule.ll | 102 ++++
test/CodeGen/X86/bmi2-schedule.ll | 114 ++++-
test/CodeGen/X86/f16c-schedule.ll | 28 +
test/CodeGen/X86/fma-schedule.ll | 193 +++++++
test/CodeGen/X86/lea32-schedule.ll | 82 +++
test/CodeGen/X86/lea64-schedule.ll | 65 +++
test/CodeGen/X86/lzcnt-schedule.ll | 33 +-
test/CodeGen/X86/mmx-schedule.ll | 625 ++++++++++++++++++++++
test/CodeGen/X86/movbe-schedule.ll | 19 +
test/CodeGen/X86/popcnt-schedule.ll | 23 +
test/CodeGen/X86/sse-schedule.ll | 326 ++++++++++++
test/CodeGen/X86/sse2-schedule.ll | 823 +++++++++++++++++++++++++++++
test/CodeGen/X86/sse3-schedule.ll | 77 +++
test/CodeGen/X86/sse41-schedule.ll | 310 +++++++++++
test/CodeGen/X86/sse42-schedule.ll | 86 ++++
test/CodeGen/X86/ssse3-schedule.ll | 100 ++++
19 files changed, 4607 insertions(+), 8 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 libcxx.
from 5ccf04337 Refactor _LIBCPP_<LITTLE|BIG>_ENDIAN
new d93991fed fix shadowing warnings in new tests
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/support/emplace_constructible.h | 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 glibc.
from c38a4bfd59 Move some float128 symbol version definitions.
new 56a752ab6a Place monetary symbol in el_GR and el_CY after the amount
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 | 7 +++++++
localedata/locales/el_CY | 16 +---------------
localedata/locales/el_GR | 2 +-
stdlib/tst-strfmon_l.c | 4 ++--
4 files changed, 11 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.