This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 83c73f5 [PGO] add debug option to view annotated cfg after prof use a [...]
new 18ea372 AMDGPU: Remove unnecessary check
new 46a1e8b Add unittests for empty bitvectors.
new 8611e02 AMDGPU: Propagate fast math flags in fneg combines
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.
Summary of changes:
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 6 +++---
lib/Target/AMDGPU/SIISelLowering.cpp | 3 ---
unittests/ADT/BitVectorTest.cpp | 37 ++++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 6 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 f7ac01d [libFuzzer] deflake a test
new 41e0c1e DAG: Allow legalization of fcanonicalize vector types
new 83c73f5 [PGO] add debug option to view annotated cfg after prof use a [...]
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/Analysis/BlockFrequencyInfo.cpp | 13 +-
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 3 +
.../Instrumentation/PGOInstrumentation.cpp | 25 +++
test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 214 +++++++++++++++++++++
4 files changed, 253 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 f2f72bf [InstSimplify] refactor finding limits for icmp with binop; NFCI
new f7ac01d [libFuzzer] deflake a test
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/Fuzzer/test/equivalence.test | 1 +
1 file changed, 1 insertion(+)
--
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_40
in repository llvm.
from f71f43e Merging r291858 and r291859: -------------------------------- [...]
new 9723832 Merging r292583: -------------------------------------------- [...]
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/NewGVN.cpp | 25 +++++++++++++----------
test/Transforms/NewGVN/pr31682.ll | 42 +++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 10 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr31682.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 llvm.
from e6f6334 Refactor SampleProfile.cpp to move computation inside a branc [...]
new f2f72bf [InstSimplify] refactor finding limits for icmp with binop; 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:
lib/Analysis/InstructionSimplify.cpp | 251 ++++++++++++++++++++---------------
1 file changed, 146 insertions(+), 105 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 release_40
in repository clang.
from 2574fd7 Merging r291955: -------------------------------------------- [...]
new 6a36a69 Merging r292555, r292558 and r292559: ----------------------- [...]
new 12c394c Merging r292497: -------------------------------------------- [...]
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/LanguageExtensions.rst | 40 +++++++++++++++++++++++++++++++++++++++
include/clang/Basic/Builtins.def | 1 +
lib/AST/ExprConstant.cpp | 2 ++
lib/CodeGen/CGBuiltin.cpp | 4 ++++
lib/Lex/PPMacroExpansion.cpp | 1 +
lib/Sema/SemaExpr.cpp | 11 +++++------
test/CodeGenCXX/builtins.cpp | 4 ++++
test/Lexer/has_feature_cxx0x.cpp | 11 +++++++++++
test/Sema/PR28181.c | 13 +++++++++++++
test/SemaCXX/constexpr-string.cpp | 21 ++++++++++++++++++++
10 files changed, 102 insertions(+), 6 deletions(-)
create mode 100644 test/Sema/PR28181.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 clang.
from f40cbc8 [Sema] UsingShadowDecl shouldn't be hidden by the UsingDecl t [...]
new 425765b Fix documentation typo from r292558.
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/LanguageExtensions.rst | 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 libcxx.
from 45f4ec2 Removed some un-needed ifdefs
new ec1d3f7 Revert previous cleanup; I got too agressive removing #ifdefs
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:
test/std/utilities/tuple/tuple.tuple/tuple.creation/tie.pass.cpp | 2 ++
1 file changed, 2 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 8f7c77e 2017-01-23 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new a23d48f libgo: bump library version to 11
new 5785236 PR go/79037 compiler, runtime: align gc data for m68k
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 17 ++++++++++++++++-
libgo/configure | 2 +-
libgo/configure.ac | 2 +-
libgo/runtime/go-unsafe-pointer.c | 3 ++-
libgo/runtime/parfor.c | 2 +-
libgo/runtime/runtime.h | 2 +-
7 files changed, 23 insertions(+), 7 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 release/2.23/master
in repository glibc.
from e9d53ff localedata: bs_BA: fix yesexpr/noexpr [BZ #20974]
new da9f68f powerpc: Fix write-after-destroy in lock elision [BZ #20822]
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 | 13 +++++++++++++
sysdeps/unix/sysv/linux/powerpc/elision-lock.c | 10 +++++++---
sysdeps/unix/sysv/linux/powerpc/elision-trylock.c | 7 ++++---
sysdeps/unix/sysv/linux/powerpc/elision-unlock.c | 15 +++++++++------
4 files changed, 33 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.