This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50
in repository lld.
from aee49a42e Merging r310992: -------------------------------------------- [...]
new 85c4f0b90 ReleaseNotes: drop in-progress warning
new e2974bce1 ReleaseNotes: minor touch-ups
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/ReleaseNotes.rst | 14 ++------------
1 file changed, 2 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 lld.
from cca95cedf [MIPS] Merge multiple functions for writing relocation result [...]
new 07bb068b4 Currently lld uses base names of files to match against file [...]
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:
ELF/LinkerScript.cpp | 18 ++++++++------
test/ELF/linkerscript/filename-spec.s | 47 ++++++++++++++++++++++++++++++++---
2 files changed, 54 insertions(+), 11 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 lnt.
from 4818529 Unused + type annotation cleanups
new 9c052d0 Unify SQL logging
new e666703 Remove a bunch of database versioning code
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:
lnt/lnttool/create.py | 5 +----
lnt/lnttool/import_data.py | 6 +++---
lnt/lnttool/updatedb.py | 8 ++++++--
lnt/lnttool/viewcomparison.py | 2 +-
lnt/server/config.py | 26 ++++++++++----------------
lnt/server/db/v4db.py | 14 +++++++-------
lnt/server/ui/app.py | 10 ++++------
lnt/server/ui/decorators.py | 8 +-------
lnt/server/ui/views.py | 19 ++++++-------------
tests/lnttool/PostgresDB.shtest | 4 ++--
tests/lnttool/UpdateDB.py | 4 ++--
tests/server/db/CreateV4TestSuite.py | 2 +-
tests/server/db/CreateV4TestSuiteInstance.py | 2 +-
tests/server/db/ImportV4TestSuiteInstance.py | 2 +-
tests/server/db/search.py | 2 +-
tests/server/ui/change_processing.py | 2 +-
16 files changed, 48 insertions(+), 68 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 c47e9eabb Simplify. NFC.
new 8ebf25076 [MIPS] Remove redundant function getPcRelocAddend. NFC
new e59dc19f0 [MIPS] Keep all code read addends in the `getImplicitAddend` [...]
new cca95cedf [MIPS] Merge multiple functions for writing relocation result [...]
The 3 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:
ELF/Arch/Mips.cpp | 98 ++++++++++++++++++--------------------------
ELF/Relocations.cpp | 5 +--
test/ELF/mips-hilo-hi-only.s | 2 +-
3 files changed, 41 insertions(+), 64 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 2de563a9abb [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
new d38687abb55 Move accurate-sample-profile into the function attribute.
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/IR/Attributes.td | 2 ++
lib/Analysis/ProfileSummaryInfo.cpp | 7 ++++---
test/Transforms/Inline/inline-cold-callsite-samplepgo.ll | 14 +++++++++++---
3 files changed, 17 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 clang.
from 9448f422a1 [ubsan] PR34266: When sanitizing the 'this' value for a memb [...]
new 9619ec9a5e Expose -mllvm -accurate-sample-profile to clang.
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/Driver/Options.td | 13 +++++++++++++
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/CodeGenFunction.cpp | 4 ++++
lib/Driver/ToolChains/Clang.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/CodeGen/profile-sample-accurate.c | 7 +++++++
test/Driver/clang_f_opts.c | 3 +++
test/Integration/thinlto_profile_sample_accurate.c | 9 +++++++++
8 files changed, 43 insertions(+)
create mode 100644 test/CodeGen/profile-sample-accurate.c
create mode 100644 test/Integration/thinlto_profile_sample_accurate.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 binutils-gdb.
from 074f606684 ld: Replace regexp with string match
new a160cc4628 Remove unused function set_inferior_target_data
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:
gdb/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/inferiors.c | 6 ------
gdb/gdbserver/inferiors.h | 1 -
3 files changed, 5 insertions(+), 7 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 libcxx.
from d4c890569 [NFC] remove trailing WS
new e8c8bc943 [libcxx] [test] Update for C++17 feature removals.
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/std/containers/Emplaceable.h | 4 +++-
test/std/containers/NotConstructible.h | 4 +++-
.../depr.base/binary_function.pass.cpp | 2 ++
.../depr.base/unary_function.pass.cpp | 2 ++
.../futures.task.members/ctor_func_alloc.pass.cpp | 2 ++
.../uses_allocator.pass.cpp | 2 ++
.../func.require/binary_function.pass.cpp | 2 ++
.../func.require/unary_function.pass.cpp | 2 ++
.../func.wrap/func.wrap.func/derive_from.pass.cpp | 3 ++-
.../refwrap/refwrap.access/conversion.pass.cpp | 1 -
.../refwrap/refwrap.assign/copy_assign.pass.cpp | 1 -
.../refwrap/refwrap.const/copy_ctor.pass.cpp | 1 -
.../refwrap/refwrap.const/type_ctor.pass.cpp | 1 -
.../function.objects/refwrap/weak_result.pass.cpp | 27 +++++++++++++++++-----
test/support/counting_predicates.hpp | 10 ++++++--
test/support/msvc_stdlib_force_include.hpp | 6 -----
16 files changed, 49 insertions(+), 21 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 8209cdfb4ca [PartialInlining] Type. NFC.
new 71f4afc0b84 test commit: fix typo in comment
new ca52e12050f [PartialInlining] Formatting. NFC.
new 2de563a9abb [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
The 3 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/LiveDebugValues.cpp | 55 +++++++++++-------
lib/CodeGen/LiveDebugVariables.cpp | 78 +++++++++++++++----------
lib/CodeGen/LiveDebugVariables.h | 13 ++---
lib/CodeGen/LiveInterval.cpp | 46 +++++++++------
lib/CodeGen/LiveRangeCalc.cpp | 30 +++++++---
lib/CodeGen/LiveRangeCalc.h | 46 ++++++++-------
lib/CodeGen/LiveRangeShrink.cpp | 37 ++++++++----
lib/CodeGen/MachineBlockFrequencyInfo.cpp | 38 +++++++------
lib/CodeGen/MachineBlockPlacement.cpp | 94 +++++++++++++++++++++----------
lib/CodeGen/MachineCSE.cpp | 47 ++++++++++++----
lib/Option/OptTable.cpp | 2 +-
lib/Transforms/IPO/PartialInlining.cpp | 2 +-
12 files changed, 314 insertions(+), 174 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 f757fb49a Minor refactoring. NFC.
new c47e9eabb Simplify. 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:
COFF/Driver.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.