This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 15209888f52 Revert r310870 "[InstCombine][InstSimplify] 'git add' two f [...]
new 74b28d63c32 Revert r310869 "[InstSimplify][InstCombine] Modify the inte [...]
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/Transforms/Utils/CmpInstAnalysis.h | 70 +++++++++++++
lib/Analysis/CMakeLists.txt | 1 -
lib/Analysis/InstructionSimplify.cpp | 52 ++++++----
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 18 +---
lib/Transforms/Utils/CMakeLists.txt | 1 +
lib/Transforms/Utils/CmpInstAnalysis.cpp | 108 +++++++++++++++++++++
test/Transforms/InstSimplify/select.ll | 14 ++-
7 files changed, 223 insertions(+), 41 deletions(-)
create mode 100644 include/llvm/Transforms/Utils/CmpInstAnalysis.h
create mode 100644 lib/Transforms/Utils/CmpInstAnalysis.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 lld.
from 5a9ed4d6c [PDB] Ignore all S_UDT symbols when writing PDBs.
new d1858ee6f [COFF] Add support for aligncomm directives
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/Chunks.cpp | 4 +++
COFF/Chunks.h | 1 +
COFF/Config.h | 3 ++
COFF/Driver.cpp | 24 +++++++++++++
COFF/Driver.h | 1 +
COFF/DriverUtils.cpp | 16 +++++++++
COFF/Options.td | 1 +
COFF/Symbols.h | 2 +-
test/COFF/{common.test => common-alignment.test} | 45 ++++++------------------
9 files changed, 61 insertions(+), 36 deletions(-)
copy test/COFF/{common.test => common-alignment.test} (63%)
--
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 29130c26f71 [InstSimplify][InstCombine] Modify the interface of decompo [...]
new fcc217010fb [InstCombine][InstSimplify] 'git add' two files that moved [...]
new 15209888f52 Revert r310870 "[InstCombine][InstSimplify] 'git add' two f [...]
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:
--
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 af34a3a6d6b [PowerPC] Add codegen for VSX word extract convert to FP
new 2d255356774 [InstSimplify] Add some tests cases for selects with bittes [...]
new 29130c26f71 [InstSimplify][InstCombine] Modify the interface of decompo [...]
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/Transforms/Utils/CmpInstAnalysis.h | 70 -------------
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/InstructionSimplify.cpp | 52 ++++------
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 18 +++-
lib/Transforms/Utils/CMakeLists.txt | 1 -
lib/Transforms/Utils/CmpInstAnalysis.cpp | 108 ---------------------
test/Transforms/InstSimplify/select.ll | 52 ++++++++++
7 files changed, 89 insertions(+), 213 deletions(-)
delete mode 100644 include/llvm/Transforms/Utils/CmpInstAnalysis.h
delete mode 100644 lib/Transforms/Utils/CmpInstAnalysis.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 lld.
from 2fc57dfce Add a comment and remove a TODO.
new 5a9ed4d6c [PDB] Ignore all S_UDT symbols when writing PDBs.
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/PDB.cpp | 8 +++++++-
test/COFF/pdb-globals.test | 6 +-----
test/COFF/pdb-symbol-types.yaml | 4 ----
test/COFF/pdb-type-server-simple.test | 6 +-----
4 files changed, 9 insertions(+), 15 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 d5e69e3759d * gcc.dg/ucnid-5.c: Skip on AIX. * gcc.targ [...]
new c8616982bf8 PR c/81117 - Improve buffer overflow checking in strncpy - part 1
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 | 8 +++++++
gcc/c-family/ChangeLog | 7 ++++++
gcc/c-family/c-format.c | 37 ++++++++++++++++++++++++++++++-
gcc/c-family/c-format.h | 1 +
gcc/c/ChangeLog | 5 +++++
gcc/c/c-objc-common.c | 12 +++++++++-
gcc/cp/ChangeLog | 5 +++++
gcc/cp/error.c | 8 ++++++-
gcc/gimple-pretty-print.c | 19 ++++++++++++++++
gcc/gimple-pretty-print.h | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/format/gcc_diag-10.c | 19 ++++++++++++----
gcc/tree-diagnostic.c | 8 ++++++-
gcc/tree-pretty-print.c | 14 ++++++------
gcc/tree-pretty-print.h | 2 +-
15 files changed, 135 insertions(+), 16 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 d3abe1c8ef Remove BITS_IN_BYTES define
new bf0ec4c276 GDB testsuite: Suppress GCC's colored output
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/lib/gdb.exp | 30 +++++++++++++++++++++++++++++-
2 files changed, 34 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 428d06359ca PR translation/79998 - typo in diagnostic "specified bound %wu"
new d5e69e3759d * gcc.dg/ucnid-5.c: Skip on AIX. * gcc.targ [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/ucnid-5.c | 2 +-
gcc/testsuite/gcc.target/powerpc/pr79909.c | 1 +
3 files changed, 7 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 e01dfba9adf [GISel]: Add some helper constructors to MIRBuilder
new af34a3a6d6b [PowerPC] Add codegen for VSX word extract convert to FP
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/PowerPC/PPCInstrVSX.td | 54 ++++++++++
test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll | 63 +++++++++++
test/CodeGen/PowerPC/remove-redundant-moves.ll | 128 +++++++++++++++++++++++
3 files changed, 245 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 glibc.
from dbb488ff46 Use “copy "i18n"” in km_KH locale
new 54d68f5f61 Change language name in LC_IDENTIFICATION of bn_BD and bn_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:
localedata/ChangeLog | 7 +++++++
localedata/locales/bn_BD | 4 ++--
localedata/locales/bn_IN | 10 +++++-----
3 files changed, 14 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.