This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d928bbf6d29 Daily bump.
new c9cc296753e * config/avr/genmultilib.awk: Use gsub instead of gensub.
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 | 4 ++++
gcc/config/avr/genmultilib.awk | 2 +-
2 files changed, 5 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 f93293ef42e [LV] Report multiple reasons for not vectorizing under allo [...]
new 5e9f2d0f5d2 [KnownBits] Use !hasConflict() in asserts in place of Zero [...]
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/TargetLowering.cpp | 34 +++++++++++-----------
.../InstCombine/InstCombineSimplifyDemanded.cpp | 32 ++++++++++----------
2 files changed, 33 insertions(+), 33 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 893c346e0c6 libDebugInfo: Support symbolizing using DWP files
new f93293ef42e [LV] Report multiple reasons for not vectorizing under allo [...]
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/Vectorizers.rst | 4 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 62 +++++++----
.../X86/vectorization-remarks-missed.ll | 124 ++++++++++++++++++---
3 files changed, 153 insertions(+), 37 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 013125cca77 [AArch64] Fix PRR33100.
new 893c346e0c6 libDebugInfo: Support symbolizing using DWP files
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/DebugInfo/DWARF/DWARFContext.h | 7 ++++
lib/DebugInfo/DWARF/DWARFContext.cpp | 48 ++++++++++++++++++++++++----
lib/DebugInfo/DWARF/DWARFUnit.cpp | 9 ++----
test/DebugInfo/Inputs/split-dwarf-dwp.o | Bin 0 -> 2744 bytes
test/DebugInfo/Inputs/split-dwarf-dwp.o.dwp | Bin 0 -> 1256 bytes
test/DebugInfo/llvm-symbolizer.test | 8 +++++
6 files changed, 59 insertions(+), 13 deletions(-)
create mode 100644 test/DebugInfo/Inputs/split-dwarf-dwp.o
create mode 100644 test/DebugInfo/Inputs/split-dwarf-dwp.o.dwp
--
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 a1986434f82 Update expected result for or-branch.ll . NFC
new 013125cca77 [AArch64] Fix PRR33100.
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/AArch64ISelLowering.cpp | 17 ++++++++++-------
test/CodeGen/AArch64/optimize-imm.ll | 19 +++++++++++++++++++
2 files changed, 29 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 llvm.
from b3d3623b915 Cosmetic. Added braces to address gcc warning: suggest expl [...]
new a1986434f82 Update expected result for or-branch.ll . 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/CodeGen/X86/or-branch.ll | 66 ++++++++++++++++++++++++++++++++++---------
1 file changed, 53 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 clang.
from 2c7bb6c072 Added LLVM_FALLTHROUGH to address gcc warning: this statemen [...]
new 858db66427 [coroutines] Skip over passthrough operator co_await
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/CGCoroutine.cpp | 14 ++++++++++++++
test/CodeGenCoroutines/coro-await.cpp | 7 +++++++
2 files changed, 21 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 clang.
from dfe136f2ae [coroutines] Add emission of initial and final suspends
new 2c7bb6c072 Added LLVM_FALLTHROUGH to address gcc warning: this statemen [...]
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/ToolChains/Myriad.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 clang.
from 6954b2e3b2 [coroutines] Add support for deallocation elision
new dfe136f2ae [coroutines] Add emission of initial and final suspends
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/CGCoroutine.cpp | 8 ++++--
test/CodeGenCoroutines/coro-await.cpp | 51 ++++++++++++++++++++++++++++++---
test/CodeGenCoroutines/coro-cleanup.cpp | 10 +++----
3 files changed, 58 insertions(+), 11 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 fe8acda3017 TypeStreamMerger.h: Fix a \param in r303577. [-Wdocumentation]
new b3d3623b915 Cosmetic. Added braces to address gcc warning: suggest expl [...]
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:
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.