This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f915368 Simple bitop reassoc in match.pd
new ab49add cfgcleanup: Handle a branch with just a return in both arms ( [...]
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/cfgcleanup.c | 1 +
2 files changed, 8 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 b1ff276 Propagate branch metadata when some branch probability is missing.
new d56f6d6 Revert r269131
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/ProfileData/ProfileCommon.h | 37 +---------------
lib/Analysis/InlineCost.cpp | 6 +--
lib/Analysis/LLVMBuild.txt | 2 +-
lib/ProfileData/ProfileSummary.cpp | 44 -------------------
test/Transforms/Inline/inline-cold-callee.ll | 27 ++++--------
test/Transforms/Inline/inline-hot-callee.ll | 27 ++++--------
unittests/ProfileData/CMakeLists.txt | 1 -
unittests/ProfileData/ProfileSummaryTest.cpp | 66 ----------------------------
8 files changed, 21 insertions(+), 189 deletions(-)
delete mode 100644 unittests/ProfileData/ProfileSummaryTest.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 llvm.
from 182dac0 SDAG: Make SelectCodeCommon return void
new b1ff276 Propagate branch metadata when some branch probability is missing.
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/Utils/SimplifyCFG.cpp | 18 ++++++++++-----
.../SimplifyCFG/preserve-branchweights.ll | 26 +++++++++++++++++++++-
2 files changed, 38 insertions(+), 6 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 f2fd624 auto-generate checks
new 182dac0 SDAG: Make SelectCodeCommon return void
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/SelectionDAGISel.h | 13 +++---
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 66 +++++++++++++++++----------
utils/TableGen/DAGISelMatcherEmitter.cpp | 5 +-
3 files changed, 50 insertions(+), 34 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-tools-extra.
from 6fce394 [clang-tidy] Lift parsing of sequence of names functions to utils.
new 2d7f243 Disable IncludeFixerTests/IncludeFixer.NestedName for now. It [...]
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:
unittests/include-fixer/IncludeFixerTest.cpp | 3 +++
1 file changed, 3 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 79f2742 Reapply r266477 and r266488
new dc56682 AArch64: allow vN to represent 64-bit registers in inline asm.
new f2fd624 auto-generate checks
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/Target/AArch64/AArch64ISelLowering.cpp | 11 +++-
test/CodeGen/AArch64/arm64-inline-asm.ll | 14 +++++
test/CodeGen/X86/rem.ll | 89 +++++++++++++++++++++++-------
3 files changed, 90 insertions(+), 24 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 6876b9f Wildcard away paths in fixit CHECKs in my last testcase
new 2af0089 [VFS] One more unittest change to fix win10 buildbot
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:
unittests/Basic/VirtualFileSystemTest.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 master
in repository llvm.
from 8fd08e9 remove some comments and other cruft from checks
new e052ee9 [PM]: port IR based profUse pass to new pass manager
new 79f2742 Reapply r266477 and r266488
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/ProfileData/ProfileCommon.h | 37 +++++++++++-
include/llvm/Transforms/PGOInstrumentation.h | 12 +++-
lib/Analysis/InlineCost.cpp | 6 +-
lib/Analysis/LLVMBuild.txt | 2 +-
lib/Passes/PassRegistry.def | 1 +
lib/ProfileData/ProfileSummary.cpp | 44 +++++++++++++++
.../Instrumentation/PGOInstrumentation.cpp | 42 ++++++++++----
test/Transforms/Inline/inline-cold-callee.ll | 27 ++++++---
test/Transforms/Inline/inline-hot-callee.ll | 27 ++++++---
test/Transforms/PGOProfile/branch1.ll | 5 ++
test/Transforms/PGOProfile/branch2.ll | 1 +
test/Transforms/PGOProfile/criticaledge.ll | 1 +
test/Transforms/PGOProfile/diag_FE_profile.ll | 1 +
test/Transforms/PGOProfile/diag_mismatch.ll | 1 +
test/Transforms/PGOProfile/diag_no_funcprofdata.ll | 1 +
test/Transforms/PGOProfile/diag_no_profile.ll | 1 +
.../PGOProfile/indirect_call_annotation.ll | 1 +
test/Transforms/PGOProfile/landingpad.ll | 1 +
test/Transforms/PGOProfile/loop1.ll | 1 +
test/Transforms/PGOProfile/loop2.ll | 1 +
test/Transforms/PGOProfile/switch.ll | 1 +
unittests/ProfileData/CMakeLists.txt | 1 +
unittests/ProfileData/ProfileSummaryTest.cpp | 66 ++++++++++++++++++++++
23 files changed, 248 insertions(+), 33 deletions(-)
create mode 100644 unittests/ProfileData/ProfileSummaryTest.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 1b79d38 tsan: fix another crash due to processors
new 59977c2 Reapply r268608 after IR instr bug fix
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/profile/Inputs/instrprof-value-prof-real.c | 1 +
test/profile/instrprof-value-prof-shared.test | 1 +
test/profile/instrprof-value-prof.test | 7 ++++---
3 files changed, 6 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 73f2788 update test to use FileCheck for tighter checking
new c418e32 update test to use FileCheck for tighter checking
new 9ee5a28 Loop unroller: set thresholds for optsize and minsize functio [...]
new 654d431 MemCpyOpt: combine local load/store sequences into memcpy.
new 946a2f0 ARM: report an error when attempting to target a misalgined BLX
new 0d5b5cf Revert "MemCpyOpt: combine local load/store sequences into memcpy."
new 8fd08e9 remove some comments and other cruft from checks
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:
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 15 ++-
lib/Transforms/Scalar/LoopUnrollPass.cpp | 4 +-
test/CodeGen/X86/vector-rem.ll | 118 +++++++++++++++++++--
test/MC/ARM/aligned-blx.s | 34 ++++++
test/MC/ARM/misaligned-blx.s | 40 +++++++
test/Transforms/LoopUnroll/PowerPC/a2-unrolling.ll | 25 -----
test/Transforms/LoopUnroll/PowerPC/p7-unrolling.ll | 49 ---------
.../LoopUnroll/partial-unroll-optsize.ll | 53 ---------
test/Transforms/LoopUnroll/unroll-opt-attribute.ll | 56 +++-------
test/Transforms/LoopUnroll/unroll-pragmas.ll | 23 ++++
10 files changed, 234 insertions(+), 183 deletions(-)
create mode 100644 test/MC/ARM/aligned-blx.s
create mode 100644 test/MC/ARM/misaligned-blx.s
delete mode 100644 test/Transforms/LoopUnroll/partial-unroll-optsize.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.