This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 34bb10aabf Use libm_alias_float for x86_64.
new 0c09737883 Add SPARC --disable-multi-arch builds to 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 | 3 +++
scripts/build-many-glibcs.py | 8 +++++++-
2 files changed, 10 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 f1a319a05f6 [SelectionDAG][X86] Teach promotion legalization for fp_to_ [...]
new 7448686a65b [CodeView] Factor some code out of TypeTableBuilder.
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/DebugInfo/CodeView/TypeTableBuilder.h | 5 ---
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 49 ++++++++++++++++------
lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 25 -----------
3 files changed, 36 insertions(+), 43 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 openmp.
from b77eb55 Fix aligned memory allocation in the stub library
new 9cdb255 Make kmp_r_sched_t into a union
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:
runtime/src/kmp.h | 11 +++++++----
runtime/src/kmp_runtime.cpp | 43 +++++++++++++++++--------------------------
2 files changed, 24 insertions(+), 30 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 lld.
from e79f9d35c Use llvm::StringSet instead of std::set.
new 745097147 Use Symbol::File directly.
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:
ELF/InputFiles.cpp | 4 ++--
ELF/LTO.cpp | 2 +-
ELF/MapFile.cpp | 2 +-
ELF/Relocations.cpp | 4 ++--
ELF/SymbolTable.cpp | 3 +--
ELF/Symbols.cpp | 23 ++++-------------------
ELF/Symbols.h | 46 ++++++++++++++++++++++++----------------------
ELF/SyntheticSections.cpp | 4 ++--
ELF/Writer.cpp | 5 +++--
9 files changed, 40 insertions(+), 53 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 3a3ca394a5f rs6000: Add second variant of adde
new f8d96511ad0 combine: Do not throw away unneeded arms of parallels (PR83156)
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/combine.c | 3 ++-
2 files changed, 9 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 clang.
from 715ada51aa [Coverage] Emit gap areas in braces-optional statements (PR35387)
new b473c3d246 [AST] Fix some Clang-tidy modernize and Include What You Use [...]
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/DeclTemplate.h | 421 ++++++++++++++++++++-------------------
lib/AST/DeclTemplate.cpp | 80 +++++---
2 files changed, 269 insertions(+), 232 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 593e6512d9e Riscv patterns to optimize away some redundant zero/sign extends.
new 4f1bac7c1fc 2017-11-29 Vladimir Makarov <vmakarov(a)redhat.com>
new 3a3ca394a5f rs6000: Add second variant of adde
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 | 16 ++++++++++
gcc/config/rs6000/rs6000.md | 10 ++++++
gcc/lra.c | 77 +++++++++++++++++++++++++--------------------
3 files changed, 69 insertions(+), 34 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 openmp.
from a1b4de8 [CMake] Refactor testing infrastructure
new 61fa396 Fix types of Fortran array elements
new e907590 Warning is emitted when tiles are requested but cannot be used
new b77eb55 Fix aligned memory allocation in the stub library
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:
runtime/src/i18n/en_US.txt | 4 +++-
runtime/src/include/45/omp_lib.f.var | 4 ++--
runtime/src/include/45/omp_lib.f90.var | 4 ++--
runtime/src/include/45/omp_lib.h.var | 4 ++--
runtime/src/include/50/omp_lib.f.var | 4 ++--
runtime/src/include/50/omp_lib.f90.var | 4 ++--
runtime/src/include/50/omp_lib.h.var | 4 ++--
runtime/src/kmp_affinity.cpp | 12 ++++++++++
runtime/src/kmp_stub.cpp | 43 +++++++++++++++++++++++++++-------
9 files changed, 61 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.
from 2e029fd699 Reformat switch statement added in r319297, NFC
new 715ada51aa [Coverage] Emit gap areas in braces-optional statements (PR35387)
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/CoverageMappingGen.cpp | 70 ++++++++++++++++++++++++++----
test/CoverageMapping/break.c | 8 ++--
test/CoverageMapping/continue.c | 2 +-
test/CoverageMapping/if.cpp | 7 +++
test/CoverageMapping/includehell.cpp | 42 +++++++++---------
test/CoverageMapping/label.cpp | 2 +-
test/CoverageMapping/loops.cpp | 19 ++++----
test/CoverageMapping/macro-expressions.cpp | 6 +--
test/CoverageMapping/macros.c | 2 +-
test/CoverageMapping/objc.m | 2 +-
test/CoverageMapping/return.c | 4 +-
test/CoverageMapping/test.c | 2 +-
test/CoverageMapping/while.c | 8 ++--
13 files changed, 118 insertions(+), 56 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 lld.
from 25c1752c0 Simplify. NFC.
new e79f9d35c Use llvm::StringSet instead of std::set.
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:
wasm/Config.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.