This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 87be98223c [SEMA] add more -Wfloat-conversion to compound assigment analysis
new cde602ab8f [AST] Update/correct the static_asserts for the bit-fields in Type
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/AST/Type.h | 23 +++++++++++++++++++++--
1 file changed, 21 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 glibc.
from b7b52b9dec error, error_at_line: Add missing va_end calls
new f3cd0904a4 Use Linux 4.18 in build-many-glibcs.py.
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 | 5 +++++
scripts/build-many-glibcs.py | 2 +-
2 files changed, 6 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 709aadb7c35 [InstCombine] auto-generate full checks and add cos intrins [...]
new 77d3f0227a5 [itanium demangler] Add llvm::itaniumFindTypesInMangledName()
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/Demangle/Demangle.h | 6 ++++
lib/Demangle/ItaniumDemangle.cpp | 16 ++++++++++-
unittests/Demangle/CMakeLists.txt | 1 +
unittests/Demangle/FindTypesInMangledNameTest.cpp | 34 +++++++++++++++++++++++
unittests/Demangle/PartialDemangleTest.cpp | 4 +--
5 files changed, 58 insertions(+), 3 deletions(-)
create mode 100644 unittests/Demangle/FindTypesInMangledNameTest.cpp
--
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 libcxxabi.
from 26bf849 Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0
new 357347f [itanium demangler] Add llvm::itaniumFindTypesInMangledName()
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:
src/cxa_demangle.cpp | 6 ++++++
1 file changed, 6 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 clang.
from 73982ed93f Revert "[OPENMP] Fix emission of the loop doacross constructs."
new 87be98223c [SEMA] add more -Wfloat-conversion to compound assigment analysis
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/Sema/SemaChecking.cpp | 60 +++++++++++++++++++---------------
test/SemaCXX/warn-float-conversion.cpp | 26 +++++++++++++++
2 files changed, 59 insertions(+), 27 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.
"Maxim Kuvyrkov pushed a change to branch round-robin
in repository toolchain/jenkins-scripts.
discards 3f6fe97 Round-robin wip.
new d03b8da Round-robin wip.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3f6fe97)
\
N -- N -- N refs/heads/round-robin (d03b8da)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
jenkins-helpers.sh | 1 +
tcwg-rr-gnu-master.sh | 27 +++++++++++++++++++++------
2 files changed, 22 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 13b933258d8 [SLC] Expand simplification of pow() for vector types
new 709aadb7c35 [InstCombine] auto-generate full checks and add cos intrins [...]
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/Transforms/InstCombine/cos-1.ll | 51 ++++++++++++++++++++++++------------
1 file changed, 34 insertions(+), 17 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 87972c49190 [Tablegen] Replace uses of formatted_raw_ostream with raw_o [...]
new 13b933258d8 [SLC] Expand simplification of pow() for vector types
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/Utils/SimplifyLibCalls.cpp | 77 +++++++++++-----------
test/Transforms/InstCombine/pow-1.ll | 16 ++---
test/Transforms/InstCombine/pow-3.ll | 1 -
test/Transforms/InstCombine/pow-4.ll | 106 +++++++++++++++---------------
4 files changed, 99 insertions(+), 101 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.
"Maxim Kuvyrkov pushed a change to branch round-robin
in repository toolchain/jenkins-scripts.
discards e611ae5 Round-robin wip.
new 3f6fe97 Round-robin wip.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e611ae5)
\
N -- N -- N refs/heads/round-robin (3f6fe97)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-gnu-master.sh | 3 ++-
1 file changed, 2 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 binutils-gdb.
from 98641896ad bfd: Move elf-properties.lo to BFD32_LIBS
new a97b53dda9 Define _FORTIFY_SOURCE in common-defs.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:
gdb/ChangeLog | 4 ++++
gdb/common/common-defs.h | 12 ++++++++++++
2 files changed, 16 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.