This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cdf35e9 Remove all uses of std::mem_fun and std::bind1st removed in C++17.
new 50aa16b Remove uses of std::binary_function, removed in C++17.
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/AST/TypeOrdering.h | 2 +-
include/clang/Basic/SourceLocation.h | 3 +--
2 files changed, 2 insertions(+), 3 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 261eb1f Use isFunctionHotInCallGraph to set the function section prefix.
new 69af69a [MetaRenamer] Don't rename library functions.
new f62637a Set the prof weight correctly for call instructions in DeadAr [...]
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/IR/Instruction.h | 3 +++
lib/IR/Instruction.cpp | 9 +++++++++
lib/Transforms/IPO/DeadArgumentElimination.cpp | 6 ++++++
lib/Transforms/Utils/MetaRenamer.cpp | 17 ++++++++++++++---
test/Transforms/DeadArgElim/call_profile.ll | 22 ++++++++++++++++++++++
test/Transforms/MetaRenamer/metarenamer.ll | 15 +++++++++++++++
6 files changed, 69 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/DeadArgElim/call_profile.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 compiler-rt.
from 8db84b5 [asan] Add an interceptor for strtok
new d218b6e Add strtok interceptor for ASAN for Windows.
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/asan/asan_win_dll_thunk.cc | 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 llvm.
from cfb0063 [Hexagon] Avoid infinite loops in HexagonLoopIdiomRecognition
new 261eb1f Use isFunctionHotInCallGraph to set the function section prefix.
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/Analysis/ProfileSummaryInfo.h | 4 ++++
lib/Analysis/ProfileSummaryInfo.cpp | 38 ++++++++++++++++++++++++++++++
lib/CodeGen/CodeGenPrepare.cpp | 4 ++--
test/Transforms/CodeGenPrepare/section.ll | 22 +++++++++++++++++
4 files changed, 66 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 clang.
from 9afdc95 Update the SamplePGO test to verify that unroll/icp is not in [...]
new cdf35e9 Remove all uses of std::mem_fun and std::bind1st removed in C++17.
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/AST/DeclContextInternals.h | 2 +-
include/clang/AST/DeclObjC.h | 12 +++++++-----
include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h | 12 ++++++------
lib/CodeGen/CGCall.cpp | 2 +-
lib/Sema/Sema.cpp | 4 +++-
5 files changed, 18 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 llvm.
from 550e23d [libFuzzer] create experimental support for user-provided cov [...]
new cfb0063 [Hexagon] Avoid infinite loops in HexagonLoopIdiomRecognition
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/Hexagon/HexagonLoopIdiomRecognition.cpp | 42 +++++++----
.../Hexagon/loop-idiom/pmpy-infinite-loop.ll | 83 ++++++++++++++++++++++
2 files changed, 112 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/Hexagon/loop-idiom/pmpy-infinite-loop.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 llvm.
from 2884223 Move spill size and alignment info from MC to TargetRegisterInfo
new 3d91fe7 [CMake] Provide an option to disable runtimes build
new 550e23d [libFuzzer] create experimental support for user-provided cov [...]
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:
CMakeLists.txt | 8 ++++-
lib/Fuzzer/CMakeLists.txt | 1 +
lib/Fuzzer/FuzzerDefs.h | 17 ++++++++--
lib/Fuzzer/FuzzerExtraCounters.cpp | 41 ++++++++++++++++++++++++
lib/Fuzzer/FuzzerTracePC.cpp | 2 +-
lib/Fuzzer/FuzzerTracePC.h | 63 ++++++++++++++++++++++---------------
lib/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/FuzzerUnittest.cpp | 23 ++++++++++++++
lib/Fuzzer/test/TableLookupTest.cpp | 43 +++++++++++++++++++++++++
lib/Fuzzer/test/extra-counters.test | 6 ++++
runtimes/CMakeLists.txt | 13 ++++++--
11 files changed, 186 insertions(+), 32 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerExtraCounters.cpp
create mode 100644 lib/Fuzzer/test/TableLookupTest.cpp
create mode 100644 lib/Fuzzer/test/extra-counters.test
--
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 fad096f [Outliner] Remove unused lambda capture.
new 2884223 Move spill size and alignment info from MC to TargetRegisterInfo
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/MC/MCRegisterInfo.h | 9 ---------
include/llvm/Target/TargetRegisterInfo.h | 5 +++--
utils/TableGen/RegisterInfoEmitter.cpp | 8 ++++----
3 files changed, 7 insertions(+), 15 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 8e0e073 [PDB] Use two DBs when dumping the IPI stream
new fad096f [Outliner] Remove unused lambda capture.
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/CodeGen/MachineOutliner.cpp | 4 ++--
1 file 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 gcc.
from 8403bd2 Fix Debug Mode test failures
new c0c8b85 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/ChangeLog | 7 ++++
gcc/config/rs6000/rs6000.c | 55 +++++++++++++++++++++----
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/powerpc/p9-options-1.c | 28 +++++++++++++
4 files changed, 87 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-options-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.