This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 71a5dd191a4 * gcc.dg/struct-layout-1_generate.c (generate_fields): Fix [...]
new 4cb91b78e15 * profile-count.h (slow_safe_scale_64bit): New function. [...]
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 | 8 ++++++++
gcc/profile-count.c | 19 +++++++++++++++++++
gcc/profile-count.h | 50 ++++++++++++++++++++++++++++++++++++--------------
3 files changed, 63 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 a8a175e0de5 Convert a few ErrorOr to Expected.
new 7848ae3db61 Convert the last uses of ErrorOr in COFF.h.
new 3e4703639ca Remove unused include.
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/COFF.h | 8 ++++----
include/llvm/Object/RelocVisitor.h | 1 -
lib/Object/COFFObjectFile.cpp | 13 ++++++-------
3 files changed, 10 insertions(+), 12 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 compiler-rt.
from 452879a46 [libFuzzer] experimental flag to tweak the corpus distributio [...]
new 0ba9bf56c [asan] Tweak test output to diagnose buildbot failures.
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/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc | 8 ++++++--
1 file changed, 6 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 3bdf5a5d833 [PATCH] DECL_ASSEMBLER_NAME and friends
new 71a5dd191a4 * gcc.dg/struct-layout-1_generate.c (generate_fields): 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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c | 2 +-
2 files changed, 6 insertions(+), 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 2540c741d5a [NFC] Convert OptimizationRemarkEmitter old emit() calls to [...]
new a8a175e0de5 Convert a few ErrorOr to Expected.
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/COFF.h | 16 ++++++++--------
tools/llvm-objdump/COFFDump.cpp | 4 ++--
tools/llvm-readobj/COFFDumper.cpp | 8 ++++----
3 files changed, 14 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 185804338 [ELF] - Fix out of sync comment. NFC.
new 129f5cca2 Update for llvm change.
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 ++-----
1 file changed, 2 insertions(+), 5 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 0aed7aeeba3 Convert a couple of ErrorOr to Expected. NFC.
new 2540c741d5a [NFC] Convert OptimizationRemarkEmitter old emit() calls to [...]
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:
.../CodeGen/MachineOptimizationRemarkEmitter.h | 15 ++
lib/Analysis/InlineCost.cpp | 23 +--
lib/Analysis/ValueTracking.cpp | 16 +-
lib/CodeGen/MachineOutliner.cpp | 47 +++---
lib/CodeGen/PrologEpilogInserter.cpp | 11 +-
lib/CodeGen/RegAllocGreedy.cpp | 25 +--
lib/CodeGen/StackProtector.cpp | 44 +++--
lib/Transforms/IPO/Inliner.cpp | 84 +++++----
lib/Transforms/IPO/PartialInlining.cpp | 59 ++++---
lib/Transforms/IPO/SampleProfile.cpp | 31 ++--
.../Instrumentation/IndirectCallPromotion.cpp | 40 +++--
.../Instrumentation/PGOInstrumentation.cpp | 6 +-
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp | 8 +-
lib/Transforms/Scalar/GVN.cpp | 16 +-
lib/Transforms/Scalar/LICM.cpp | 40 +++--
lib/Transforms/Scalar/LoopDataPrefetch.cpp | 6 +-
lib/Transforms/Scalar/LoopDistribute.cpp | 20 ++-
lib/Transforms/Scalar/LoopInterchange.cpp | 188 +++++++++++----------
lib/Transforms/Scalar/LoopUnrollPass.cpp | 64 ++++---
lib/Transforms/Scalar/TailRecursionElimination.cpp | 18 +-
lib/Transforms/Utils/LoopUnroll.cpp | 22 ++-
lib/Transforms/Utils/SimplifyLibCalls.cpp | 6 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 117 +++++++------
23 files changed, 533 insertions(+), 373 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 a160c4529a9 Remove an unused include.
new 0aed7aeeba3 Convert a couple of ErrorOr to Expected. 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/Object/COFF.h | 4 ++--
lib/Object/COFFObjectFile.cpp | 18 ++++++++++--------
2 files changed, 12 insertions(+), 10 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 8a5a3a87a09 [Hexagon] Handle non-immediate operands to A2_addi in getIn [...]
new 86ab1f56e4e Convert an ErrorOr to Expected.
new a160c4529a9 Remove an unused include.
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/ELFObjectFile.h | 11 +++++------
include/llvm/Object/RelocVisitor.h | 7 ++++---
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 9 ++++++---
test/Object/invalid.test | 4 +++-
4 files changed, 18 insertions(+), 13 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 971295a0cb1 [PATCH] DECL_ASSEMBLER_NAME and friends
new 3bdf5a5d833 [PATCH] DECL_ASSEMBLER_NAME and friends
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 | 13 +++++++++++++
gcc/c/ChangeLog | 4 ++++
gcc/c/c-decl.c | 3 ++-
gcc/gimple-expr.c | 10 +++++-----
gcc/ipa-utils.h | 17 ++++++++--------
gcc/passes.c | 4 +++-
gcc/recog.c | 1 +
gcc/tree-pretty-print.c | 6 ++++--
gcc/tree-ssa-structalias.c | 48 +++++++++++++++++++---------------------------
gcc/tree.h | 3 +--
10 files changed, 61 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.