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 a0c6823f7 [sanitizer-coverage] Fix Windows build broken by r309655
new 1a764aafc Revert rL309634 until upstream buildbots have upgraded libc.
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/Modules/CompilerRTUtils.cmake | 6 ------
cmake/builtin-config-ix.cmake | 2 +-
lib/builtins/CMakeLists.txt | 14 --------------
lib/builtins/clear_cache.c | 2 +-
4 files changed, 2 insertions(+), 22 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 603b98cf [clangd] Rewrote AST and Preamble management.
new 03e5e477 [clangd] Fixed MSVC compilation failures.
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:
clangd/ClangdUnit.h | 4 ++++
1 file changed, 4 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 e5fdf441982 * decl.c (declare_global_var): Set DECL_CONTEXT.
new d72123ce969 Revert r250771
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/builtins.c | 272 ++++++++++++++++++++++--------------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/string-opt-1.c | 5 +-
4 files changed, 177 insertions(+), 110 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 lldb.
from 5aa8e3aff Expose process instance info via SB API
new 2e3498b66 [build system] Add SBProcessInfo to the xcodeproj
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:
lldb.xcodeproj/project.pbxproj | 10 ++++++++--
1 file changed, 8 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 bba95e61a44 [X86][SSSE3] Added missing PHADDS/PHSUBS/PSIGN intrinsic schedules
new 4e3a6970073 [X86] Split bmi.ll into a bmi test and a bmi2 test.
new 42dea1205c3 [X86][SSE] Added missing PACKSS/PACKUS intrinsic schedules
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/Target/X86/X86InstrSSE.td | 16 +-
lib/Target/X86/X86Schedule.td | 1 +
lib/Target/X86/X86ScheduleAtom.td | 1 +
test/CodeGen/X86/bmi.ll | 313 ++++++++++++++++++++------------------
test/CodeGen/X86/bmi2.ll | 99 ++++++++++++
test/CodeGen/X86/sse2-schedule.ll | 24 +--
6 files changed, 278 insertions(+), 176 deletions(-)
create mode 100644 test/CodeGen/X86/bmi2.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 gcc.
from 6a7af0a0f5b PR target/80846 * config/rs6000/vsx.md (vextract_fp_from_ [...]
new 55022684764 PR target/81622 * config/rs6000/rs6000-c.c (altivec_resol [...]
new e5fdf441982 * decl.c (declare_global_var): Set DECL_CONTEXT.
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 | 8 +++++
gcc/config/rs6000/rs6000-c.c | 52 ++++++++++++++++--------------
gcc/cp/ChangeLog | 4 +++
gcc/cp/decl.c | 1 +
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/powerpc/pr81622.c | 13 ++++++++
6 files changed, 59 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr81622.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 gcc-7-branch
in repository gcc.
from c5697f7bce9 Fix segfault in gcov.c (PR gcov-profile/81561).
new aa8a5cb3731 PR target/81622 * config/rs6000/rs6000-c.c (altivec_resol [...]
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 | 10 +++++++
gcc/config/rs6000/rs6000-c.c | 44 ++++++++++++++++--------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/powerpc/pr81622.c | 13 +++++++++
4 files changed, 52 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr81622.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 llvm.
from ac7c13eebd3 [DAG] Move extload check in store merge. NFC.
new bba95e61a44 [X86][SSSE3] Added missing PHADDS/PHSUBS/PSIGN intrinsic schedules
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/X86InstrSSE.td | 4 ++--
test/CodeGen/X86/ssse3-schedule.ll | 48 ++++++++------------------------------
2 files changed, 12 insertions(+), 40 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 83bbe69ccb0 2017-08-01 Steve Ellcey <sellcey(a)cavium.com>
new 6a7af0a0f5b PR target/80846 * config/rs6000/vsx.md (vextract_fp_from_ [...]
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 | 7 +++++++
gcc/config/rs6000/vsx.md | 4 ++--
2 files changed, 9 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 f6fecfacea8 [X86] Fix a crash in FEntryInserter Pass.
new ac7c13eebd3 [DAG] Move extload check in store merge. 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.