This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 535931191d Automatic date update in version.in
new e7098a0b49 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 lnt.
from 52f5005 [Docs] Use `db_default` instead of `default` in example submit url.
new 2422056 docs/importing_data: Add missing 'hash' field
new 132671b lnttool/admin: Add option to skip SSL certificate validation
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/importing_data.rst | 7 ++++---
lnt/lnttool/admin.py | 5 +++++
2 files changed, 9 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 d8375d73687 [AArch64][RegisterBankInfo] Add mapping for G_FPEXT.
new b57c6f4150d [Verifier] Remove the -verify-debug-info cl::opt
new c7ddffcd329 Reland "Add feature to determine if host architecture is 64 [...]
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/IR/Verifier.cpp | 2 --
test/CodeGen/NVPTX/generic-to-nvvm-ir.ll | 2 +-
test/DebugInfo/Generic/location-verifier.ll | 2 +-
test/lit.site.cfg.py.in | 1 +
4 files changed, 3 insertions(+), 4 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 89fd072604f [llvm-objcopy] Fix bug in how segment alignment was being handled
new 0ae3f32f564 mir-canon: First commit.
new 87cdca2231e [AArch64][RegisterBankInfo] Add FPR16 support in value mapping.
new d8375d73687 [AArch64][RegisterBankInfo] Add mapping for G_FPEXT.
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:
include/llvm/InitializePasses.h | 1 +
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/MIRCanonicalizerPass.cpp | 626 +++++++++++++++++++++
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 106 +++-
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 40 +-
lib/Target/AArch64/AArch64RegisterBankInfo.h | 27 +-
.../AArch64/GlobalISel/arm64-regbankselect.mir | 104 ++++
8 files changed, 870 insertions(+), 36 deletions(-)
create mode 100644 lib/CodeGen/MIRCanonicalizerPass.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 glibc.
from 5baac970a8 tpi_PG locale: fix syntax error [BZ #22382]
new 43ddff2e36 Declare wcstof functions for more _FloatN, _FloatNx types.
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:
ChangeLog | 16 ++++++++++++++
wcsmbs/wchar.h | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 84 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 a555cf06835 IndVarSimplify: preserve debug information attached to wide [...]
new 6d06c893037 [X86] Give AVX512VL instructions priority over their AVX eq [...]
new 89fd072604f [llvm-objcopy] Fix bug in how segment alignment was being handled
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/X86/X86InstrSSE.td | 4 +--
test/CodeGen/X86/avx-intrinsics-x86.ll | 26 +++++++++-----
test/CodeGen/X86/sse-intrinsics-x86.ll | 13 ++++---
test/CodeGen/X86/sse2-intrinsics-x86.ll | 13 ++++---
...py.test => check-addr-offset-align-binary.test} | 23 ++++++------
.../check-addr-offset-align.test} | 42 ++++++++++++----------
tools/llvm-objcopy/Object.cpp | 20 +++++++++--
7 files changed, 91 insertions(+), 50 deletions(-)
copy test/tools/llvm-objcopy/{basic-align-copy.test => check-addr-offset-align-bin [...]
copy test/tools/{yaml2obj/program-header-align.yaml => llvm-objcopy/check-addr-off [...]
--
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 f79fab6f98f AMDGPU: Fix warning discovered by r317266 [-Wunused-private-field]
new 56898c12450 Add feature to determine if host architecture is 64-bit in [...]
new a555cf06835 IndVarSimplify: preserve debug information attached to wide [...]
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/Transforms/Scalar/IndVarSimplify.cpp | 10 +++
.../IndVarSimplify/scev-phi-debug-info.ll | 71 ++++++++++++++++++++++
test/lit.cfg.py | 3 +
test/lit.site.cfg.py.in | 2 +-
4 files changed, 85 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/IndVarSimplify/scev-phi-debug-info.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 dd33e177dd8 Irreducible loop metadata for more accurate block frequency [...]
new f79fab6f98f AMDGPU: Fix warning discovered by r317266 [-Wunused-private-field]
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/AMDGPU/SIMachineFunctionInfo.h | 1 -
1 file changed, 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 da35e5e8bec [Hexagon] Prefer L2_loadrub_io over L4_loadrub_rr
new dd33e177dd8 Irreducible loop metadata for more accurate block frequency [...]
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/LangRef.rst | 23 +++
include/llvm/Analysis/BlockFrequencyInfo.h | 4 +
include/llvm/Analysis/BlockFrequencyInfoImpl.h | 49 ++++-
include/llvm/CodeGen/MachineBasicBlock.h | 10 +
include/llvm/CodeGen/MachineBlockFrequencyInfo.h | 2 +
include/llvm/IR/BasicBlock.h | 2 +
include/llvm/IR/LLVMContext.h | 1 +
include/llvm/IR/MDBuilder.h | 3 +
include/llvm/Transforms/PGOInstrumentation.h | 2 +
lib/Analysis/BlockFrequencyInfo.cpp | 5 +
lib/Analysis/BlockFrequencyInfoImpl.cpp | 21 +++
lib/CodeGen/MachineBasicBlock.cpp | 8 +
lib/CodeGen/MachineBlockFrequencyInfo.cpp | 6 +
lib/IR/BasicBlock.cpp | 13 ++
lib/IR/LLVMContext.cpp | 1 +
lib/IR/MDBuilder.cpp | 7 +
.../Instrumentation/PGOInstrumentation.cpp | 28 ++-
.../Analysis/BlockFrequencyInfo/irreducible_pgo.ll | 208 +++++++++++++++++++++
test/ThinLTO/X86/lazyload_metadata.ll | 4 +-
.../PGOProfile/Inputs/irreducible.proftext} | 31 +--
test/Transforms/PGOProfile/irreducible.ll | 184 ++++++++++++++++++
21 files changed, 588 insertions(+), 24 deletions(-)
create mode 100644 test/Analysis/BlockFrequencyInfo/irreducible_pgo.ll
copy test/{tools/llvm-cov/Inputs/prevent_false_instantiations.proftext => Transfor [...]
create mode 100644 test/Transforms/PGOProfile/irreducible.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 1c2e4e2c3a Modular Codegen: Don't home/modularize static functions in headers
new 4e3af04476 Modular Codegen: Don't home always_inline functions
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/Serialization/ASTWriterDecl.cpp | 8 +++++---
test/Modules/Inputs/codegen/foo.h | 3 +++
test/Modules/Inputs/codegen/use.cpp | 3 +++
test/Modules/codegen.test | 4 +++-
4 files changed, 14 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.