This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d3f442d [X86] Add knownbits vector ADD test
new d31cbc4 [X86] Updated knownbits vector ADD/SUB test
new ca668e1 IR: Introduce inrange attribute on getelementptr indices.
new a145558 [LSR] Tweak loop-strength-reduce-crash test. Test-only change.
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:
docs/LangRef.rst | 18 +++++++--
include/llvm/Bitcode/LLVMBitCodes.h | 3 +-
include/llvm/IR/Constants.h | 10 ++++-
include/llvm/IR/Operator.h | 9 ++++-
lib/Analysis/ConstantFolding.cpp | 40 ++++++++++++++-----
lib/AsmParser/LLLexer.cpp | 1 +
lib/AsmParser/LLParser.cpp | 31 ++++++++++-----
lib/AsmParser/LLParser.h | 3 +-
lib/AsmParser/LLToken.h | 1 +
lib/Bitcode/Reader/BitcodeReader.cpp | 22 ++++++++---
lib/Bitcode/Writer/BitcodeWriter.cpp | 7 +++-
lib/IR/AsmWriter.cpp | 6 +++
lib/IR/ConstantFold.cpp | 55 +++++++++++++++-----------
lib/IR/ConstantFold.h | 7 ++--
lib/IR/Constants.cpp | 13 ++++--
test/Analysis/ConstantFolding/gep.ll | 30 ++++++++++++++
test/Assembler/getelementptr.ll | 19 +++++++++
test/Bitcode/compatibility.ll | 7 ++++
test/CodeGen/X86/known-bits-vector.ll | 54 +++++++++++++++++--------
test/CodeGen/X86/loop-strength-reduce-crash.ll | 7 ++--
20 files changed, 259 insertions(+), 84 deletions(-)
create mode 100644 test/Analysis/ConstantFolding/gep.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 e11aa01 [clang-format] Fix PR30527: Regression when clang-format inse [...]
new 743e1ec [test] Remove implicit deps on libLTO.dylib on Darwin (NFC)
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/Driver/nostdlib.c | 10 +++++-----
test/Misc/backend-stack-frame-diagnostics.cpp | 2 +-
2 files changed, 6 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 gcc.
from c717a68 Fix ICE and improve errors for invalid anonymous structure de [...]
new d30c4ae combine: Do not call simplify from inside change_zero_ext (PR78232)
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/combine.c | 31 ++++++++++++++++++++++---------
2 files changed, 30 insertions(+), 9 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 fc1b3b3 ScheduleDAGInstrs: Slightly simplify code; NFC
new d3f442d [X86] Add knownbits vector ADD test
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/CodeGen/X86/known-bits-vector.ll | 17 +++++++++++++++++
1 file changed, 17 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 7a98835 [SelectionDAG] Add support for splatted vectors in SUB opcode
new fc1b3b3 ScheduleDAGInstrs: Slightly simplify code; NFC
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/ScheduleDAGInstrs.cpp | 32 ++++++++++++--------------------
1 file changed, 12 insertions(+), 20 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 d2d5b99 [X86] Add knownbits vector SUB test
new 7a98835 [SelectionDAG] Add support for splatted vectors in SUB opcode
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/SelectionDAG/SelectionDAG.cpp | 2 +-
test/CodeGen/X86/known-bits-vector.ll | 10 ++--------
2 files changed, 3 insertions(+), 9 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 31db86d PR c++/77337 - auto return and lambda
new ac1739d Fix some whitespace.
new c717a68 Fix ICE and improve errors for invalid anonymous structure de [...]
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:
gcc/fortran/ChangeLog | 12 ++
gcc/fortran/decl.c | 205 ++++++++++++++-----------
gcc/fortran/interface.c | 64 ++++----
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gfortran.dg/dec_structure_17.f90 | 27 ++++
5 files changed, 189 insertions(+), 124 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dec_structure_17.f90
--
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 2821987 RegisterCoalescer: Ignore interferences for constant physregs
new d2d5b99 [X86] Add knownbits vector SUB test
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/CodeGen/X86/known-bits-vector.ll | 23 +++++++++++++++++++++++
1 file changed, 23 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 de673d6 Fixing the Xcode build that I broke in r286479
new 27865e7 One more try to fix the Xcode project
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:
lldb.xcodeproj/project.pbxproj | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 ac0dbdf Clean up uses of unique_ptr for RAII objects. NFC.
new 557c8a8 [Sema] Range-ify for loop, add period to comment. NFC.
new e11aa01 [clang-format] Fix PR30527: Regression when clang-format inse [...]
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/Format/TokenAnnotator.cpp | 14 ++++++++++++--
lib/Sema/SemaDeclAttr.cpp | 4 ++--
lib/Sema/SemaOverload.cpp | 2 +-
unittests/Format/FormatTest.cpp | 20 ++++++++++++++++++++
4 files changed, 35 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.