This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5acbc91 PR c++/71209 - wrong error with dependent base
new 7e6da23 Fix memory leak in tree-ssa-reassoc.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:
gcc/ChangeLog | 4 ++++
gcc/tree-ssa-reassoc.c | 2 +-
2 files changed, 5 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 bef5612 Change RelaxELFRelocations for llc.
new 870227d Don't use the new x86 relax relocations on the gold plugin.
new de71999 LoopSimplifyCFG: Prefer `const auto &` to `auto &`, for clarity. NFC
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:
lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 3 ++-
tools/gold/gold-plugin.cpp | 4 ++++
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 0bd8e59 Change RelaxELFRelocations' default.
new bef5612 Change RelaxELFRelocations for llc.
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/Target/TargetOptions.h | 2 +-
test/CodeGen/X86/relax-reloc.ll | 15 +++++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/relax-reloc.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 master
in repository clang.
from fc12c43 test: generalise the matching
new 57db772 [CodeGen] Use pointer-sized integers for ptrtoint sources
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/CGExprConstant.cpp | 8 +++++++-
test/CodeGen/const-init.c | 2 +-
2 files changed, 8 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 compiler-rt.
from 820e56d [esan|cfrag] Add the struct field size array in StructInfo
new d80ed42 Fix some warnings in the MSVC build
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:
CMakeLists.txt | 9 ++++++++-
cmake/base-config-ix.cmake | 8 ++++++--
cmake/config-ix.cmake | 2 +-
lib/sanitizer_common/sanitizer_internal_defs.h | 2 +-
4 files changed, 16 insertions(+), 5 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 c5e60a0 Driver: introduce and use `-isystem-after` for cross-windows
new fc12c43 test: generalise the matching
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/Driver/windows-cross.c | 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 llvm.
from 3be11e6 Change the default of -relax-relocations.
new 0bd8e59 Change RelaxELFRelocations' default.
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/MC/MCAsmInfo.h | 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 binutils-gdb.
from 21a7709 Extend step-over-syscall.exp with different detach-on-fork an [...]
new 80c135e Add support for Thumb-2 long branch veneers
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:
bfd/ChangeLog | 11 +++++++++++
bfd/elf32-arm.c | 15 +++++++++++++--
ld/ChangeLog | 11 +++++++++++
ld/testsuite/ld-arm/arm-elf.exp | 5 ++++-
...arcall-thumb-thumb-blx.d => farcall-thumb2-thumb2-m.d} | 5 +++--
.../ld-arm/jump-reloc-veneers-cond-long-backward.d | 7 +------
ld/testsuite/ld-arm/jump-reloc-veneers-cond-long.d | 7 +------
7 files changed, 44 insertions(+), 17 deletions(-)
copy ld/testsuite/ld-arm/{farcall-thumb-thumb-blx.d => farcall-thumb2-thumb2-m.d} (69%)
--
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 b779d06 [Driver] Adapt Linux::GCCVersion::Parse to match GCC 5 installations
new 8eae240 [OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver
new c5e60a0 Driver: introduce and use `-isystem-after` for cross-windows
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/clang/Driver/Options.td | 3 +++
include/clang/Frontend/LangStandards.def | 21 ++++++++++++++++++---
lib/Driver/CrossWindowsToolChain.cpp | 2 ++
lib/Driver/Tools.cpp | 7 +++++++
lib/Frontend/CompilerInvocation.cpp | 24 +++++++++++++++++-------
test/Driver/opencl.cl | 15 +++++++++++++++
test/Driver/windows-cross.c | 7 +++++++
test/Frontend/stdlang.c | 4 ++++
8 files changed, 73 insertions(+), 10 deletions(-)
create mode 100644 test/Driver/opencl.cl
--
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 4316ebd [InstCombine] allow more than one use for vector bitcast fold [...]
new 3be11e6 Change the default of -relax-relocations.
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/ExecutionEngine/RuntimeDyld/X86/ELF-relaxed.s | 2 +-
test/MC/ELF/got-relaxed-no-relax.s | 2 +-
test/MC/ELF/got-relaxed-rex.s | 2 +-
test/MC/ELF/got-relaxed.s | 10 +++++++++-
tools/llvm-mc/llvm-mc.cpp | 6 +++---
5 files changed, 15 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.