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 06a3c0bae [scs] Disable negative test in shadowcallstack.
new fc0b277ee [cfi] Use __builtin version of __clear_cache.
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/cfi/cross-dso/icall/dlopen.cpp | 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 release/2.26/master
in repository glibc.
from f958b45d52 Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec [...]
new 3aaf8bda00 getifaddrs: Don't return ifa entries with NULL names [BZ #21812]
new 74d16a57a3 Check length of ifname before copying it into to ifreq structure.
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:
ChangeLog | 13 +++++++++++++
NEWS | 2 ++
sysdeps/unix/sysv/linux/if_index.c | 6 ++++++
sysdeps/unix/sysv/linux/ifaddrs.c | 8 ++++++++
4 files changed, 29 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 9f33bbfea84 [dsymutil] Make the CachedBinaryHolder the default
new 03cec5cbaf0 [X86] Use a std::vector for the memory unfolding table.
new d36457d104a [dsymutil] Rename conflicting declaration
new 8b6f52ae8e8 Extend CFGPrinter and CallPrinter with Heat Colors
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/CFGPrinter.h | 197 +++++++++++++++++-----
include/llvm/Analysis/HeatUtils.h | 54 ++++++
lib/Analysis/CFGPrinter.cpp | 250 ++++++++++++++++++++++------
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/CallPrinter.cpp | 327 ++++++++++++++++++++++++++++++++++---
lib/Analysis/DomPrinter.cpp | 9 +-
lib/Analysis/HeatUtils.cpp | 130 +++++++++++++++
lib/Analysis/RegionPrinter.cpp | 8 +-
lib/Passes/PassRegistry.def | 8 +-
lib/Target/X86/X86InstrInfo.cpp | 59 ++++---
lib/Target/X86/X86InstrInfo.h | 23 ++-
lib/Transforms/Scalar/NewGVN.cpp | 2 +-
llvm/Analysis/HeatUtils.h | 54 ++++++
test/Other/2007-06-05-PassID.ll | 8 +
tools/dsymutil/BinaryHolder.cpp | 16 +-
tools/dsymutil/BinaryHolder.h | 2 +-
16 files changed, 984 insertions(+), 164 deletions(-)
create mode 100644 include/llvm/Analysis/HeatUtils.h
create mode 100644 lib/Analysis/HeatUtils.cpp
create mode 100644 llvm/Analysis/HeatUtils.h
--
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 4c16104f94 [clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after O [...]
new aaf4d11cdd [Fixed Point Arithmetic] Rename `-fsame-fbits` flag
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 | 4 ++--
include/clang/Basic/TargetInfo.h | 34 ++++++++++++++++++++--------------
include/clang/Driver/CC1Options.td | 4 ++++
include/clang/Driver/Options.td | 4 ----
lib/Basic/TargetInfo.cpp | 4 ++--
lib/Driver/ToolChains/Clang.cpp | 5 -----
lib/Frontend/CompilerInvocation.cpp | 5 +++--
lib/Sema/SemaExpr.cpp | 2 +-
test/Frontend/fixed_point_same_fbits.c | 2 +-
9 files changed, 33 insertions(+), 31 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 e6fa0adc4 [lld] Address post-commit review of r335848
new 9d3ac495e [ELF] Set -o because current directory may not be writable du [...]
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/ELF/map-file-i686.s | 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 glibc.
from 7e8989d03b Document interaction with GCC built-ins in the Customizing P [...]
new ce76a5cb8d aarch64,falkor: Use vector registers for memmove
new 0aec4c1d18 aarch64,falkor: Use vector registers for memcpy
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:
ChangeLog | 8 ++
sysdeps/aarch64/multiarch/memcpy_falkor.S | 137 ++++++++++----------
sysdeps/aarch64/multiarch/memmove_falkor.S | 193 +++++++++++++----------------
3 files changed, 161 insertions(+), 177 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 ada03192b6d [mips] Support shrink-wrapping
new 4d3e6c13b68 [dsymutil] Introduce a new CachedBinaryHolder
new 9f33bbfea84 [dsymutil] Make the CachedBinaryHolder the default
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:
test/tools/dsymutil/debug-map-parsing.test | 12 +-
tools/dsymutil/BinaryHolder.cpp | 308 +++++++++++++++++------------
tools/dsymutil/BinaryHolder.h | 223 ++++++++++++---------
tools/dsymutil/DebugMap.cpp | 43 ++--
tools/dsymutil/DwarfLinker.cpp | 44 +++--
tools/dsymutil/DwarfLinker.h | 17 +-
tools/dsymutil/MachODebugMapParser.cpp | 71 ++++---
tools/dsymutil/MachOUtils.cpp | 22 ++-
tools/dsymutil/dsymutil.cpp | 6 +-
tools/dsymutil/dsymutil.h | 6 +-
10 files changed, 436 insertions(+), 316 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 glibc.
from bac15a72fc elf: Accept absolute (SHN_ABS) symbols whose value is zero [ [...]
new 7e8989d03b Document interaction with GCC built-ins in the Customizing P [...]
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 | 5 +++++
manual/stdio.texi | 16 ++++++++++++----
2 files changed, 17 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 0e1a98e2552 [AMDGPU] Enable LICM in the BE pipeline
new ada03192b6d [mips] Support shrink-wrapping
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/Mips/Mips16FrameLowering.cpp | 8 +-
lib/Target/Mips/MipsFrameLowering.h | 4 +
lib/Target/Mips/MipsSEFrameLowering.cpp | 10 +-
test/CodeGen/Mips/blez_bgez.ll | 4 +-
test/CodeGen/Mips/brdelayslot.ll | 1 +
test/CodeGen/Mips/shrink-wrapping.ll | 391 ++++++++++++++++++++++++++++++++
6 files changed, 405 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/Mips/shrink-wrapping.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 gcc.
from 6e9afebf37f PR c++/86184 * tree.c (cp_save_expr): Don't call save_exp [...]
new 65dd7aa1b89 gcc/testsuite/ChangeLog:
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 | 5 +++++
gcc/testsuite/gcc.dg/strlenopt-46.c | 19 ++++++++++++++++++-
2 files changed, 23 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.