This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f0643583f0a rs6000: Don't write "nor" as (not (ior () ())) (PR80618)
new dd08a090725 Fix changelog of previous commit, the correct version is:
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 | 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 gcc.
from f8b5812af88 * config/i386/i386.md (*zero_extendsidi2): Enable alternat [...]
new f0643583f0a rs6000: Don't write "nor" as (not (ior () ())) (PR80618)
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 | 6 ++++++
gcc/config/rs6000/vector.md | 7 +++----
2 files changed, 9 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 b2e94d3c82 [clang-cl] Expose -nostdinc and -nobuiltininc
new 62955aa443 [modules] When compiling a preprocessed module map, look for [...]
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/Basic/Module.h | 4 ++++
include/clang/Lex/HeaderSearch.h | 7 +++++--
lib/Frontend/FrontendAction.cpp | 20 ++++++++++++--------
lib/Lex/HeaderSearch.cpp | 17 +++++++++++++++--
lib/Serialization/ASTWriter.cpp | 9 +++++----
test/Modules/preprocess-module.cpp | 10 +++++++---
test/Modules/preprocess-nested.cpp | 2 --
7 files changed, 48 insertions(+), 21 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 17d8c376ac Fix cl-diagnostics.c test by hardcoding the version of MSVC [...]
new b2e94d3c82 [clang-cl] Expose -nostdinc and -nobuiltininc
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/Driver/Options.td | 4 ++--
test/Driver/cl-include.c | 14 ++++++++++++++
2 files changed, 16 insertions(+), 2 deletions(-)
create mode 100644 test/Driver/cl-include.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 llvm.
from ed2e12d23c3 Added missing break; added LLVM_FALLTHROUGH to address warn [...]
new 5b7a2a218c0 X86FloatingPoint: Add some static assert, cleanup; NFC
new 3a135cff866 X86FloatingPoint: Fix livein lists
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:
include/llvm/CodeGen/MachineBasicBlock.h | 3 +++
lib/CodeGen/MachineBasicBlock.cpp | 5 +++++
lib/Target/X86/X86FloatingPoint.cpp | 34 +++++++++++++++++++++-----------
3 files changed, 30 insertions(+), 12 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 e4c0f2b Fix for KMP_AFFINITY=respect with multiple processor groups
new 50a02e7 Address default pinning OpenMP process with multiple processo [...]
new e60f480 Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwloc
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:
runtime/src/kmp_affinity.cpp | 5 +++-
runtime/src/kmp_settings.cpp | 42 ++++++++++++++++++++++++++++++--
runtime/test/env/kmp_aff_disable_hwloc.c | 21 ++++++++++++++++
runtime/test/lit.cfg | 1 +
4 files changed, 66 insertions(+), 3 deletions(-)
create mode 100644 runtime/test/env/kmp_aff_disable_hwloc.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 llvm.
from cb1b4143471 [libFuzzer] fix a test to match the new sanitizer run-time
new ed2e12d23c3 Added missing break; added LLVM_FALLTHROUGH to address warn [...]
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/ConstantFolding.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 lld.
from f1255bff5 Store a single Parent pointer for InputSectionBase.
new 7dd9ab3c1 Move clearOutputSections earlier.
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/LinkerScript.cpp | 7 ++++++-
ELF/Writer.cpp | 2 +-
2 files changed, 7 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 lld.
from aef285d86 Simplify. NFC.
new f1255bff5 Store a single Parent pointer for InputSectionBase.
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/InputSection.cpp | 38 ++++++++++++++++++--------
ELF/InputSection.h | 17 +++++++-----
ELF/LinkerScript.cpp | 4 +--
ELF/OutputSections.cpp | 14 +++++-----
ELF/Relocations.cpp | 2 +-
ELF/Symbols.cpp | 8 +++---
ELF/SyntheticSections.cpp | 68 +++++++++++++++++++++++------------------------
ELF/SyntheticSections.h | 2 +-
ELF/Target.cpp | 4 +--
ELF/Writer.cpp | 39 +++++++++++++--------------
10 files changed, 108 insertions(+), 88 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.