This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 8ecfd7bd4a Add parameter to allow enabling/disabling selftests via configure
new 30653a8a7d Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.2-branch
in repository binutils-gdb.
from 0eb67af80d Automatic date update in version.in
new 7bf906af37 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_31-branch
in repository binutils-gdb.
from 6658a44822 Automatic date update in version.in
new 95b6baaf2f Automatic date update in version.in
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:
bfd/version.h | 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 63ec2563a97 Add a flag to remap manglings when reading profile data inf [...]
new 9528e40193f llvm-c: Add C APIs to access DebugLoc info
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-c/Core.h | 38 +++++++++++++++++++++++++++
lib/IR/Core.cpp | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 111 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 compiler-rt.
from 86f0a0a78 [hwasan] when reporting a bug, print some very basic informat [...]
new e06e91881 [hwasan] simplify a test
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/hwasan/TestCases/stack-history-length.c | 10 +++++-----
1 file changed, 5 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 clang.
from 58ae985211 Add a flag to remap manglings when reading profile data info [...]
new b53fdb7a6e Update documentation to indicate that profile remapping supp [...]
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:
docs/UsersManual.rst | 6 ++++++
1 file changed, 6 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 7f7ab9f57f5 [LTO] Account for overriding lib calls via the alias attribute
new 63ec2563a97 Add a flag to remap manglings when reading profile data inf [...]
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/LTO/Config.h | 3 ++
include/llvm/Passes/PassBuilder.h | 13 +++--
include/llvm/Transforms/IPO/SampleProfile.h | 7 ++-
.../Instrumentation/PGOInstrumentation.h | 4 +-
lib/LTO/LTO.cpp | 9 +++-
lib/LTO/LTOBackend.cpp | 3 +-
lib/Passes/PassBuilder.cpp | 9 ++--
lib/Transforms/IPO/SampleProfile.cpp | 48 +++++++++++++----
.../Instrumentation/PGOInstrumentation.cpp | 23 ++++++---
.../PGOProfile}/Inputs/remap.map | 0
.../Inputs/{branch1.proftext => remap.proftext} | 2 +-
test/Transforms/PGOProfile/remap.ll | 28 ++++++++++
.../SampleProfile}/Inputs/remap.map | 0
.../Inputs/{branch.prof => remap.prof} | 2 +-
test/Transforms/SampleProfile/remap.ll | 60 ++++++++++++++++++++++
tools/opt/NewPMDriver.cpp | 12 +++--
16 files changed, 189 insertions(+), 34 deletions(-)
copy test/{tools/llvm-cxxmap => Transforms/PGOProfile}/Inputs/remap.map (100%)
copy test/Transforms/PGOProfile/Inputs/{branch1.proftext => remap.proftext} (71%)
create mode 100644 test/Transforms/PGOProfile/remap.ll
copy test/{tools/llvm-cxxmap => Transforms/SampleProfile}/Inputs/remap.map (100%)
copy test/Transforms/SampleProfile/Inputs/{branch.prof => remap.prof} (64%)
create mode 100644 test/Transforms/SampleProfile/remap.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 clang.
from b6756678e3 [AST] Use -fvisibility value when ignoring -fv-i-h* inline s [...]
new 58ae985211 Add a flag to remap manglings when reading profile data info [...]
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:
docs/ReleaseNotes.rst | 5 +++
docs/UsersManual.rst | 63 +++++++++++++++++++++++++++
include/clang/Driver/Options.td | 5 +++
include/clang/Frontend/CodeGenOptions.h | 4 ++
lib/CodeGen/BackendUtil.cpp | 15 ++++---
lib/CodeGen/CodeGenModule.cpp | 2 +-
lib/Driver/ToolChains/Clang.cpp | 1 +
lib/Frontend/CompilerInvocation.cpp | 7 +++
test/CodeGenCXX/Inputs/profile-remap.map | 2 +
test/CodeGenCXX/Inputs/profile-remap.proftext | 7 +++
test/CodeGenCXX/Inputs/profile-remap.samples | 3 ++
test/CodeGenCXX/profile-remap.cpp | 27 ++++++++++++
test/Driver/clang_f_opts.c | 2 +
13 files changed, 137 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGenCXX/Inputs/profile-remap.map
create mode 100644 test/CodeGenCXX/Inputs/profile-remap.proftext
create mode 100644 test/CodeGenCXX/Inputs/profile-remap.samples
create mode 100644 test/CodeGenCXX/profile-remap.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 gcc.
from 10811950a63 PR c++/87567 - constexpr rejects call to non-constexpr fun [...]
new 6b413ca5992 PR middle-end/87574 * cgraphunit.c (cgraph_node::expand_t [...]
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/cgraphunit.c | 6 ++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/other/pr87574.C | 33 +++++++++++++++++++++++++++++++++
4 files changed, 49 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/other/pr87574.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 63c98b33197 [X86] Prevent non-temporal loads from folding into instruct [...]
new d784be6ea22 [MC][ELF] compute entity size for explicit sections
new 7f7ab9f57f5 [LTO] Account for overriding lib calls via the alias attribute
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/CodeGen/TargetLoweringObjectFileImpl.cpp | 50 +++++++++----------
lib/LTO/UpdateCompilerUsed.cpp | 16 ++++--
test/CodeGen/Generic/section_mergeable_size.ll | 3 ++
test/LTO/X86/libcall-overridden-via-alias.ll | 69 ++++++++++++++++++++++++++
4 files changed, 108 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGen/Generic/section_mergeable_size.ll
create mode 100755 test/LTO/X86/libcall-overridden-via-alias.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.