This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ce75d49 [OPENMP] Fix for PR27463: Privatizing struct fields with arra [...]
new c124e72 [Clang][AVX512][BUILTIN] Adding scalar intrinsics for rsqrt14 [...]
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 | 215 ++++++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 146 ++++++++++++++++++++++++++-
2 files changed, 359 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 gcc.
from 9c980ab * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for.
new 426c75c [testsuite] gcc-dg: handle all return values when shouldfail is set
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/lib/gcc-dg.exp | 1 +
2 files changed, 5 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 a436337 [unordered] Extend load/store type canonicalization to handle [...]
new 5011913 CodeGen: Use PLT relocations for relative references to unnam [...]
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/Analysis/ConstantFolding.h | 13 +++++--
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 10 ++++-
include/llvm/Target/TargetLoweringObjectFile.h | 4 +-
lib/Analysis/ConstantFolding.cpp | 8 +++-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 30 ++++++++++++---
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 21 ++++++++++
lib/Target/ARM/ARMTargetObjectFile.h | 8 ++--
lib/Target/X86/X86TargetObjectFile.cpp | 45 ++++++----------------
lib/Target/X86/X86TargetObjectFile.h | 10 ++++-
test/CodeGen/ARM/plt-relative-reloc.ll | 16 ++++++++
test/CodeGen/X86/x86-64-plt-relative-reloc.ll | 19 +++++++++
test/CodeGen/X86/x86-plt-relative-reloc.ll | 16 ++++++++
test/MC/COFF/cross-section-relative.ll | 11 ++++--
test/MC/MachO/AArch64/cstexpr-gotpcrel.ll | 2 +-
14 files changed, 155 insertions(+), 58 deletions(-)
create mode 100644 test/CodeGen/ARM/plt-relative-reloc.ll
create mode 100644 test/CodeGen/X86/x86-64-plt-relative-reloc.ll
create mode 100644 test/CodeGen/X86/x86-plt-relative-reloc.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 zorg.
from 214719c Stop specifing a module cache path for the modules buildbot. [...]
new 0454074 Add libomp builders with OMPT
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:
buildbot/osuosl/master/config/builders.py | 24 ++++++++++++++++++++----
zorg/buildbot/builders/Libiomp5Builder.py | 19 +++++++++++++++----
2 files changed, 35 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 lld.
from ba95855 ELF: Implement basic support for --version-script.
new ed966fd Move uintX_t typedef to the class definition. 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:
ELF/LinkerScript.cpp | 2 --
ELF/LinkerScript.h | 4 +++-
2 files 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 gcc-6-branch
in repository gcc.
from 6c18bed Daily bump.
new 49622ef [PATCH 1/2] (header usage fix) remove unused system header includes
new ec8c949 [PATCH 2/2] (header usage fix) include c++ headers in system.h
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 | 25 +++++++++++++++++++++++++
gcc/auto-profile.c | 7 ++-----
gcc/c/c-objc-common.c | 2 --
gcc/config/aarch64/cortex-a57-fma-steering.c | 3 +--
gcc/config/sh/sh.c | 2 +-
gcc/config/sh/sh_treg_combine.cc | 7 +++----
gcc/cp/error.c | 2 --
gcc/cp/logic.cc | 3 +--
gcc/diagnostic.c | 2 --
gcc/fortran/error.c | 2 --
gcc/fortran/trans-common.c | 4 +---
gcc/genmatch.c | 1 -
gcc/graphite-isl-ast-to-gimple.c | 2 +-
gcc/ipa-icf-gimple.c | 1 -
gcc/ipa-icf.c | 2 +-
gcc/pretty-print.c | 2 --
gcc/system.h | 12 ++++++++++++
gcc/toplev.c | 2 --
18 files changed, 48 insertions(+), 33 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 hjl/pr70155/uros
in repository gcc.
at cd2a14c Extend STV pass to 64-bit mode
This branch includes the following new commits:
new b96c7d3 Allow all 1s of integer as standard SSE constants
new 5987792 Allow all 1s of integer in standard_sse_constant_p
new cd2a14c Extend STV pass to 64-bit mode
The 3 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.
--
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 5ab1a4f ValueMapper/Enumerator: Clean up code in post-order traversals, NFC
new 758524f [AVX512] Teach lowering to use vplzcntd/q to implement 128/25 [...]
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 | 15 ++-
test/CodeGen/X86/vector-tzcnt-128.ll | 145 ++++++++++++++++++++++++++++-
test/CodeGen/X86/vector-tzcnt-256.ll | 173 ++++++++++++++++++++++++++++++++++-
test/CodeGen/X86/vector-tzcnt-512.ll | 1 +
4 files changed, 323 insertions(+), 11 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 394ce52 Daily bump.
new 1701058 * config/m68k/linux-atomic.c: Do not include unistd.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:
libgcc/ChangeLog | 4 ++++
libgcc/config/m68k/linux-atomic.c | 1 -
2 files changed, 4 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 llvm.
from da09533 [SystemZ] Mark CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF as Expand inst [...]
new fdc9ad7 [SCEV] Extract out a `isSCEVExprNeverPoison` helper; NFCI
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/Analysis/ScalarEvolution.h | 18 +++++++++
lib/Analysis/ScalarEvolution.cpp | 70 +++++++++++++++++++--------------
2 files changed, 59 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.