This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7fa9b1fe0e7 Minor tweak to test case.
new 980f103186a Use a stable topological sort in DwarfCompileUnit::createSc [...]
new cde943d9759 [x86] consolidate and add tests for undef binop folds; NFC
new 5c4660bc608 [Lanai] Code model dictates section selection.
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:
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 80 ++++-
lib/Target/Lanai/LanaiTargetObjectFile.cpp | 12 +-
test/CodeGen/X86/combine-sdiv.ll | 35 ---
test/CodeGen/X86/combine-srem.ll | 35 ---
test/CodeGen/X86/combine-udiv.ll | 35 ---
test/CodeGen/X86/combine-urem.ll | 35 ---
test/CodeGen/X86/undef-ops.ll | 434 ++++++++++++++++++++++++++++
test/DebugInfo/X86/vla-dependencies.ll | 18 +-
test/DebugInfo/X86/vla-global.ll | 65 +++++
test/DebugInfo/X86/vla-multi.ll | 136 +++++++++
10 files changed, 717 insertions(+), 168 deletions(-)
create mode 100644 test/CodeGen/X86/undef-ops.ll
create mode 100644 test/DebugInfo/X86/vla-global.ll
create mode 100644 test/DebugInfo/X86/vla-multi.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 d048a9ebfa Add Rest of Targets Support to ValidCPUList (enabling march notes)
new b881e2ba8c [analyzer] MallocChecker: Fix one more bug category.
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/StaticAnalyzer/Checkers/MallocChecker.cpp | 4 ++--
test/Analysis/malloc-fnptr-plist.c | 11 +++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
create mode 100644 test/Analysis/malloc-fnptr-plist.c
--
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 f0574ca6a6c [DWARFv5] Fix dumper to show the file table starts at index 0.
new 7fa9b1fe0e7 Minor tweak to test case.
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/LowerTypeTests/Inputs/blockaddr-import.yaml | 1 -
1 file changed, 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 lldb.
from d1209b049 Rewrite testcase to not depend on Foundation implementation details.
new 5134b1204 Only throw -fPIC when building a shared library
new e8d8e27da Recognize MSVC style mangling in CPlusPlusLanguage::IsCPPMangledName
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:
.../breakpoint/global_constructor/Makefile | 1 -
.../functionalities/breakpoint/move_nearest/Makefile | 1 -
.../lldbsuite/test/functionalities/load_unload/a.mk | 3 ---
.../lldbsuite/test/functionalities/load_unload/b.mk | 2 --
.../lldbsuite/test/functionalities/load_unload/c.mk | 2 --
.../lldbsuite/test/functionalities/load_unload/d.mk | 2 --
.../test/functionalities/load_unload/hidden/Makefile | 2 --
.../test/functionalities/pre_run_dylibs/Makefile | 2 --
.../process_attach/TestProcessAttach.py | 2 +-
.../lldbsuite/test/lang/c/conflicting-symbol/One.mk | 2 --
.../lldbsuite/test/lang/c/conflicting-symbol/Two.mk | 2 --
.../Python/lldbsuite/test/lang/c/shared_lib/Makefile | 1 -
.../test/lang/c/shared_lib_stripped_symbols/Makefile | 1 -
.../Python/lldbsuite/test/lang/c/tls_globals/Makefile | 1 -
.../lldbsuite/test/lang/cpp/namespace_definitions/a.mk | 2 --
.../lldbsuite/test/lang/cpp/namespace_definitions/b.mk | 2 --
packages/Python/lldbsuite/test/lldbtest.py | 8 ++++----
packages/Python/lldbsuite/test/make/Makefile.rules | 5 +++++
.../process/read-mem-cstring/TestReadMemCString.py | 10 +++++-----
.../Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp | 18 +++++++++++-------
20 files changed, 26 insertions(+), 43 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 a39a1f8aa0 [CFG] Add extra context to C++ constructor statement elements.
new 1f67aebbda Make march/target-cpu print a note with the list of valid va [...]
new 548d966602 Add X86 Support to ValidCPUList (enabling march notes)
new 492fdccfc7 Add NVPTX Support to ValidCPUList (enabling march notes)
new d048a9ebfa Add Rest of Targets Support to ValidCPUList (enabling march notes)
The 4 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/clang/Basic/Cuda.h | 1 +
include/clang/Basic/DiagnosticCommonKinds.td | 1 +
include/clang/Basic/TargetInfo.h | 3 +
lib/Basic/Cuda.cpp | 6 ++
lib/Basic/Targets.cpp | 5 ++
lib/Basic/Targets/AArch64.cpp | 5 ++
lib/Basic/Targets/AArch64.h | 1 +
lib/Basic/Targets/AMDGPU.cpp | 89 ++++++-------------
lib/Basic/Targets/AMDGPU.h | 54 ++++++++++++
lib/Basic/Targets/ARM.cpp | 4 +
lib/Basic/Targets/ARM.h | 2 +
lib/Basic/Targets/AVR.cpp | 48 +++++------
lib/Basic/Targets/AVR.h | 1 +
lib/Basic/Targets/BPF.cpp | 12 +++
lib/Basic/Targets/BPF.h | 9 +-
lib/Basic/Targets/Hexagon.cpp | 30 +++++--
lib/Basic/Targets/Hexagon.h | 2 +
lib/Basic/Targets/Lanai.cpp | 4 +
lib/Basic/Targets/Lanai.h | 2 +
lib/Basic/Targets/Mips.cpp | 31 +++----
lib/Basic/Targets/Mips.h | 1 +
lib/Basic/Targets/NVPTX.cpp | 2 +
lib/Basic/Targets/NVPTX.h | 6 ++
lib/Basic/Targets/Nios2.h | 4 +
lib/Basic/Targets/PPC.cpp | 69 +++++----------
lib/Basic/Targets/PPC.h | 1 +
lib/Basic/Targets/Sparc.cpp | 123 ++++++++++++++++++---------
lib/Basic/Targets/Sparc.h | 47 ++--------
lib/Basic/Targets/SystemZ.cpp | 32 +++++--
lib/Basic/Targets/SystemZ.h | 2 +
lib/Basic/Targets/WebAssembly.cpp | 14 +--
lib/Basic/Targets/WebAssembly.h | 1 +
lib/Basic/Targets/X86.cpp | 15 +++-
lib/Basic/Targets/X86.h | 2 +
34 files changed, 358 insertions(+), 271 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 c9ae4f956af AMDGPU: Process SDWA block at a time
new f0574ca6a6c [DWARFv5] Fix dumper to show the file table starts at index 0.
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/DebugInfo/DWARF/DWARFDebugLine.cpp | 5 ++++-
test/CodeGen/Generic/dwarf-md5.ll | 4 ++--
test/DebugInfo/X86/dwarfdump-header-64.s | 4 ++--
test/DebugInfo/X86/dwarfdump-header.s | 8 ++++----
test/DebugInfo/X86/dwarfdump-line-only.s | 4 ++--
test/MC/ARM/dwarf-asm-multiple-sections.s | 8 ++++----
test/MC/ELF/debug-md5.s | 4 ++--
7 files changed, 20 insertions(+), 17 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 0b84c86812 [analyzer] Self-debug: Dump the core's internal state traits [...]
new a39a1f8aa0 [CFG] Add extra context to C++ constructor statement elements.
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/clang/Analysis/AnalysisDeclContext.h | 1 +
include/clang/Analysis/CFG.h | 78 ++++++++++++++++++--
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 10 +++
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 2 +-
lib/Analysis/AnalysisDeclContext.cpp | 4 +-
lib/Analysis/CFG.cpp | 86 +++++++++++++++++++---
lib/StaticAnalyzer/Core/AnalysisManager.cpp | 1 +
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 8 +-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 23 +++---
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 1 +
test/Analysis/analyzer-config.c | 3 +-
test/Analysis/analyzer-config.cpp | 3 +-
test/Analysis/cfg-rich-constructors.cpp | 46 ++++++++++++
test/Analysis/cfg.cpp | 27 +++++--
14 files changed, 255 insertions(+), 38 deletions(-)
create mode 100644 test/Analysis/cfg-rich-constructors.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 1a2742d054e [X86] Improve combineCastedMaskArithmetic to fold (bitcast [...]
new 6a919aa7ac1 [GlobalIsel][X86] Making {G_IMPLICIT_DEF, s128} legal
new cbd9100de9c [GlobalISel][X86] Fixing failures after https://reviews.llv [...]
new 7913bcdcffe AMDGPU: Minor cleanups
new c9ae4f956af AMDGPU: Process SDWA block at a time
The 4 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/SIPeepholeSDWA.cpp | 70 ++--
lib/Target/X86/X86CallLowering.cpp | 40 ++-
lib/Target/X86/X86InstructionSelector.cpp | 58 +++-
lib/Target/X86/X86LegalizerInfo.cpp | 5 +
lib/Target/X86/X86RegisterBankInfo.cpp | 21 ++
test/CodeGen/AMDGPU/sdwa-peephole.ll | 2 +-
test/CodeGen/X86/GlobalISel/callingconv.ll | 4 +-
.../X86/GlobalISel/irtranslator-callingconv.ll | 27 +-
.../X86/GlobalISel/legalize-fadd-scalar.mir | 50 ++-
.../X86/GlobalISel/legalize-fdiv-scalar.mir | 50 ++-
.../X86/GlobalISel/legalize-fmul-scalar.mir | 50 ++-
.../X86/GlobalISel/legalize-fpext-scalar.mir | 18 +-
.../X86/GlobalISel/legalize-fsub-scalar.mir | 50 ++-
test/CodeGen/X86/GlobalISel/legalize-phi.mir | 123 ++++---
.../X86/GlobalISel/regbankselect-X86_64.mir | 285 +++++++++-------
test/CodeGen/X86/GlobalISel/select-fadd-scalar.mir | 116 ++++---
test/CodeGen/X86/GlobalISel/select-fconstant.mir | 40 ++-
test/CodeGen/X86/GlobalISel/select-fdiv-scalar.mir | 116 ++++---
test/CodeGen/X86/GlobalISel/select-fmul-scalar.mir | 116 ++++---
.../CodeGen/X86/GlobalISel/select-fpext-scalar.mir | 18 +-
test/CodeGen/X86/GlobalISel/select-fsub-scalar.mir | 116 ++++---
.../CodeGen/X86/GlobalISel/select-memop-scalar.mir | 364 +++++++++++++--------
test/CodeGen/X86/GlobalISel/select-phi.mir | 152 +++++----
test/CodeGen/X86/GlobalISel/select-undef.mir | 22 ++
24 files changed, 1212 insertions(+), 701 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 bf0d414987 [analyzer] Self-debug: Dump environment frame-by-frame.
new 0b84c86812 [analyzer] Self-debug: Dump the core's internal state traits [...]
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:
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 5 +-
.../StaticAnalyzer/Core/PathSensitive/SubEngine.h | 3 +-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 56 +++++++++++++++++++++-
lib/StaticAnalyzer/Core/ProgramState.cpp | 2 +-
4 files changed, 61 insertions(+), 5 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 e6e6570887f PR target/81143 * gcc.target/powerpc/pr79799-2.c: Use __L [...]
new 849f720e9ec PR target/83008 * config/i386/x86-tune-costs.h (skylake_c [...]
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 | 12 ++++++++++
gcc/config/i386/i386.c | 4 ++++
gcc/config/i386/x86-tune-costs.h | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr83008.c | 40 +++++++++++++++++++++++++++++++++
5 files changed, 63 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr83008.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.