This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d9232a8d23 [clang] Get rid of "%T" expansions
new 1ca328e5ea Fixup for r310950: Also remove the new instance of %T from 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:
test/Analysis/html-diags.c | 8 ++++----
1 file changed, 4 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 hjl/expf/master
in repository glibc.
discards 5a56ddfab2 Use one more FMA in e_expf-fma.S
discards ca8de64be3 Update e_expf-fma.S
discards 3c4343b1df Fix x86-64: Put L(SP_INF_0) in .rodata.cst4 section
discards a13f5e6e34 x86-64: Optimize e_expf with FMA [BZ #21912]
discards 5c18dfae53 x86-64: Put L(SP_INF_0) in .rodata.cst4 section [BZ #21955]
new 25ccb7689d x86-64: Put L(SP_RANGE)/L(SP_INF_0) in .rodata.cst4 section [...]
new c792519366 x86-64: Optimize e_expf with FMA [BZ #21912]
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 (5a56ddfab2)
\
N -- N -- N refs/heads/hjl/expf/master (c792519366)
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 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:
sysdeps/x86_64/fpu/multiarch/e_expf-fma.S | 16 +++++++---------
1 file changed, 7 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 clang.
from 709ce01f58 [clang] Code cleanup in clang/tooling
new d9232a8d23 [clang] Get rid of "%T" expansions
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/Analysis/html-diags.c | 12 ++--
test/CoverageMapping/abspath.cpp | 2 +-
test/Driver/compilation_database.c | 2 +-
test/Driver/cpath.c | 8 +--
test/Driver/darwin-ld-lto.c | 8 +--
test/Driver/linker-opts.c | 6 +-
test/Driver/output-file-cleanup.c | 50 +++++++-------
test/Driver/parse-progname.c | 80 +++++++++++-----------
test/Driver/ps4-linker-non-win.c | 18 ++---
test/Driver/ps4-linker-win.c | 15 ++--
test/Driver/warning-options.cpp | 2 +-
test/FixIt/fixit-include.c | 11 +--
test/Format/style-on-command-line.cpp | 19 ++---
test/Lexer/case-insensitive-include-ms.c | 10 +--
test/Lexer/case-insensitive-include-pr31836.sh | 6 +-
test/Lexer/case-insensitive-include.c | 14 ++--
test/Lexer/case-insensitive-system-include.c | 10 +--
test/Modules/crash-typo-correction-visibility.cpp | 5 +-
test/Modules/modules-cache-path-canonicalization.m | 4 +-
test/PCH/case-insensitive-include.c | 15 ++--
test/PCH/include-timestamp.cpp | 20 +++---
test/Preprocessor/cuda-types.cu | 32 +++++----
test/Tooling/clang-diff-basic.cpp | 7 +-
23 files changed, 185 insertions(+), 171 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 a7007af1c7b [ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to inc [...]
new 0388fb65f3a [InstCombine] Added support for (X >>s C) << C --> X & (-1 << C)
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/InstCombine/InstCombineShifts.cpp | 4 ++--
test/Transforms/InstCombine/shift.ll | 16 ++++++++++++++++
2 files changed, 18 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 d9d323f0567 [InstCombine] sink sext after ashr
new a7007af1c7b [ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to inc [...]
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/tutorial/BuildingAJIT1.rst | 177 ++++++++++++---------
.../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 4 +
.../Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp | 12 +-
3 files changed, 109 insertions(+), 84 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 1d3c480140 PR33082: Improve tracking of unexpanded parameter packs with [...]
new 709ce01f58 [clang] Code cleanup in clang/tooling
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/Tooling/Refactoring/Rename/SymbolName.h | 2 +-
lib/Tooling/Refactoring/Rename/RenamingAction.cpp | 2 +-
2 files changed, 2 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 clang.
from df98b8fdc6 Attempt to fix failure in CodeGenOpenCL/atomic-ops.cl again
new 1d3c480140 PR33082: Improve tracking of unexpanded parameter packs with [...]
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/Sema/ScopeInfo.h | 6 ++
lib/Sema/SemaTemplateVariadic.cpp | 126 ++++++++++++++++-------
test/SemaCXX/cxx1y-generic-lambdas-variadics.cpp | 24 +++++
3 files changed, 117 insertions(+), 39 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/expf/master
in repository glibc.
from a13f5e6e34 x86-64: Optimize e_expf with FMA [BZ #21912]
new 3c4343b1df Fix x86-64: Put L(SP_INF_0) in .rodata.cst4 section
new ca8de64be3 Update e_expf-fma.S
new 5a56ddfab2 Use one more FMA in e_expf-fma.S
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:
sysdeps/x86_64/fpu/e_expf.S | 2 +-
sysdeps/x86_64/fpu/multiarch/e_expf-fma.S | 19 ++++++-------------
2 files changed, 7 insertions(+), 14 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 compiler-rt.
from 5761b5b90 Revert: Enable profile on NetBSD
new 8ffc41adb [compiler-rt CMake] CMake refactoring: create directories in [...]
new 0ea082ef4 [compiler-rt CMake] NFC: Minor CMake refactoring.
new 7de198abb [CMake compiler-rt] NFC: Minor CMake refactoring.
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:
cmake/Modules/AddCompilerRT.cmake | 12 +++++++-----
cmake/Modules/CompilerRTCompile.cmake | 23 ++++++++++++-----------
lib/asan/tests/CMakeLists.txt | 12 +-----------
3 files changed, 20 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.