This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4e66664e723 2017-10-23 Sandra Loosemore <sandra(a)codesourcery.com>
new af54c969b93 2017-10-23 Richard Biener <rguenther(a)suse.de>
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/graphite-isl-ast-to-gimple.c | 38 ++++++++++++++++++++++----------------
1 file changed, 22 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 llvm.
from 79daf1b5a65 X86: Register the X86CallFrameOptimization pass
new 1be670d5268 [MC] Adding code padding for performance stability - infras [...]
new ce910e5be40 [Modules] Add module for Config/llvm-config.h
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/AsmPrinter.h | 5 +-
include/llvm/MC/MCAsmBackend.h | 42 +++
include/llvm/MC/MCAssembler.h | 2 +
include/llvm/MC/MCCodePadder.h | 243 ++++++++++++++
include/llvm/MC/MCFragment.h | 93 ++++++
include/llvm/MC/MCObjectStreamer.h | 6 +
include/llvm/MC/MCStreamer.h | 7 +
include/llvm/module.modulemap.build | 4 +
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 33 +-
lib/MC/CMakeLists.txt | 1 +
lib/MC/MCAsmBackend.cpp | 28 +-
lib/MC/MCAssembler.cpp | 30 ++
lib/MC/MCCodePadder.cpp | 371 +++++++++++++++++++++
lib/MC/MCFragment.cpp | 17 +
lib/MC/MCObjectStreamer.cpp | 27 ++
lib/Target/Mips/MipsAsmPrinter.cpp | 1 +
lib/Target/X86/X86AsmPrinter.h | 1 +
test/CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll | 6 +-
18 files changed, 910 insertions(+), 7 deletions(-)
create mode 100644 include/llvm/MC/MCCodePadder.h
create mode 100644 lib/MC/MCCodePadder.cpp
--
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 glibc.
from 91c3985c23 Update x86 fix-fp-int-compare-invalid.h for GCC 8.
new 1d479c8c33 Fixes for tpi_PG locale
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 | 7 ++
localedata/locales/tpi_PG | 160 ++++++++++++++++++++--------------------------
2 files changed, 75 insertions(+), 92 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 965aad0dee8 [globalisel][tablegen] Remove unused InstructionMatcher's. NFC
new 79daf1b5a65 X86: Register the X86CallFrameOptimization pass
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/X86CallFrameOptimization.cpp | 17 +++-
lib/Target/X86/X86TargetMachine.cpp | 2 +
test/CodeGen/X86/movtopush.mir | 125 ++++++++++++++++++++++++++++
3 files changed, 140 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/X86/movtopush.mir
--
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 bca81dc70a Unnamed bitfields don't block constant evaluation of constex [...]
new a45d5bb59f [test] Fix clang-test for FreeBSD and NetBSD
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/Unit/lit.cfg.py | 34 ++++++++++++++++++++--------------
1 file changed, 20 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 9ec9a9fd8 [XRay][compiler-rt] Fixup shadowing
new e6931d583 [XRay][compiler-rt] More fixups.
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/xray/xray_buffer_queue.cc | 6 +++---
lib/xray/xray_buffer_queue.h | 2 +-
2 files 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 master
in repository gcc.
from 8c4f9b73b84 2017-10-23 Sandra Loosemore <sandra(a)codesourcery.com>
new 3fc71dd4b39 2017-10-23 Sandra Loosemore <sandra(a)codesourcery.com>
new 3bee0a4794c 2017-10-23 Sandra Loosemore <sandra(a)codesourcery.com>
new 4e66664e723 2017-10-23 Sandra Loosemore <sandra(a)codesourcery.com>
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:
gcc/ChangeLog | 38 +++
gcc/config/nios2/nios2-protos.h | 5 +
gcc/config/nios2/nios2.c | 386 ++++++++++++++++++++--
gcc/config/nios2/nios2.md | 81 ++++-
gcc/testsuite/ChangeLog | 13 +
gcc/testsuite/gcc.target/nios2/cdx-branch.c | 4 +-
gcc/testsuite/gcc.target/nios2/lo-addr-bypass.c | 40 +++
gcc/testsuite/gcc.target/nios2/lo-addr-char.c | 60 ++++
gcc/testsuite/gcc.target/nios2/lo-addr-int.c | 40 +++
gcc/testsuite/gcc.target/nios2/lo-addr-pic.c | 38 +++
gcc/testsuite/gcc.target/nios2/lo-addr-short.c | 51 +++
gcc/testsuite/gcc.target/nios2/lo-addr-tls.c | 38 +++
gcc/testsuite/gcc.target/nios2/lo-addr-uchar.c | 58 ++++
gcc/testsuite/gcc.target/nios2/lo-addr-ushort.c | 49 +++
gcc/testsuite/gcc.target/nios2/lo-addr-volatile.c | 41 +++
15 files changed, 893 insertions(+), 49 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/nios2/lo-addr-bypass.c
create mode 100644 gcc/testsuite/gcc.target/nios2/lo-addr-char.c
create mode 100644 gcc/testsuite/gcc.target/nios2/lo-addr-int.c
create mode 100644 gcc/testsuite/gcc.target/nios2/lo-addr-pic.c
create mode 100644 gcc/testsuite/gcc.target/nios2/lo-addr-short.c
create mode 100644 gcc/testsuite/gcc.target/nios2/lo-addr-tls.c
create mode 100644 gcc/testsuite/gcc.target/nios2/lo-addr-uchar.c
create mode 100644 gcc/testsuite/gcc.target/nios2/lo-addr-ushort.c
create mode 100644 gcc/testsuite/gcc.target/nios2/lo-addr-volatile.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 compiler-rt.
from 6c9ee8c61 [XRay][compiler-rt] Remove C++ STL from the buffer queue impl [...]
new 9ec9a9fd8 [XRay][compiler-rt] Fixup shadowing
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/xray/xray_buffer_queue.cc | 6 +++---
lib/xray/xray_buffer_queue.h | 2 +-
2 files 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 master
in repository gcc.
from 9337b1d120c 2017-10-23 Sandra Loosemore <sandra(a)codesourcery.com>
new 8c4f9b73b84 2017-10-23 Sandra Loosemore <sandra(a)codesourcery.com>
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 | 5 +++++
gcc/recog.c | 2 +-
gcc/tree-pass.h | 1 +
3 files changed, 7 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 fbbb8c17f5 Fix template parameter default args missed if redecled
new bca81dc70a Unnamed bitfields don't block constant evaluation of constex [...]
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/AST/ExprConstant.cpp | 3 +++
test/SemaCXX/constant-expression-cxx11.cpp | 16 ++++++++++++++++
test/SemaCXX/warn-global-constructors.cpp | 19 +++++++++++++++++++
3 files changed, 38 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.