This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2ed4ddeb742 [DebugInfo] Add remaining files to r325970
new f7d53809c16 bpf: Use markSuperRegs to mark reserved registers
new 4aaa0b2af40 bpf: Tighten the immediate predication for 32-bit alu instructions
new 3cd876e906d bpf: Define instruction patterns for extensions and truncat [...]
new ead0a5d4bfb bpf: New target attribute "alu32" for 32-bit subregister support
new e3694b14f28 bpf: New calling convention for 32-bit subregisters
new e776173462b bpf: Handle i32 for ALU operations without ISA support
new 56af0c94dd2 bpf: Support condition comparison on i32
new 91229ae9e7f bpf: Support i32 in getScalarShiftAmountTy method
new 9b683c79201 bpf: New instruction patterns for 32-bit subregister load a [...]
new 7beb63a0de2 bpf: Support 32-bit subregister in various InstrInfo hooks
new 01d04feb88f bpf: Enable 32-bit subregister support for -mattr=+alu32
new c5cb13fb0df bpf: New decoder namespace for 32-bit subregister load/store
new 626c6f65428 bpf: New optimization pass for eliminating unnecessary i32 [...]
new be8bc4f620c bpf: New codegen testcases for 32-bit subregister support
new 249517dbb6f bpf: New disassembler testcases for 32-bit subregister support
new 2d1e0695fb7 [AMDGPU] Fixed madak.ll test on VI, added GFX10. NFC.
The 16 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/BPF/BPF.h | 3 +
lib/Target/BPF/BPF.td | 3 +
lib/Target/BPF/BPFCallingConv.td | 20 ++
lib/Target/BPF/BPFISelDAGToDAG.cpp | 14 +-
lib/Target/BPF/BPFISelLowering.cpp | 189 ++++++++++-----
lib/Target/BPF/BPFISelLowering.h | 10 +
lib/Target/BPF/BPFInstrInfo.cpp | 10 +
lib/Target/BPF/BPFInstrInfo.td | 155 +++++++++++-
lib/Target/BPF/BPFMIPeephole.cpp | 175 ++++++++++++++
lib/Target/BPF/BPFRegisterInfo.cpp | 4 +-
lib/Target/BPF/BPFSubtarget.cpp | 2 +
lib/Target/BPF/BPFSubtarget.h | 4 +
lib/Target/BPF/BPFTargetMachine.cpp | 18 ++
lib/Target/BPF/CMakeLists.txt | 1 +
lib/Target/BPF/Disassembler/BPFDisassembler.cpp | 45 +++-
test/CodeGen/AMDGPU/madak.ll | 78 ++++---
test/CodeGen/BPF/32-bit-subreg-alu.ll | 298 ++++++++++++++++++++++++
test/CodeGen/BPF/32-bit-subreg-cond-select.ll | 100 ++++++++
test/CodeGen/BPF/32-bit-subreg-load-store.ll | 107 +++++++++
test/CodeGen/BPF/32-bit-subreg-peephole.ll | 36 +++
test/MC/BPF/insn-unit-32.s | 1 +
test/MC/BPF/insn-unit.s | 21 +-
test/MC/BPF/load-store-32.s | 25 ++
23 files changed, 1209 insertions(+), 110 deletions(-)
create mode 100644 lib/Target/BPF/BPFMIPeephole.cpp
create mode 100644 test/CodeGen/BPF/32-bit-subreg-alu.ll
create mode 100644 test/CodeGen/BPF/32-bit-subreg-cond-select.ll
create mode 100644 test/CodeGen/BPF/32-bit-subreg-load-store.ll
create mode 100644 test/CodeGen/BPF/32-bit-subreg-peephole.ll
create mode 100644 test/MC/BPF/load-store-32.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 clang.
from 09dd8b45bd [CFG] Try to narrow down MSVC compiler crash via binary search.
new af90db31b5 [Sema][ObjC] Process category attributes before checking pro [...]
new 99a4322ebe bpf: Hook target feature "alu32" with LLVM
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/Basic/Targets/BPF.h | 9 ++++++++-
lib/Sema/SemaDeclObjC.cpp | 11 +++++++----
.../unguarded-availability-category-protocol-use.m | 18 ++++++++++++++++++
3 files changed, 33 insertions(+), 5 deletions(-)
create mode 100644 test/SemaObjC/unguarded-availability-category-protocol-use.m
--
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 712969ac08 [analyzer] Relax the assert used when traversing the node graph.
new 09dd8b45bd [CFG] Try to narrow down MSVC compiler crash via binary search.
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/CFG.cpp | 28 +++++++++++++++++-----------
1 file changed, 17 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 gcc.
from e65055a5580 compiler: ignore aliases in fieldtrack info
new 241b2ec07ff PR libstdc++/84532 prevent unwrapping of reference_wrapper [...]
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 | 8 ++++++
libstdc++-v3/include/std/thread | 15 +++++------
.../{promise/69106.cc => async/84532.cc} | 30 +++++++++++++---------
.../thread/{id/operators.cc => 84532.cc} | 28 ++++++++++----------
4 files changed, 47 insertions(+), 34 deletions(-)
copy libstdc++-v3/testsuite/30_threads/{promise/69106.cc => async/84532.cc} (65%)
copy libstdc++-v3/testsuite/30_threads/thread/{id/operators.cc => 84532.cc} (65%)
--
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 b438a3f14 [Utility] Simplify and generalize the CleanUp helper, NFC
new 0861c7931 Fix a compiler warning in ModuleCacheTest.cpp, 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:
unittests/Target/ModuleCacheTest.cpp | 4 ++--
1 file changed, 2 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 clang.
from 91c8aa8a6b [CFG] NFC: Speculative attempt to fix MSVC internal compiler [...]
new 599d6eacd9 [analyzer] Consider switch- and goto- labels when constructi [...]
new 4f283ec900 [analyzer] mark returns of functions where the region passed [...]
new 712969ac08 [analyzer] Relax the assert used when traversing the node graph.
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/StaticAnalyzer/Core/BugReporter.cpp | 30 ++-
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 272 +++++++++++++++++++++
lib/StaticAnalyzer/Core/ExprEngineC.cpp | 6 +-
.../diagnostics/no-store-func-path-notes.c | 226 +++++++++++++++++
.../diagnostics/no-store-func-path-notes.cpp | 147 +++++++++++
.../diagnostics/no-store-func-path-notes.m | 46 ++++
test/Analysis/diagnostics/undef-value-param.c | 36 ++-
test/Analysis/diagnostics/undef-value-param.m | 50 +++-
test/Analysis/exploration_order/noexprcrash.c | 17 ++
.../html_diagnostics/relevant_lines/goto.c | 13 +
.../html_diagnostics/relevant_lines/switch.c | 20 ++
.../relevant_lines/switch_default.c | 20 ++
12 files changed, 871 insertions(+), 12 deletions(-)
create mode 100644 test/Analysis/diagnostics/no-store-func-path-notes.c
create mode 100644 test/Analysis/diagnostics/no-store-func-path-notes.cpp
create mode 100644 test/Analysis/diagnostics/no-store-func-path-notes.m
create mode 100644 test/Analysis/exploration_order/noexprcrash.c
create mode 100644 test/Analysis/html_diagnostics/relevant_lines/goto.c
create mode 100644 test/Analysis/html_diagnostics/relevant_lines/switch.c
create mode 100644 test/Analysis/html_diagnostics/relevant_lines/switch_default.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 3d238821f12 [MemorySSA] Fix a cache invalidation bug with removed accesses
new f41b0c1dff5 [PowerPC] Disable shrink-wrapping when getting PC address t [...]
new 2ed4ddeb742 [DebugInfo] Add remaining files to r325970
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/Target/PowerPC/PPCFrameLowering.cpp | 2 +
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 10 ++++
lib/Target/PowerPC/PPCMachineFunctionInfo.h | 11 ++++
test/Bitcode/metadata-source.ll | 13 +++++
test/Bitcode/metadata-source.ll.bc | Bin 0 -> 1028 bytes
test/CodeGen/Generic/dwarf-source.ll | 61 +++++++++++++++++++++
test/CodeGen/PowerPC/pr33547.ll | 70 +++++++++++++++++++++++++
test/Linker/Inputs/metadata-source-a.ll | 22 ++++++++
test/Linker/Inputs/metadata-source-b.ll | 22 ++++++++
test/Linker/metadata-source.ll | 4 ++
test/MC/AsmParser/debug-empty-source.s | 7 +++
test/MC/AsmParser/debug-no-source.s | 5 ++
test/MC/ELF/debug-file-options.s | 36 +++++++++++++
test/MC/ELF/debug-source.s | 32 +++++++++++
test/tools/llvm-objdump/Inputs/embedded-source | Bin 0 -> 9936 bytes
test/tools/llvm-objdump/embedded-source.test | 22 ++++++++
16 files changed, 317 insertions(+)
create mode 100644 test/Bitcode/metadata-source.ll
create mode 100644 test/Bitcode/metadata-source.ll.bc
create mode 100644 test/CodeGen/Generic/dwarf-source.ll
create mode 100644 test/CodeGen/PowerPC/pr33547.ll
create mode 100644 test/Linker/Inputs/metadata-source-a.ll
create mode 100644 test/Linker/Inputs/metadata-source-b.ll
create mode 100644 test/Linker/metadata-source.ll
create mode 100644 test/MC/AsmParser/debug-empty-source.s
create mode 100644 test/MC/AsmParser/debug-no-source.s
create mode 100644 test/MC/ELF/debug-file-options.s
create mode 100644 test/MC/ELF/debug-source.s
create mode 100644 test/tools/llvm-objdump/Inputs/embedded-source
create mode 100644 test/tools/llvm-objdump/embedded-source.test
--
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 491b0d6736 [CFG] [analyzer] NFC: Allow more complicated construction contexts.
new 91c8aa8a6b [CFG] NFC: Speculative attempt to fix MSVC internal compiler [...]
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/CFG.cpp | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.