This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cadb3e1bef2 Revert r312194: "[MachineOutliner] Add missed optimization [...]
new 5c5cdb3c217 [IRCE] Identify loops with latch comparison against current [...]
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 60 +++++--
.../IRCE/latch-comparison-against-current-value.ll | 182 +++++++++++++++++++++
2 files changed, 231 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/IRCE/latch-comparison-against-current-value.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 2dd48cf476 Remove accidental newline.
new 90051f7676 [modules] Add ability to specify module name to module 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:
docs/Modules.rst | 11 ++++--
include/clang/Driver/Options.td | 4 +--
include/clang/Lex/HeaderSearch.h | 30 ++++++++++++-----
include/clang/Lex/HeaderSearchOptions.h | 4 +++
include/clang/Serialization/ASTReader.h | 10 ++++++
include/clang/Serialization/ModuleManager.h | 14 ++++++--
lib/Driver/ToolChains/Clang.cpp | 9 +++--
lib/Frontend/CompilerInstance.cpp | 17 +++++++---
lib/Frontend/CompilerInvocation.cpp | 22 +++++++++---
lib/Frontend/FrontendActions.cpp | 4 +--
lib/Lex/HeaderSearch.cpp | 23 ++++++++-----
lib/Serialization/ASTReader.cpp | 32 +++++++++++++++---
lib/Serialization/ASTWriter.cpp | 18 +++++++---
lib/Serialization/GlobalModuleIndex.cpp | 4 +++
lib/Serialization/ModuleManager.cpp | 16 +++++++--
.../basic/basic.search/module-import.cpp | 39 ++++++++++++++++++++++
16 files changed, 208 insertions(+), 49 deletions(-)
create mode 100644 test/CXX/modules-ts/basic/basic.search/module-import.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 9f2d0b861e2 [IRCE][NFC] Rename IndVarNext to IndVarBase
new cadb3e1bef2 Revert r312194: "[MachineOutliner] Add missed optimization [...]
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/CodeGen/MachineOutliner.cpp | 37 +-----------
test/CodeGen/AArch64/machine-outliner-remarks.ll | 73 ------------------------
2 files changed, 1 insertion(+), 109 deletions(-)
delete mode 100644 test/CodeGen/AArch64/machine-outliner-remarks.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 glibc.
from 4fa9b3bfe6 Fix mcontext_t sigcontext namespace (bug 21457).
new d6e290a6ca Remove redundant data in li_BE which is identical to the dat [...]
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:
localedata/ChangeLog | 5 +++++
localedata/locales/li_BE | 37 +------------------------------------
2 files changed, 6 insertions(+), 36 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 c1f9a996bb Fix the test fix from r312181
new 63a8c8247d Suppress -Wdelete-non-virtual-dtor warnings about classes de [...]
new 51dffa448c Fix path regex in test to match on Windows
new 2dd48cf476 Remove accidental newline.
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/Sema/SemaExprCXX.cpp | 6 ++++++
test/CXX/modules-ts/basic/basic.link/module-declaration.cpp | 2 +-
test/SemaCXX/destructor.cpp | 10 ++++++++++
3 files changed, 17 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 c3f95e0648c AMDGPU: Don't assert in TTI with fp32 denorms enabled
new b9af9b04deb Temporarily revert "Update branch coalescing to be a PowerP [...]
new 9f2d0b861e2 [IRCE][NFC] Rename IndVarNext to IndVarBase
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/CodeGen/Passes.h | 3 +
include/llvm/InitializePasses.h | 1 +
.../BranchCoalescing.cpp} | 89 +++++++++-------------
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/TargetPassConfig.cpp | 3 +
lib/Target/PowerPC/CMakeLists.txt | 1 -
lib/Target/PowerPC/PPC.h | 1 -
lib/Target/PowerPC/PPCTargetMachine.cpp | 8 --
.../Scalar/InductiveRangeCheckElimination.cpp | 42 +++++-----
test/CodeGen/PowerPC/branch_coalesce.ll | 57 ++++----------
test/CodeGen/PowerPC/select-i1-vs-i1.ll | 8 +-
12 files changed, 87 insertions(+), 128 deletions(-)
rename lib/{Target/PowerPC/PPCBranchCoalescing.cpp => CodeGen/BranchCoalescing.cpp} (90%)
--
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 639888fca52 Revert "llvm-mt: Fix release of OutputDoc"
new c3f95e0648c AMDGPU: Don't assert in TTI with fp32 denorms enabled
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/AMDGPUTargetTransformInfo.cpp | 28 +++++++-
test/Analysis/CostModel/AMDGPU/fdiv.ll | 89 ++++++++++++++++++++++---
2 files changed, 103 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 99469895318 llvm-mt: Fix release of OutputDoc
new 639888fca52 Revert "llvm-mt: Fix release of OutputDoc"
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/WindowsManifest/WindowsManifestMerger.cpp | 4 +---
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 3321e42bf2 Add elf64.lo together with elfxx-x86.lo for 64-bit BFD
new af471f828c PR22048, Incorrect .eh_frame section in libc.so
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/ChangeLog | 7 +++++++
bfd/elflink.c | 25 +++++++++++++++----------
2 files changed, 22 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 binutils-gdb.
from ef32532f22 FT32: Permit R_FT32_18 overflow
new 59e8523bf8 FT32: improve disassembly readability
new 3321e42bf2 Add elf64.lo together with elfxx-x86.lo for 64-bit BFD
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:
bfd/ChangeLog | 6 ++++++
bfd/configure | 7 +++++++
bfd/configure.ac | 7 +++++++
opcodes/ChangeLog | 5 +++++
opcodes/ft32-dis.c | 19 ++++++++++++-------
5 files changed, 37 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.