This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b67f62b3d5 [FrontEnd] Allow overriding the default C/C++ -std via CMake vars
new d5efcc98f8 [CodeGen] Don't emit lifetime.end without lifetime.start
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/CGCall.cpp | 4 +---
test/CodeGen/64bit-swiftcall.c | 9 +++++++++
2 files changed, 10 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 compiler-rt.
from fda7be249 [scudo] Use gc-sections by default
new 6702fa4a3 [XRay][compiler-rt] Make unit tests depend on implementation 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:
lib/xray/tests/CMakeLists.txt | 11 +++++++++++
1 file changed, 11 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 lld.
from b003c5079 Implement --just-symbols.
new 3e8056263 Do not create temporary strings just to print out spaces. 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:
COFF/MapFile.cpp | 9 +++++----
ELF/MapFile.cpp | 9 +++++----
2 files changed, 10 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 llvm.
from c7343198cac Reapply "[DWARFv5] Emit file 0 to the line table."
new e2eaa5bc5ca [X86] Fix a typo in Host.cpp that causes us to misidentify [...]
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/Support/Host.cpp | 2 +-
1 file changed, 1 insertion(+), 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 95e5d37d586 DA: remove uses of GEP, only ask SCEV
new cd508410db3 [TargetLowering] Add vector BITCAST support to SimplifyDema [...]
new c7343198cac Reapply "[DWARFv5] Emit file 0 to the line table."
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/MC/MCContext.h | 9 +-
include/llvm/MC/MCDwarf.h | 29 +-
include/llvm/MC/MCStreamer.h | 6 +
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 11 +-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 +-
lib/CodeGen/AsmPrinter/DwarfUnit.h | 8 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 68 ++
lib/MC/MCAsmStreamer.cpp | 86 ++-
lib/MC/MCDwarf.cpp | 61 +-
lib/MC/MCParser/AsmParser.cpp | 6 +-
lib/MC/MCStreamer.cpp | 9 +
test/CodeGen/Generic/dwarf-md5.ll | 35 +-
test/CodeGen/Generic/dwarf-source.ll | 39 +-
test/CodeGen/X86/avg.ll | 284 +++++----
test/CodeGen/X86/mmx-build-vector.ll | 68 +-
test/CodeGen/X86/oddshuffles.ll | 6 +-
test/CodeGen/X86/vec_insert-7.ll | 7 +-
test/CodeGen/X86/vec_int_to_fp.ll | 38 +-
test/CodeGen/X86/vector-half-conversions.ll | 919 ++++++++++++++++------------
test/CodeGen/X86/vector-shuffle-128-v4.ll | 2 +-
test/CodeGen/X86/vector-shuffle-128-v8.ll | 68 +-
test/CodeGen/X86/vector-shuffle-256-v16.ll | 9 +-
test/DebugInfo/X86/dbg-file-name.ll | 2 +-
test/DebugInfo/X86/inline-asm-locs.ll | 2 +-
test/MC/ARM/dwarf-asm-multiple-sections.s | 4 +-
test/MC/ELF/debug-file-options.s | 13 +-
test/MC/ELF/debug-md5.s | 12 +-
test/MC/ELF/debug-source.s | 12 +-
test/MC/ELF/dwarf-file0.s | 19 +
tools/llvm-mc/llvm-mc.cpp | 12 +
30 files changed, 1062 insertions(+), 784 deletions(-)
create mode 100644 test/MC/ELF/dwarf-file0.s
--
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 e4e32bbd5b1 PrintStatistics() and PrintStatisticsJSON() should take StatLock
new 95e5d37d586 DA: remove uses of GEP, only ask SCEV
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/Analysis/DependenceAnalysis.cpp | 96 +---
lib/Transforms/Scalar/LoopInterchange.cpp | 6 +-
test/Analysis/DependenceAnalysis/Coupled.ll | 34 +-
test/Analysis/DependenceAnalysis/ExactSIV.ll | 38 +-
test/Analysis/DependenceAnalysis/GCD.ll | 103 +---
test/Analysis/DependenceAnalysis/Invariant.ll | 5 +-
.../NonCanonicalizedSubscript.ll | 13 +-
test/Analysis/DependenceAnalysis/Preliminary.ll | 542 +++++++++++----------
test/Analysis/DependenceAnalysis/Propagating.ll | 42 +-
test/Analysis/DependenceAnalysis/Separability.ll | 26 +-
test/Analysis/DependenceAnalysis/StrongSIV.ll | 4 +-
test/Analysis/DependenceAnalysis/SymbolicSIV.ll | 11 +-
.../LoopInterchange/call-instructions.ll | 44 +-
.../LoopInterchange/current-limitations-lcssa.ll | 14 +-
.../LoopInterchange/currentLimitation.ll | 13 +-
.../LoopInterchange/interchange-flow-dep-outer.ll | 59 +--
.../interchange-insts-between-indvar.ll | 51 +-
.../LoopInterchange/interchange-latch-no-exit.ll | 40 --
.../LoopInterchange/interchange-no-deps.ll | 20 +-
.../LoopInterchange/interchange-not-profitable.ll | 32 +-
.../interchange-output-dependencies.ll | 46 +-
.../interchange-simple-count-down.ll | 35 +-
.../LoopInterchange/interchange-simple-count-up.ll | 45 +-
.../loop-interchange-optimization-remarks.ll | 22 +-
.../not-interchanged-dependencies-1.ll | 29 +-
.../not-interchanged-loop-nest-3.ll | 48 +-
.../not-interchanged-tightly-nested.ll | 51 +-
test/Transforms/LoopInterchange/phi-ordering.ll | 32 +-
test/Transforms/LoopInterchange/profitability.ll | 72 +--
test/Transforms/LoopInterchange/reductions.ll | 47 +-
30 files changed, 515 insertions(+), 1105 deletions(-)
delete mode 100644 test/Transforms/LoopInterchange/interchange-latch-no-exit.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 gcc.
from 24d5b4f0035 PR c++/84684 * constexpr.c (cxx_bind_parameters_in_call): [...]
new 5c2a060095a PR libstdc++/84601 * include/std/optional (_Optional_payloa [...]
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:
libstdc++-v3/ChangeLog | 9 +
libstdc++-v3/include/std/optional | 420 +++++++++++++++++++--
libstdc++-v3/testsuite/20_util/optional/84601.cc | 22 ++
.../testsuite/20_util/optional/cons/value_neg.cc | 6 +-
4 files changed, 428 insertions(+), 29 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/optional/84601.cc
--
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 860fc25e85 [OPENMP] Fix generation of the unique names for task reducti [...]
new b67f62b3d5 [FrontEnd] Allow overriding the default C/C++ -std via CMake vars
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:
CMakeLists.txt | 6 ++++++
include/clang/Config/config.h.cmake | 6 ++++++
lib/Frontend/CompilerInvocation.cpp | 12 ++++++++++++
3 files changed, 24 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 lld.
from dccbfb970 Improve duplicated version handling.
new b003c5079 Implement --just-symbols.
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/Driver.cpp | 6 ++++++
ELF/InputFiles.cpp | 41 +++++++++++++++++++++++++++++++++++++++++
ELF/InputFiles.h | 3 +++
ELF/Options.td | 2 ++
test/ELF/Inputs/just-symbols.s | 9 +++++++++
test/ELF/just-symbols.s | 17 +++++++++++++++++
6 files changed, 78 insertions(+)
create mode 100644 test/ELF/Inputs/just-symbols.s
create mode 100644 test/ELF/just-symbols.s
--
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 2b8042c2ab1 [TargetLowering] Rename DAGCombinerInfo::isAfterLegalizeVec [...]
new e4e32bbd5b1 PrintStatistics() and PrintStatisticsJSON() should take StatLock
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/Support/Statistic.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.