This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a24a9b84eb5 [AArch64] Fix -Wimplicit-fallthrough warnings. NFCI.
new db24b6e4f77 [AMDGPU] Fix -Wimplicit-fallthrough warning. NFCI.
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/SIISelLowering.cpp | 8 ++------
1 file changed, 2 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 llvm.
from 7ed51111cee [ARM] Fix -Wimplicit-fallthrough warning. NFCI.
new a24a9b84eb5 [AArch64] Fix -Wimplicit-fallthrough warnings. NFCI.
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/AArch64/AArch64InstructionSelector.cpp | 8 ++++++--
1 file changed, 6 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 clang.
from 609e559729 [Bash-autocompletion] Auto complete cc1 options if -cc1 is s [...]
new c0ed38db22 Fix build failure with gcc about mixing enum and non-enum
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/CodeGenModule.cpp | 6 ++++--
lib/CodeGen/TargetInfo.cpp | 3 ++-
2 files changed, 6 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 glibc.
from 51e945a8f9 Added yesstr/nostr for kw_GB
new 218bb835cd build-many-glibcs.py: also build profiled objects
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 | 5 +++++
scripts/build-many-glibcs.py | 1 +
2 files changed, 6 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 libcxxabi.
from 065ab9e Fix incomplete type test on OS X; workaround weird DYLD_LIBRA [...]
new 9dd63d2 [Demangler] NFC: Move Db struct to beginning of file
new c392662 [Demangler] NFC: Don't make the parse_* functions templates
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:
src/cxa_demangle.cpp | 710 +++++++++++++++++++++++----------------------------
1 file changed, 323 insertions(+), 387 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 fb5cc8884b9 [Bash-autocompletion] Auto complete cc1 options if -cc1 is [...]
new 7ed51111cee [ARM] Fix -Wimplicit-fallthrough warning. NFCI.
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/ARM/ARMAsmPrinter.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 0acdce17938 Re-enable "[IndVars] Canonicalize comparisons between non-n [...]
new fb5cc8884b9 [Bash-autocompletion] Auto complete cc1 options if -cc1 is [...]
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/Option/OptTable.h | 3 ++-
lib/Option/OptTable.cpp | 6 +++++-
2 files changed, 7 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 clang.
from ed22ecfce6 [Bash-autocompletion] Fix a bug that -foo=bar doesn't handle [...]
new 609e559729 [Bash-autocompletion] Auto complete cc1 options if -cc1 is s [...]
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/Driver/Driver.cpp | 11 ++++++++++-
test/Driver/autocomplete.c | 4 ++++
utils/bash-autocomplete.sh | 16 ++++++++++------
3 files changed, 24 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 clang.
from 5a7460ecef [CodeGen] Fold variable into assert.
new ed22ecfce6 [Bash-autocompletion] Fix a bug that -foo=bar doesn't handle [...]
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:
utils/bash-autocomplete.sh | 6 ++++++
1 file changed, 6 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 llvm.
from 9e5be5ac4c3 [LoopVectorize] partly revert r307475
new 0acdce17938 Re-enable "[IndVars] Canonicalize comparisons between non-n [...]
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/Utils/SimplifyIndVar.cpp | 11 +++
test/Analysis/ScalarEvolution/guards.ll | 6 +-
test/Transforms/IndVarSimplify/canonicalize-cmp.ll | 98 ++++++++++++++++++++++
.../IndVarSimplify/eliminate-comparison.ll | 4 +-
test/Transforms/IndVarSimplify/widen-loop-comp.ll | 2 +-
5 files changed, 115 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/IndVarSimplify/canonicalize-cmp.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.