This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 62d1174367 [OpenMP] Fix trailing space when printing pragmas, by Joel. [...]
new beb2d81e11 [Modules] Add more language features to be used with require [...]
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/Modules.rst | 15 +++++++++++++++
lib/Basic/Module.cpp | 5 +++++
.../Inputs/DependsOnModule.framework/module.map | 18 ++++++++++++++++++
test/Modules/requires.m | 17 ++++++++++++++++-
4 files changed, 54 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 692d6f9760 Constify target_so_ops::bfd_open
new 980548fd88 Fix GDB crash after Quit thrown from unwinder sniffer
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 | 5 +++++
gdb/frame-unwind.c | 3 ++-
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/bp-cmds-continue-ctrl-c.exp | 13 +++++++++++++
4 files changed, 25 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 gcc-7-branch
in repository gcc.
from d09f9c8218d gcc/ Back port from mainline 2018-02-13 Peter Bergner < [...]
new a79caac28ed Back port from mainline 2018-02-13 Peter Bergner <bergn [...]
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/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/powerpc/lvsl-lvsr.c | 2 +-
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 5bd84cc8500 Move llvm::computeLoopSafetyInfo from LICM.cpp to LoopUtils [...]
new 9f9d3d9a03b [RegisterClassInfo] Invalidate the register pressure set li [...]
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/RegisterClassInfo.cpp | 9 +++++----
1 file changed, 5 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 lld.
from aa549302c [WebAssembly] Use a Symbol class heirarchy. NFC.
new 229ff9141 Make --export-dynamic-symbol to add undefined symbols even if [...]
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/Driver.cpp | 11 ++++++++---
test/ELF/export-dynamic-symbol.s | 5 ++++-
2 files changed, 12 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 llvm.
from 7767e14d9df [X86][SSE] truncateVectorWithPACK - Use src type instead of [...]
new 5bd84cc8500 Move llvm::computeLoopSafetyInfo from LICM.cpp to LoopUtils [...]
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/LICM.cpp | 37 -------------------------------------
lib/Transforms/Utils/LoopUtils.cpp | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 37 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 29dc0262dff [InstCombine] Don't fold select(C, Z, binop(select(C, X, Y) [...]
new 7767e14d9df [X86][SSE] truncateVectorWithPACK - Use src type instead of [...]
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/Target/X86/X86ISelLowering.cpp | 2 +-
test/CodeGen/X86/bitcast-setcc-512.ll | 4 ++--
test/CodeGen/X86/vector-compare-results.ll | 8 ++++----
test/CodeGen/X86/vector-trunc-usat.ll | 4 ++--
test/CodeGen/X86/vector-trunc.ll | 4 ++--
test/CodeGen/X86/vselect-packss.ll | 8 +++-----
6 files changed, 14 insertions(+), 16 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 b4e92292f [ELF] Add warnings for various symbols that cannot be ordered
new aa549302c [WebAssembly] Use a Symbol class heirarchy. NFC.
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/InputFiles.cpp | 35 ++++++-----
wasm/InputFiles.h | 14 +++--
wasm/SymbolTable.cpp | 113 +++++++++++++++++------------------
wasm/SymbolTable.h | 9 +--
wasm/Symbols.cpp | 114 ++++++++++++++++-------------------
wasm/Symbols.h | 164 ++++++++++++++++++++++++++++++++++++++++++---------
wasm/Writer.cpp | 40 ++++++-------
7 files changed, 295 insertions(+), 194 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 32d5031a435 [AMDGPU] Remove non-temporal flag from argument loads
new 29dc0262dff [InstCombine] Don't fold select(C, Z, binop(select(C, X, Y) [...]
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/InstCombineSelect.cpp | 19 +++++++++++++++++--
test/Transforms/InstCombine/pr36362.ll | 17 +++++++++++++++++
2 files changed, 34 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/InstCombine/pr36362.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 google/grte/v5-2.27/master
in repository glibc.
from cbed3922de Merge remote-tracking branch 'origin/shebs/clangify' into local-v5
new 79c43cc512 Add a --with-lld option to choose LLVMs lld linker
new 259eaf23ad Use LN_S in more places to forestall hard link creation
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:
Makeconfig | 11 +++++++++++
Makerules | 4 ++--
configure | 16 ++++++++++++++++
configure.ac | 11 +++++++++++
elf/Makefile | 3 ++-
elf/rtld.c | 6 ++++++
nptl/Makefile | 6 +++---
sysdeps/x86_64/Makefile | 4 ++--
8 files changed, 53 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.