This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40
in repository libcxx.
from be0545d Merging r292607: -------------------------------------------- [...]
new f4e1a38 Merging r293197: -------------------------------------------- [...]
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/__threading_support | 22 ++++++++++++++--------
1 file changed, 14 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 bc11659 config: prevent the re-definition of a macro
new 2868162 experimental: remove dead function
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:
src/experimental/filesystem/directory_iterator.cpp | 13 -------------
1 file changed, 13 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 89619e0 [windows] [asan] Add linker flag when including "asan_dynamic [...]
new d3d136e [OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX [...]
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/CGBuiltin.cpp | 4 +-
.../{CGCUDABuiltin.cpp => CGGPUBuiltin.cpp} | 13 ++-
lib/CodeGen/CMakeLists.txt | 2 +-
lib/CodeGen/CodeGenFunction.h | 4 +-
test/OpenMP/nvptx_target_printf_codegen.c | 116 +++++++++++++++++++++
5 files changed, 127 insertions(+), 12 deletions(-)
rename lib/CodeGen/{CGCUDABuiltin.cpp => CGGPUBuiltin.cpp} (91%)
create mode 100644 test/OpenMP/nvptx_target_printf_codegen.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 compiler-rt.
from 751656f [asan] Add missing declaration in the internal interface
new 596b704 [asan] Fix tests for exported interfaces.
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/asan/asan_interface_internal.h | 2 +-
test/asan/TestCases/Darwin/interface_symbols_darwin.c | 1 +
test/asan/TestCases/Linux/interface_symbols_linux.c | 1 +
3 files changed, 3 insertions(+), 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 newlib.
from 52a6da8 arm: Fix addressing in optpld macro
new cd5e7e2 Committed, libgloss: hook up cris-elf to the initfini-array support.
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:
libgloss/cris/crt0.S | 9 ++++++++-
libgloss/cris/lcrt0.c | 8 +++++++-
2 files changed, 15 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 aaf8acb MachineInstr: Remove parameter from dump()
new 8179f86 [X86] Fixing flag usage for RCL and RCR
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/X86/X86InstrShiftRotate.td | 1937 ++++++++++++++++-----------------
1 file changed, 967 insertions(+), 970 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 3206383 Daily bump.
new 7059c27 * update-copyright.py: Fix the name of this script in examples.
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:
contrib/ChangeLog | 4 ++++
contrib/update-copyright.py | 4 ++--
2 files changed, 6 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 12186ce [X86][SSE] Lower scalar_to_vector(0) to zero vector
new aaf8acb MachineInstr: Remove parameter from dump()
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/CodeGen/MachineInstr.h | 2 +-
lib/CodeGen/MachineCombiner.cpp | 4 +++-
lib/CodeGen/MachineInstr.cpp | 4 ++--
3 files changed, 6 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 llvm.
from 6698c5d [X86] Reproducer for pr31719. NFC
new 12186ce [X86][SSE] Lower scalar_to_vector(0) to zero vector
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/X86/X86ISelLowering.cpp | 19 ++++++--
.../CodeGen/X86/clear_upper_vector_element_bits.ll | 32 ++------------
test/CodeGen/X86/insertelement-zero.ll | 50 +++++-----------------
test/CodeGen/X86/vector-shuffle-variable-128.ll | 38 ++++++++--------
4 files changed, 46 insertions(+), 93 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 362353a Disable thread safety analysis for some functions in __thread [...]
new bc11659 config: prevent the re-definition of a macro
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/__config | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.