This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3ffcb27 Some fixes for profile test cases for autofdo
new 798d22e [RS6000] -mno-vsx should force -mno-power9-dform
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 | 6 ++++++
gcc/config/rs6000/rs6000.c | 16 ++++++++--------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/p9-novsx.c | 21 +++++++++++++++++++++
4 files changed, 40 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-novsx.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 gcc-6-branch
in repository gcc.
from 9810952 Daily bump.
new 610e5e2 [RS6000] -mno-vsx should force -mno-power9-dform
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 | 6 ++++++
gcc/config/rs6000/rs6000.c | 16 ++++++++--------
gcc/testsuite/ChangeLog | 5 +++++
3 files changed, 19 insertions(+), 8 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 fb51249 [SCCP] Pass a Value * instead of templating this function. NFC.
new cee9af9 XRay: Add entry and exit sleds
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/CodeGen/Passes.h | 4 +
include/llvm/InitializePasses.h | 1 +
include/llvm/Target/Target.td | 15 +++
include/llvm/Target/TargetInstrInfo.h | 7 +-
include/llvm/Target/TargetOpcodes.def | 13 ++-
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/TargetPassConfig.cpp | 1 +
lib/CodeGen/XRayInstrumentation.cpp | 96 +++++++++++++++++++
lib/Target/X86/X86AsmPrinter.cpp | 3 +
lib/Target/X86/X86AsmPrinter.h | 41 +++++++-
lib/Target/X86/X86FrameLowering.cpp | 1 +
lib/Target/X86/X86InstrInfo.cpp | 3 +-
lib/Target/X86/X86MCInstLower.cpp | 105 +++++++++++++++++++++
test/CodeGen/X86/xray-attribute-instrumentation.ll | 13 +++
...c.ll => xray-selective-instrumentation-miss.ll} | 10 +-
...de-pic.ll => xray-selective-instrumentation.ll} | 10 +-
utils/TableGen/InstrInfoEmitter.cpp | 6 +-
18 files changed, 307 insertions(+), 24 deletions(-)
create mode 100644 lib/CodeGen/XRayInstrumentation.cpp
create mode 100644 test/CodeGen/X86/xray-attribute-instrumentation.ll
copy test/CodeGen/X86/{variadic-node-pic.ll => xray-selective-instrumentation-miss [...]
copy test/CodeGen/X86/{variadic-node-pic.ll => xray-selective-instrumentation.ll} (51%)
--
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 ba1a49d clarify a bit.
new fb51249 [SCCP] Pass a Value * instead of templating this function. 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:
lib/Transforms/Scalar/SCCP.cpp | 17 ++++++++---------
1 file changed, 8 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 dj/malloc
in repository glibc.
from 497bcfe Fix a 32-bit sign-extension bug.
new cfc8967 Add trace_dump tool
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:
malloc/Makefile | 7 +-
malloc/trace_dump.c | 198 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 203 insertions(+), 2 deletions(-)
create mode 100644 malloc/trace_dump.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 llvm.
from aacf2fb [Object] Re-apply r275316 now that I have the corresponding L [...]
new 20837ca [IPSCCP] Constant fold struct argument/instructions when all [...]
new ba1a49d clarify a bit.
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/DeveloperPolicy.rst | 2 +-
lib/Transforms/Scalar/SCCP.cpp | 13 +++----------
test/Transforms/SCCP/ipsccp-basic.ll | 15 ++++++++++++---
3 files changed, 16 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 lld.
from bcc5a98 Update the readme text.
new f83e27b [lld] Update LLD for Archive::child_iterator change in LLVM r275361.
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:
COFF/InputFiles.cpp | 7 +++----
ELF/Driver.cpp | 4 +++-
ELF/Error.cpp | 5 +++++
ELF/Error.h | 3 ++-
include/lld/Core/LLVM.h | 2 ++
lib/ReaderWriter/FileArchive.cpp | 34 ++++++++++++++++++----------------
6 files changed, 33 insertions(+), 22 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 0e9e4ec Teach fast isel about thiscall (and callee-pop) calls.
new aacf2fb [Object] Re-apply r275316 now that I have the corresponding L [...]
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/Object/Archive.h | 41 +++++++++------
include/llvm/Support/Error.h | 5 ++
lib/ExecutionEngine/MCJIT/MCJIT.cpp | 9 ++--
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 9 ++--
lib/Object/Archive.cpp | 48 +++++++++--------
lib/Support/Error.cpp | 11 ++++
tools/dsymutil/BinaryHolder.cpp | 8 +--
tools/llvm-ar/llvm-ar.cpp | 68 ++++++++++++------------
tools/llvm-cxxdump/llvm-cxxdump.cpp | 14 +++--
tools/llvm-nm/llvm-nm.cpp | 74 +++++++++++++--------------
tools/llvm-objdump/MachODump.cpp | 48 ++++++++---------
tools/llvm-objdump/llvm-objdump.cpp | 8 +--
tools/llvm-readobj/llvm-readobj.cpp | 19 +++++--
tools/llvm-size/llvm-size.cpp | 54 +++++++++----------
tools/sancov/sancov.cc | 17 +++---
15 files changed, 236 insertions(+), 197 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 7c21234 Daily bump.
new 76c6f9e Print indirect call changes in afdo dump file
new e3a8879 Don't run instrumented value profiler changes with afdo
new 4d0389a Add dg-final-scan-autofdo and dg-final-scan-not-autofdo
new b75cf19 Always print gcc-auto-profile line in dump file
new 9ace90e Clean up imports files in test suite
new 3ffcb27 Some fixes for profile test cases for autofdo
The 6 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 | 10 ++++
gcc/auto-profile.c | 70 +++++++++++++++++++---
gcc/testsuite/ChangeLog | 42 +++++++++++++
gcc/testsuite/g++.dg/tree-prof/indir-call-prof.C | 20 ++++---
gcc/testsuite/g++.dg/tree-prof/morefunc.C | 7 ++-
gcc/testsuite/g++.dg/tree-prof/pr35545.C | 2 +-
gcc/testsuite/g++.dg/tree-prof/reorder.C | 9 +--
gcc/testsuite/gcc.dg/tree-prof/20050826-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c | 2 +-
.../gcc.dg/tree-prof/cold_partition_label.c | 4 +-
.../gcc.dg/tree-prof/ic-misattribution-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/indir-call-prof.c | 7 ++-
gcc/testsuite/gcc.dg/tree-prof/inliner-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/merge_block.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/stringop-1.c | 7 ++-
gcc/testsuite/gcc.dg/tree-prof/stringop-2.c | 5 +-
gcc/testsuite/gcc.dg/tree-prof/switch-case-1.c | 5 +-
gcc/testsuite/gcc.dg/tree-prof/switch-case-2.c | 5 +-
gcc/testsuite/gcc.dg/tree-prof/time-profiler-1.c | 6 +-
gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c | 8 +--
gcc/testsuite/gcc.dg/tree-prof/update-loopch.c | 9 +--
gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c | 5 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c | 5 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-3.c | 5 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-4.c | 5 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-5.c | 3 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-6.c | 5 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c | 2 +-
gcc/testsuite/lib/profopt.exp | 46 +++++++++++++-
gcc/value-prof.c | 6 ++
30 files changed, 244 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.