This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a2c49110903 [X86][Btver2] Attach AES/CLMUL instructions to a scheduler pipe
new 03d35ec16ac [PPC] Avoid non-simple MVT in STBRX optimization
new 0d2e162af58 Add missing #includes.
new a60f94fa6bd Move some function declarations higher so they can be found.
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/DebugInfo/PDB/Native/HashTable.h | 8 +++++---
lib/Target/PowerPC/PPCISelLowering.cpp | 6 +++++-
test/CodeGen/PowerPC/pr35402.ll | 18 ++++++++++++++++++
3 files changed, 28 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/PowerPC/pr35402.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 457b8b54363 [EarlyCSE] Reuse invariant scopes for invariant load
new 1ae46a07efa Refactor the PDB HashTable class.
new d8d0bbd266f [X86] Fix 80 column violations.
new e9d01827a3b [X86] Simplify the type legality checking for (FM)ADDSUB/SU [...]
new a2c49110903 [X86][Btver2] Attach AES/CLMUL instructions to a scheduler pipe
The 4 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/DebugInfo/PDB/Native/HashTable.h | 249 +++++++++++++++------
include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h | 14 +-
include/llvm/DebugInfo/PDB/Native/TpiStream.h | 4 +-
lib/DebugInfo/PDB/Native/HashTable.cpp | 172 +-------------
lib/DebugInfo/PDB/Native/NamedStreamMap.cpp | 43 ++--
lib/DebugInfo/PDB/Native/TpiStream.cpp | 4 +-
lib/Target/X86/X86ISelLowering.cpp | 22 +-
lib/Target/X86/X86ScheduleBtVer2.td | 8 +-
tools/llvm-pdbutil/Analyze.cpp | 2 +-
unittests/DebugInfo/PDB/HashTableTest.cpp | 145 ++++++++----
10 files changed, 335 insertions(+), 328 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 bbba90a59aa cmd/go: force LANG=C when looking for compiler version
new e57bcc46239 PR c++/84222 * cp-tree.h (cp_warn_deprecated_use): Declar [...]
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/cp/ChangeLog | 10 +++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 20 ++++++++++----
gcc/cp/tree.c | 13 +++++++++
gcc/cp/typeck2.c | 2 +-
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/g++.dg/warn/deprecated-13.C | 44 +++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/warn/deprecated-6.C | 2 +-
gcc/testsuite/g++.dg/warn/deprecated.C | 4 +--
9 files changed, 93 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-13.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 73e0892707f [InstSimplify] peek through unsigned FP casts for sign-bit [...]
new 457b8b54363 [EarlyCSE] Reuse invariant scopes for invariant load
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/Transforms/Scalar/EarlyCSE.cpp | 23 +++++++++--------
test/Transforms/EarlyCSE/invariant-loads.ll | 38 ++++++++++++++++++++++++++---
2 files changed, 48 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 lld.
from e387fa3cc [ELF] - Fix build bot after rL327612.
new 80c3d0d74 Add a comment about ELF spec and the symbol table's sh_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:
ELF/InputFiles.cpp | 4 ++++
1 file changed, 4 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 lldb.
from b17aa9760 [dotest] remove confirm_directory_exclusivity remnants
new 6859ca15f Split skipIf decorator, the condition is supposed to be OR
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/lang/objc/modules-auto-import/TestModulesAutoImport.py | 3 ++-
1 file changed, 2 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 gcc.
from 24ea12bf622 Credit Paul Hua for r258559
new bbba90a59aa cmd/go: force LANG=C when looking for compiler version
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/go/gofrontend/MERGE | 2 +-
libgo/go/cmd/go/internal/work/buildid.go | 13 ++++++++++++-
2 files changed, 13 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 lldb.
from d82f286f0 Fix TestProcessLaunch breakage on MacOS
new b17aa9760 [dotest] remove confirm_directory_exclusivity remnants
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:
packages/Python/lldbsuite/test/lldbtest.py | 13 -------------
1 file changed, 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 llvm.
from 828ff3b7ed5 [ConstantFolding, InstSimplify] Handle more vector GEPs
new 8b845d3c43b [llvm-mca] Simplify code. NFC.
new d2827a5a712 [InstSimplify][NFC] simplifyICmpWithConstant(): refactor Ge [...]
new 73e0892707f [InstSimplify] peek through unsigned FP casts for sign-bit [...]
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/Analysis/InstructionSimplify.cpp | 22 ++++--
.../InstSimplify/cast-unsigned-icmp-cmp-0.ll | 81 +++++-----------------
tools/llvm-mca/Backend.cpp | 2 +-
tools/llvm-mca/Dispatch.cpp | 3 +-
tools/llvm-mca/Dispatch.h | 7 +-
5 files changed, 43 insertions(+), 72 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 ffb3337b41a [PowerPC] Optimize TLS initial-exec sequence to use X-Form [...]
new 828ff3b7ed5 [ConstantFolding, InstSimplify] Handle more vector GEPs
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/Analysis/InstructionSimplify.cpp | 4 ++--
lib/IR/ConstantFold.cpp | 25 ++++++++++++++++-------
test/Analysis/ConstantFolding/vectorgep-crash.ll | 26 ++++++++++++++++++++++++
test/Transforms/InstSimplify/vector_gep.ll | 18 ++++++++++++++++
4 files changed, 64 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.