This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cebfaaf903b Fix comment /NFC
new 2c99ae89abb Revert r316064 "Fix the incorrect detection of ICONV_LIBRARY_PATH"
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:
cmake/config-ix.cmake | 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 clang.
from fcfc95066f Vary Windows toolchain selection by -fuse-ld
new 0eaba5f9b9 [analyzer] Model correct dispatch_once() 'done' value in BodyFarm
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/BodyFarm.cpp | 37 +-
test/Analysis/unix-fns.c | 994 +++++++++++++++++++++++++++++++++++-----------
2 files changed, 770 insertions(+), 261 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 openmp.
from 6d785d3 [OMPT] Fix callback.h for tests for changes in TR6
new e63fa83 [OMPT] Fix null pointer in parallel/no_thread_num_clause.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:
runtime/test/ompt/parallel/no_thread_num_clause.c | 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 llvm.
from 4cbab70b625 [MIRPrinter] Use %subreg.xxx syntax for subregister index operands
new cebfaaf903b Fix comment /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/Transforms/Scalar/JumpThreading.cpp | 7 ++++---
1 file changed, 4 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 aceaaf0aecb [InstCombine] Pull shifts through a select plus binop with [...]
new 4cbab70b625 [MIRPrinter] Use %subreg.xxx syntax for subregister index operands
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 | 15 ++++++++
lib/CodeGen/MIRPrinter.cpp | 21 +++++++----
.../AArch64/GlobalISel/select-insert-extract.mir | 4 +-
test/CodeGen/AArch64/GlobalISel/select-int-ext.mir | 6 +--
.../AMDGPU/GlobalISel/inst-select-load-smrd.mir | 12 +++---
test/CodeGen/AMDGPU/detect-dead-lanes.mir | 44 +++++++++++-----------
test/CodeGen/AMDGPU/opt-sgpr-to-vgpr-copy.mir | 32 ++++++++--------
.../CodeGen/MIR/X86/subregister-index-operands.mir | 6 +--
test/CodeGen/X86/GlobalISel/select-cmp.mir | 26 ++++++-------
test/CodeGen/X86/GlobalISel/select-copy.mir | 6 +--
test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir | 10 ++---
test/CodeGen/X86/GlobalISel/select-ext.mir | 12 +++---
.../select-intrinsic-x86-flags-read-u32.mir | 2 +-
13 files changed, 108 insertions(+), 88 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 beb2371021a 2017-11-06 François Dumont <fdumont(a)gcc.gnu.org>
new 774d14bdc56 Update comment in tree-vrp.h
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 | 4 ++++
gcc/tree-vrp.h | 2 +-
2 files changed, 5 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 compiler-rt.
from 46ec7772a [Sanitizers] Check pthread_setcancel{state|type} interceptor [...]
new d234c1caf [LSan] Detect dynamic loader by its base address.
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/lsan/lsan_common.cc | 5 ++--
lib/lsan/lsan_common_linux.cc | 20 ++++++++++-----
lib/sanitizer_common/sanitizer_getauxval.h | 40 ++++++++++++++++++++++++++++++
lib/sanitizer_common/sanitizer_linux.cc | 15 +----------
4 files changed, 58 insertions(+), 22 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_getauxval.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 clang.
from cde1eeda78 [X86] Replace the mask cmpeq/cmple/cmplt/cmpgt/cmpge/cmpneq [...]
new fcfc95066f Vary Windows toolchain selection by -fuse-ld
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/Driver/Driver.cpp | 8 ++++++-
.../usr}/bin/ld.bfd | 0
test/Driver/fuse-ld.c | 26 ++++++++++++++++++++++
3 files changed, 33 insertions(+), 1 deletion(-)
copy test/Driver/Inputs/{basic_android_ndk_tree/aarch64-linux-android => Windows/u [...]
mode change 100644 => 100755
--
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 1bcc0df0965 compiler: disable escape analysis for runtime
new beb2371021a 2017-11-06 François Dumont <fdumont(a)gcc.gnu.org>
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc | 2 +-
2 files changed, 5 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 clang.
from 5c0c18f6b7 [X86] Add 3dnow and 3dnowa to the list of valid target features
new cde1eeda78 [X86] Replace the mask cmpeq/cmple/cmplt/cmpgt/cmpge/cmpneq [...]
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/BuiltinsX86.def | 31 +-
lib/CodeGen/CGBuiltin.cpp | 26 --
lib/Headers/avx512bwintrin.h | 450 ++++++------------
lib/Headers/avx512fintrin.h | 386 ++++-----------
lib/Headers/avx512vlbwintrin.h | 902 +++++++++++-------------------------
lib/Headers/avx512vlintrin.h | 775 ++++++++-----------------------
6 files changed, 693 insertions(+), 1877 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.