This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 249d639 [SystemZ] Let z13 also support FeatureMiscellaneousExtensions.
new 8f92645 Remangle intrinsics names when types are renamed
new e90638d [docs] Bump minimum version of CMake in its own doc
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:
docs/CMake.rst | 5 +--
include/llvm/IR/Intrinsics.h | 5 +++
lib/AsmParser/LLParser.cpp | 13 +++++++
lib/Bitcode/Reader/BitcodeReader.cpp | 25 ++++++++++++--
lib/IR/Function.cpp | 31 +++++++++++++++++
lib/Linker/IRMover.cpp | 9 +++++
test/LTO/X86/Inputs/remangle_intrinsics.ll | 8 +++++
test/LTO/X86/remangle_intrinsics.ll | 20 +++++++++++
unittests/Linker/LinkModulesTest.cpp | 54 ++++++++++++++++++++++++++++++
9 files changed, 164 insertions(+), 6 deletions(-)
create mode 100644 test/LTO/X86/Inputs/remangle_intrinsics.ll
create mode 100644 test/LTO/X86/remangle_intrinsics.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 lld.
from 3826638 [ELF] - Reorder expressions in parseVersionSymbols()'s loop. NFC.
new ad716e3 [ELF][MIPS] Support MIPS TLS 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:
ELF/InputSection.cpp | 6 ++++
ELF/OutputSections.cpp | 23 ++++++++++++-
ELF/OutputSections.h | 5 +++
ELF/Relocations.cpp | 48 +++++++++++++++++++++++---
ELF/Relocations.h | 2 ++
ELF/Target.cpp | 31 +++++++++++++++--
test/ELF/Inputs/mips-tls.s | 5 +++
test/ELF/mips-tls-64.s | 86 ++++++++++++++++++++++++++++++++++++++++++++++
test/ELF/mips-tls.s | 77 +++++++++++++++++++++++++++++++++++++++++
9 files changed, 276 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/Inputs/mips-tls.s
create mode 100644 test/ELF/mips-tls-64.s
create mode 100644 test/ELF/mips-tls.s
--
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 binutils-2_26-branch
in repository binutils-gdb.
from 0845f86 Automatic date update in version.in
new 6bc1aec Add support for yet some more new ISA 3.0 instructions.
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:
gas/ChangeLog | 18 ++++++++++++----
gas/testsuite/gas/ppc/power9.d | 26 ++++++++++++++++++++++
gas/testsuite/gas/ppc/power9.s | 26 ++++++++++++++++++++++
opcodes/ChangeLog | 17 +++++++++++++--
opcodes/ppc-opc.c | 49 +++++++++++++++++++++++++++++++++++++-----
5 files changed, 125 insertions(+), 11 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 afa7ed8 Fix PR middle-end/71619
new 8196459 Add gcc-auto-profile script
new ff600f6 Run profile feedback tests with autofdo
new b4c71cb Add make autoprofiledbootstrap
new 2a52910 * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE in [...]
The 4 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 | 6 +
Makefile.def | 7 +
Makefile.in | 5780 +++++++++++++++++++++++++-
Makefile.tpl | 16 +-
contrib/ChangeLog | 5 +
contrib/gen_autofdo_event.py | 155 +
gcc/ChangeLog | 13 +
gcc/Makefile.in | 9 +-
gcc/c/ChangeLog | 4 +
gcc/c/Make-lang.in | 14 +
gcc/config/i386/gcc-auto-profile | 70 +
gcc/cp/ChangeLog | 4 +
gcc/cp/Make-lang.in | 14 +-
gcc/doc/install.texi | 11 +
gcc/lto/ChangeLog | 4 +
gcc/lto/Make-lang.in | 14 +-
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/g++.dg/bprob/bprob.exp | 8 +
gcc/testsuite/g++.dg/tree-prof/tree-prof.exp | 8 +
gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp | 8 +
gcc/testsuite/gcc.misc-tests/bprob.exp | 7 +
gcc/testsuite/gfortran.dg/prof/prof.exp | 7 +
gcc/testsuite/lib/profopt.exp | 82 +-
gcc/testsuite/lib/target-supports.exp | 37 +
gcc/tree-inline.c | 15 +-
25 files changed, 6129 insertions(+), 179 deletions(-)
create mode 100755 contrib/gen_autofdo_event.py
create mode 100755 gcc/config/i386/gcc-auto-profile
--
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 f84be78 Revert "[misched] Extend scheduler to handle unsupported features"
new 249d639 [SystemZ] Let z13 also support FeatureMiscellaneousExtensions.
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/SystemZ/SystemZProcessors.td | 1 +
1 file changed, 1 insertion(+)
--
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 d50bbd2 Fixing a FIXME related to Unicode support on Windows. Convert [...]
new 465434b Restructure the propagation of -fPIC/-fPIE.
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/LangOptions.def | 2 +-
include/clang/Driver/CC1Options.td | 4 ++--
lib/CodeGen/CGObjCGNU.cpp | 2 +-
lib/CodeGen/CodeGenModule.cpp | 7 ++-----
lib/Driver/Tools.cpp | 6 ++----
lib/Frontend/CompilerInvocation.cpp | 4 ++--
lib/Frontend/InitPreprocessor.cpp | 8 ++++----
test/Driver/fsanitize.c | 2 +-
test/Driver/pic.c | 14 +++++++-------
test/Driver/ps4-pic.c | 4 ++--
test/Modules/explicit-build-flags.cpp | 2 +-
test/Preprocessor/pic.c | 12 ++++++------
12 files changed, 31 insertions(+), 36 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 00fb6ab Explicitly specify the ANSI version of these Win32 APIs. Whil [...]
new f84be78 Revert "[misched] Extend scheduler to handle unsupported features"
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/TargetSchedule.td | 16 ----------------
utils/TableGen/CodeGenSchedule.cpp | 30 +-----------------------------
utils/TableGen/CodeGenSchedule.h | 8 --------
3 files changed, 1 insertion(+), 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 llvm.
from b5514ec [LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad.
new 00fb6ab Explicitly specify the ANSI version of these Win32 APIs. Whil [...]
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/Support/Windows/Signals.inc | 6 +++---
lib/Support/Windows/WindowsSupport.h | 10 +++++-----
utils/KillTheDoctor/KillTheDoctor.cpp | 2 +-
3 files changed, 9 insertions(+), 9 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 newlib.
from bceb8eb Bump DLL minor version
new b2867a6 Handle up to 63 partitions per drive
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:
winsup/cygwin/devices.cc | 41722 +++-------------------------------
winsup/cygwin/devices.h | 157 +-
winsup/cygwin/devices.in | 230 +-
winsup/cygwin/dtable.cc | 17 +-
winsup/cygwin/fhandler.cc | 4 +-
winsup/cygwin/fhandler.h | 7 +-
winsup/cygwin/fhandler_dev.cc | 65 +-
winsup/cygwin/fhandler_disk_file.cc | 6 +-
winsup/cygwin/fhandler_floppy.cc | 5 +-
winsup/cygwin/fhandler_proc.cc | 13 +-
winsup/cygwin/fhandler_process.cc | 4 +-
winsup/cygwin/gendevices | 4 +-
winsup/cygwin/mmap.cc | 3 +-
winsup/cygwin/mount.cc | 2 +-
winsup/cygwin/net.cc | 2 +-
winsup/cygwin/path.cc | 3 +-
winsup/cygwin/path.h | 6 +-
winsup/cygwin/pinfo.cc | 2 +-
winsup/cygwin/quotactl.cc | 2 +-
winsup/cygwin/syscalls.cc | 4 +-
winsup/cygwin/tty.cc | 2 +-
21 files changed, 3679 insertions(+), 38581 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 b26c917 CodeGen: support linker options on Windows ARM
new d50bbd2 Fixing a FIXME related to Unicode support on Windows. Convert [...]
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/Driver/MSVCToolChain.cpp | 45 ++++++++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.