This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3400678 CodeGen: Update Clang to use the new type metadata.
new 5257649 Add support for musl-libc on ARM Linux.
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/Basic/Targets.cpp | 2 ++
lib/CodeGen/TargetInfo.cpp | 4 ++++
lib/Driver/ToolChains.cpp | 19 +++++++++++++++--
lib/Driver/Tools.cpp | 4 ++++
test/CodeGen/arm-cc.c | 2 ++
test/CodeGen/arm-eabi.c | 8 +++++++
test/Driver/arm-abi.c | 6 +++++-
test/Driver/arm-mfpu.c | 2 ++
test/Driver/linux-ld.c | 52 +++++++++++++++++++++++++++++++++++++++-------
9 files changed, 88 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 llvm.
from dba9146 IR: New representation for CFI and virtual call optimization [...]
new cb2753f [IndVarSimplify] Run clang-format over some oddly formatted bits
new 99719f4 [Hexagon] Simplify (+fix) instruction selection for indexed l [...]
new d9ae082 Fix documentation for FindAvailableLoadedValue.
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:
include/llvm/Analysis/Loads.h | 40 ++-
lib/Analysis/Loads.cpp | 19 --
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 469 ++++++++++-------------------
lib/Transforms/Scalar/IndVarSimplify.cpp | 31 +-
test/CodeGen/Hexagon/vload-postinc-sel.ll | 52 ++++
5 files changed, 253 insertions(+), 358 deletions(-)
create mode 100644 test/CodeGen/Hexagon/vload-postinc-sel.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 newlib.
from 81031e6 eval_start_address: Fix comment
new 8b7c4f6 fhandler_disk_file::opendir: Fix a comment
new bfb5d3f include/cygwin/if.h: Fix a comment
new ecea753 sec_auth.cc: Drop prototype for CreateProfile, don't expect f [...]
new b87224f child_info::child_info: Fix a comment
new ba8d6a5 child_info.h: Fix a comment
new 0f5afe8 net.cc (fdsock): Fix comment
new 54c284c Remove XP and Server 2003 from documentation
new bb0fc7a cygheap_domain_info::init: Fix comment
new 00e9bf2 Fix various OS-related comments
new ceab445 Remove unused GetTickCount_ns
new f4aaa21 fhandler_pty_master::pty_master_thread: Always check for correct pid
new 7c84bfd syscalls.cc: Merge desktop_ini_ext into desktop_ini
new cd93c77 Fix comments for AI_ADDRCONFIG and AI_V4MAPPED
The 13 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/child_info.h | 2 +-
winsup/cygwin/cygheap.h | 13 +++++-----
winsup/cygwin/dll_init.cc | 13 +++++-----
winsup/cygwin/dtable.cc | 4 +--
winsup/cygwin/fhandler_disk_file.cc | 23 ++++++++---------
winsup/cygwin/fhandler_tty.cc | 12 +++------
winsup/cygwin/heap.cc | 10 ++++----
winsup/cygwin/include/cygwin/if.h | 4 +--
winsup/cygwin/include/netdb.h | 6 ++---
winsup/cygwin/mount.cc | 2 +-
winsup/cygwin/net.cc | 31 ++++++++++------------
winsup/cygwin/path.cc | 51 +++++++++++++------------------------
winsup/cygwin/sec_auth.cc | 30 ++++++++--------------
winsup/cygwin/sec_helper.cc | 5 ----
winsup/cygwin/security.h | 1 -
winsup/cygwin/sigproc.cc | 9 ++-----
winsup/cygwin/syscalls.cc | 39 +++++++++++++---------------
winsup/cygwin/times.cc | 17 -------------
winsup/cygwin/uinfo.cc | 2 +-
winsup/cygwin/winsup.h | 1 -
winsup/doc/cygwinenv.xml | 4 +--
winsup/doc/effectively.xml | 3 +--
winsup/doc/faq-setup.xml | 36 +++++++++++++-------------
winsup/doc/faq-using.xml | 26 +++----------------
winsup/doc/faq-what.xml | 8 +++---
winsup/doc/highlights.xml | 12 +++------
winsup/doc/ntsec.xml | 39 +++++++++++++---------------
winsup/doc/setup-locale.xml | 19 +++++++++-----
winsup/doc/specialnames.xml | 8 +++---
winsup/doc/utils.xml | 16 ++++++------
30 files changed, 174 insertions(+), 272 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 7c599a5 [CMake] Remove CLANG_APPEND_VC_REV option
new 3400678 CodeGen: Update Clang to use the new type metadata.
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/ControlFlowIntegrityDesign.rst | 18 +-
lib/CodeGen/CGClass.cpp | 38 ++--
lib/CodeGen/CGExpr.cpp | 17 +-
lib/CodeGen/CGVTables.cpp | 13 +-
lib/CodeGen/CodeGenFunction.h | 10 +-
lib/CodeGen/CodeGenModule.cpp | 70 ++-----
lib/CodeGen/CodeGenModule.h | 26 ++-
lib/CodeGen/ItaniumCXXABI.cpp | 4 +-
lib/CodeGen/MicrosoftCXXABI.cpp | 29 ++-
test/CodeGen/cfi-check-fail.c | 2 +-
test/CodeGen/cfi-check-fail2.c | 2 +-
test/CodeGen/cfi-icall-cross-dso.c | 64 +++---
test/CodeGen/cfi-icall.c | 18 +-
test/CodeGenCXX/bitsets.cpp | 211 -------------------
test/CodeGenCXX/cfi-blacklist.cpp | 8 +-
test/CodeGenCXX/cfi-cast.cpp | 28 +--
test/CodeGenCXX/cfi-cross-dso.cpp | 4 +-
test/CodeGenCXX/cfi-icall.cpp | 9 +-
test/CodeGenCXX/cfi-ms-rtti.cpp | 4 +-
test/CodeGenCXX/cfi-nvcall.cpp | 8 +-
...-inference.cpp => lto-visibility-inference.cpp} | 50 ++---
test/CodeGenCXX/type-metadata.cpp | 226 +++++++++++++++++++++
22 files changed, 420 insertions(+), 439 deletions(-)
delete mode 100644 test/CodeGenCXX/bitsets.cpp
rename test/CodeGenCXX/{bitset-inference.cpp => lto-visibility-inference.cpp} (57%)
create mode 100644 test/CodeGenCXX/type-metadata.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 compiler-rt.
from 2114513 fix a test bug when executed remotedly
new 0346427 [msan] Fix syscall handlers for pipe, pipe2, socketpair.
new 55482b2 cfi: Apply pass rename to tests.
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/sanitizer_common/sanitizer_common_syscalls.inc | 20 ++++++++------------
test/cfi/create-derivers.test | 8 ++++----
test/msan/Linux/syscalls.cc | 14 +++++++++++++-
3 files changed, 25 insertions(+), 17 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 122fe57 [MemorySSA] Move code around a bit. NFC.
new 783d353 Add missing dependency to LLVMPasses
new 5b01931 [MachO] Fixing copy-paste error from r273719
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/Object/MachOUniversal.h | 2 +-
lib/Passes/LLVMBuild.txt | 2 +-
2 files changed, 2 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 binutils-gdb.
from e6cdd38 Add support for catching system calls to native FreeBSD targets.
new 2907f41 Add myself as a Write After Approval maintainer.
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 | 4 ++++
gdb/MAINTAINERS | 1 +
2 files changed, 5 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 llvm.
from 536b1bc [APInt] Don't shift into the sign bit
new 122fe57 [MemorySSA] Move code around a bit. 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:
include/llvm/Transforms/Utils/MemorySSA.h | 72 +---------------
lib/Transforms/Utils/MemorySSA.cpp | 134 ++++++++++++++++++++++--------
2 files changed, 103 insertions(+), 103 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 e92acf1 [obj2yaml] [yaml2obj] Support for MachO Universal binaries
new 536b1bc [APInt] Don't shift into the sign bit
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/APInt.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.