This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5f17d5ca46 [Sema] -Wzero-as-null-pointer-constant: don't warn for syste [...]
new c9d23a99f0 Add objcCategoryImplDecl matcher
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:
docs/LibASTMatchersReference.html | 9 +++++++++
include/clang/ASTMatchers/ASTMatchers.h | 11 +++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 8 +++++++-
4 files changed, 28 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 b25352f371c AMDGPU: Handle s_buffer_load_dword hazard on SI
new 509132b368e Represent runtime preemption in the IR.
new e7df36ebba1 Reapply r316582 [Local] Fix a bug in the domtree update log [...]
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:
docs/BitCodeFormat.rst | 19 +-
docs/LangRef.rst | 30 ++-
include/llvm/IR/GlobalValue.h | 17 +-
lib/AsmParser/LLLexer.cpp | 3 +
lib/AsmParser/LLParser.cpp | 98 +++++++---
lib/AsmParser/LLParser.h | 8 +-
lib/AsmParser/LLToken.h | 3 +
lib/Bitcode/Reader/BitcodeReader.cpp | 29 ++-
lib/Bitcode/Writer/BitcodeWriter.cpp | 15 +-
lib/IR/AsmWriter.cpp | 8 +
lib/IR/Globals.cpp | 1 +
lib/IR/Verifier.cpp | 4 +
lib/Target/TargetMachine.cpp | 3 +-
lib/Transforms/Utils/Local.cpp | 10 +-
test/Assembler/dllimport-dsolocal-diag.ll | 4 +
test/Assembler/ifunc-dsolocal-daig.ll | 9 +
test/Bitcode/dso_location.ll | 47 +++++
test/CodeGen/PowerPC/preemption.ll | 301 ++++++++++++++++++++++++++++++
test/CodeGen/X86/darwin-preemption.ll | 251 +++++++++++++++++++++++++
test/CodeGen/X86/linux-preemption.ll | 225 ++++++++++++++++++++++
test/CodeGen/X86/win32-preemption.ll | 236 +++++++++++++++++++++++
unittests/Transforms/Utils/Local.cpp | 45 +++++
22 files changed, 1314 insertions(+), 52 deletions(-)
create mode 100644 test/Assembler/dllimport-dsolocal-diag.ll
create mode 100644 test/Assembler/ifunc-dsolocal-daig.ll
create mode 100644 test/Bitcode/dso_location.ll
create mode 100644 test/CodeGen/PowerPC/preemption.ll
create mode 100644 test/CodeGen/X86/darwin-preemption.ll
create mode 100644 test/CodeGen/X86/linux-preemption.ll
create mode 100644 test/CodeGen/X86/win32-preemption.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 release/2.26/master
in repository glibc.
from 77eea8950c Fix range check in do_tunable_update_val
new 4b692dffb9 x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]
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 | 21 +++++++++++++++++++++
NEWS | 1 +
sysdeps/x86/cpu-features.c | 12 ++++++++----
sysdeps/x86_64/Makefile | 20 ++++++++++++++++++++
support/xpipe.c => sysdeps/x86_64/tst-platform-1.c | 15 ++++++++-------
.../{tst-x86_64mod-1.c => tst-platformmod-1.c} | 7 ++++---
.../{tst-x86_64mod-1.c => tst-platformmod-2.c} | 7 ++++---
7 files changed, 66 insertions(+), 17 deletions(-)
copy support/xpipe.c => sysdeps/x86_64/tst-platform-1.c (79%)
copy sysdeps/x86_64/{tst-x86_64mod-1.c => tst-platformmod-1.c} (90%)
copy sysdeps/x86_64/{tst-x86_64mod-1.c => tst-platformmod-2.c} (90%)
--
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 4062f504eb As Alan predicted at https://sourceware.org/ml/binutils/2017 [...]
new 506981afaf [PR21703]Adjust pr21703 tests on various targets.
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:
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-elf/elf.exp | 35 ++++++++++++++++++++++++++---------
ld/testsuite/ld-elf/pr21703-r.sd | 5 +++++
ld/testsuite/ld-elf/pr21703-shared.sd | 3 +++
4 files changed, 41 insertions(+), 9 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 4ff96e5fbb1 [LSV] Avoid adding vectors of pointers as candidates
new b25352f371c AMDGPU: Handle s_buffer_load_dword hazard on SI
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/AMDGPU/GCNHazardRecognizer.cpp | 27 +++++++++++++++++++++++++++
test/CodeGen/AMDGPU/smrd.ll | 17 +++++++++++++++++
2 files changed, 44 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 b931302edce [C++ PATCH] Kill IDENTIFIER_LABEL_VALUE
new 36bc3d02e10 [obvious][arm testsuite] Fixup expected location in require [...]
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 | 5 +++++
gcc/testsuite/gcc.target/arm/require-pic-register-loc.c | 10 +++++-----
2 files changed, 10 insertions(+), 5 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 941b1f1426a [LSV] Skip all non-byte sizes, not only less than eight bits
new 4ff96e5fbb1 [LSV] Avoid adding vectors of pointers as candidates
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/Vectorize/LoadStoreVectorizer.cpp | 20 +++++++++++++++++---
.../LoadStoreVectorizer/AMDGPU/merge-stores.ll | 20 ++++++++++++++++++++
2 files changed, 37 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 975b1d7a6b4 [mips] Fix (dis)assembly of abs.fmt for micromips
new 941b1f1426a [LSV] Skip all non-byte sizes, not only less than eight bits
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/Vectorize/LoadStoreVectorizer.cpp | 6 +++--
.../LoadStoreVectorizer/X86/non-byte-size.ll | 30 ++++++++++++++++++++++
2 files changed, 34 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/LoadStoreVectorizer/X86/non-byte-size.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 glibc.
from 02eec68167 localedef: Add --no-warnings/--warnings option
new 408dff7ee5 fix nostr for "br" [BZ #21706]
new 67ad7163bb add myself as contact for "br" locale
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 | 11 +++++++++++
localedata/locales/br_FR | 8 ++++----
2 files changed, 15 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 clang.
from 8084ad7fc6 Try to fix warnings and windows test failures caused by r316653
new 5f17d5ca46 [Sema] -Wzero-as-null-pointer-constant: don't warn for syste [...]
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:
docs/ReleaseNotes.rst | 3 ++
lib/Sema/Sema.cpp | 16 +++++++--
test/SemaCXX/Inputs/warn-zero-nullptr.h | 3 ++
test/SemaCXX/warn-zero-nullptr.cpp | 64 +++++++++++++++++++++++++++++++--
4 files changed, 81 insertions(+), 5 deletions(-)
create mode 100644 test/SemaCXX/Inputs/warn-zero-nullptr.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.