This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from df85654ae81 Teach identify_file_magic to identify PDB files.
new eb85033972b [Pipeliner] Fixed node order issue related to zero latency edges
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/MachinePipeliner.cpp | 161 ++++++++++++++++++++++----
test/CodeGen/Hexagon/SUnit-boundary-prob.ll | 6 +-
test/CodeGen/Hexagon/frame-offset-overflow.ll | 11 +-
test/CodeGen/Hexagon/swp-vmult.ll | 4 +-
test/CodeGen/Hexagon/vect/vect-shuffle.ll | 6 +-
5 files changed, 159 insertions(+), 29 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 eea47794b2 [OPENMP] Fix lifetime of the loop counters.
new c8bc50c0d9 Push a function scope when parsing function bodies without a [...]
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/Sema/SemaDecl.cpp | 10 +++++++++-
test/SemaCXX/pr36536.cpp | 44 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 1 deletion(-)
create mode 100644 test/SemaCXX/pr36536.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 llvm.
from 59e31a6588b [PowerPC] Move test to correct location.
new df85654ae81 Teach identify_file_magic to identify PDB 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/BinaryFormat/Magic.h | 3 ++-
lib/BinaryFormat/Magic.cpp | 4 +++-
unittests/BinaryFormat/TestFileMagic.cpp | 3 +++
3 files changed, 8 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 llvm.
from 07657f23003 [X86] Make the MUL->VPMADDWD work before op legalization on [...]
new 59e31a6588b [PowerPC] Move test to correct location.
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/{Transforms/LoopStrengthReduce => CodeGen}/PowerPC/lsr-insns-3.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/{Transforms/LoopStrengthReduce => CodeGen}/PowerPC/lsr-insns-3.ll (100%)
--
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 b1eebfc1fc Add Clang ReleaseNotes that --autocomplete breaks backward c [...]
new eea47794b2 [OPENMP] Fix lifetime of the loop counters.
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/CGStmtOpenMP.cpp | 36 +++++------
lib/CodeGen/CodeGenFunction.h | 142 +++++++++++++++++++++++++-----------------
test/OpenMP/for_codegen.cpp | 14 ++++-
3 files changed, 115 insertions(+), 77 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 compiler-rt.
from df0d7bf4b [scudo] Make logging more consistent
new 7bcd41f70 [Fuzzer] Avoid the unnecessary rebuild of the custom libc++
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:
cmake/Modules/AddCompilerRT.cmake | 81 +++++++++++++++++++++++++++++----------
lib/fuzzer/CMakeLists.txt | 6 +--
lib/fuzzer/tests/CMakeLists.txt | 2 +-
lib/msan/tests/CMakeLists.txt | 2 +-
lib/tsan/CMakeLists.txt | 2 +-
test/fuzzer/lit.cfg | 6 +--
test/tsan/lit.cfg | 2 +-
7 files changed, 70 insertions(+), 31 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 fcc3acf39 [ELF] - Adjust rangeToString to report ranges in a different format.
new 2d325a5a5 Write a hash of the executable into the PE timestamp fields.
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/Writer.cpp | 64 ++++++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 50 insertions(+), 14 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 db90c7ee7 [SymbolFilePDB] Add missing Char16 and Char32 types in a few places
new 2d7b817ab [lldbtestsuite] llvm-objcopy is now required to run the lit tests.
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:
lit/CMakeLists.txt | 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 ef29b6a9cc9 [Hexagon] Rewrite non-HVX unaligned loads as pairs of aligned ones
new 92d52490c85 [Support] Stop passing StringRefs by const reference in som [...]
new 07657f23003 [X86] Make the MUL->VPMADDWD work before op legalization on [...]
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/Support/Host.h | 6 +-
lib/Support/Host.cpp | 15 ++--
lib/Target/X86/X86ISelLowering.cpp | 59 +++++++++-----
test/CodeGen/X86/shrink_vmul.ll | 152 ++++++++++++++-----------------------
4 files changed, 109 insertions(+), 123 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 a2e73f2d2 Revert r326911: Improve --warn-symbol-ordering.
new fcc3acf39 [ELF] - Adjust rangeToString to report ranges in a different format.
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/Writer.cpp | 2 +-
test/ELF/linkerscript/overlapping-sections.s | 20 ++++++++++----------
2 files changed, 11 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.