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 537070f68 [tsan] Include __tsan_external_* API from a header file inste [...]
new 6733410e1 [cfi] Disable ThinLTO + CFI tests on Windows.
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/cfi/CMakeLists.txt | 3 ++-
1 file changed, 2 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 698667025ab Handle invariant.group.barrier in BasicAA
new 49a37e6bb12 [AMDGPU] Merge M0 initializations
new 9d3f4cc120f AMDGPU: Set StackGrowsUp in MCAsmInfo
new 38bd5524b01 AMDGPU: Select scratch mubuf offsets when pointer is a constant
new a23ad66819b Move value type list from TargetRegisterClass to TargetRegi [...]
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/llvm/Target/TargetLowering.h | 3 +-
include/llvm/Target/TargetRegisterInfo.h | 45 ++---
lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 3 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 14 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 6 +-
lib/CodeGen/TargetLoweringBase.cpp | 9 +-
lib/CodeGen/TargetRegisterInfo.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 53 +++++-
lib/Target/AMDGPU/BUFInstructions.td | 75 ++++++---
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp | 1 +
lib/Target/AMDGPU/SIFixSGPRCopies.cpp | 185 ++++++++++++++++++++-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 3 +
lib/Target/AVR/AVRInstrInfo.cpp | 8 +-
lib/Target/AVR/AVRRegisterInfo.cpp | 5 +-
lib/Target/Mips/MipsOptimizePICCall.cpp | 5 +-
lib/Target/Mips/MipsSEInstrInfo.cpp | 16 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 4 +-
lib/Target/Sparc/SparcISelLowering.cpp | 4 +-
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 3 +-
lib/Target/X86/X86ISelLowering.cpp | 12 +-
lib/Target/X86/X86InstrInfo.cpp | 4 +-
test/CodeGen/AMDGPU/addrspacecast.ll | 9 +-
test/CodeGen/AMDGPU/merge-m0.mir | 132 +++++++++++++++
test/CodeGen/AMDGPU/mubuf-offset-private.ll | 136 +++++++++++++++
test/CodeGen/AMDGPU/private-access-no-objects.ll | 16 +-
test/CodeGen/AMDGPU/spill-m0.ll | 22 +--
26 files changed, 643 insertions(+), 134 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/merge-m0.mir
create mode 100644 test/CodeGen/AMDGPU/mubuf-offset-private.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 llvm.
from ba1627c4657 [SimplifyCFG] Fix for non-determinism in codegen
new 759e22a147c [asan] Let the frontend disable gc-sections optimization fo [...]
new 698667025ab Handle invariant.group.barrier in BasicAA
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/IR/Value.h | 11 ++++++++
include/llvm/Transforms/Instrumentation.h | 3 +-
lib/Analysis/BasicAliasAnalysis.cpp | 12 ++++----
lib/IR/Value.cpp | 19 +++++++++++--
.../Instrumentation/AddressSanitizer.cpp | 32 +++++++++++-----------
...global_metadata.ll => global_metadata_array.ll} | 7 +++--
test/Other/Inputs/invariant.group.barrier.ll | 15 ++++++++++
test/Transforms/GVN/invariant.group.ll | 12 ++++----
8 files changed, 78 insertions(+), 33 deletions(-)
copy test/Instrumentation/AddressSanitizer/{global_metadata.ll => global_metadata_ [...]
create mode 100644 test/Other/Inputs/invariant.group.barrier.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 43864bcdf2 [OpenMP] Initial implementation of code generation for pragm [...]
new 28cbd0c0d3 [analyzer] Improve suppression for inlined defensive checks [...]
new afa3384a4e [asan] Disable ASan global-GC depending on the target and co [...]
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/CodeGen/BackendUtil.cpp | 36 +++++++++++++++----
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 20 +++++++++++
lib/StaticAnalyzer/Core/Store.cpp | 12 +++++--
test/Analysis/inlining/inline-defensive-checks.c | 41 +++++++++++++++++++++-
test/Analysis/inlining/inline-defensive-checks.cpp | 15 +++++++-
test/Analysis/null-deref-offsets.c | 34 ++++++++++++++++++
test/Analysis/uninit-const.cpp | 2 +-
test/CodeGen/asan-globals-gc.cpp | 7 ++++
8 files changed, 155 insertions(+), 12 deletions(-)
create mode 100644 test/Analysis/null-deref-offsets.c
create mode 100644 test/CodeGen/asan-globals-gc.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 36d7c2b2e59 Move size and alignment information of regclass to TargetRe [...]
new ba1627c4657 [SimplifyCFG] Fix for non-determinism in codegen
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/Transforms/Utils/SimplifyCFG.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 clang.
from 2987ebbf30 Pragma: Fix DebugOverflowStack() resulting in endless loop.
new 43864bcdf2 [OpenMP] Initial implementation of code generation for pragm [...]
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/CGOpenMPRuntime.cpp | 22 +-
lib/CodeGen/CGOpenMPRuntime.h | 40 +-
lib/CodeGen/CGStmtOpenMP.cpp | 436 +++-
lib/CodeGen/CodeGenFunction.h | 96 +-
test/OpenMP/distribute_parallel_for_codegen.cpp | 2260 ++++++++++++++++++++
...istribute_parallel_for_firstprivate_codegen.cpp | 619 ++++++
test/OpenMP/distribute_parallel_for_if_codegen.cpp | 192 ++
...istribute_parallel_for_lastprivate_codegen.cpp} | 368 +++-
...distribute_parallel_for_num_threads_codegen.cpp | 121 ++
...=> distribute_parallel_for_private_codegen.cpp} | 123 +-
.../distribute_parallel_for_proc_bind_codegen.cpp | 93 +
11 files changed, 4185 insertions(+), 185 deletions(-)
create mode 100644 test/OpenMP/distribute_parallel_for_codegen.cpp
create mode 100644 test/OpenMP/distribute_parallel_for_firstprivate_codegen.cpp
create mode 100644 test/OpenMP/distribute_parallel_for_if_codegen.cpp
copy test/OpenMP/{distribute_lastprivate_codegen.cpp => distribute_parallel_for_la [...]
create mode 100644 test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
copy test/OpenMP/{distribute_private_codegen.cpp => distribute_parallel_for_privat [...]
create mode 100644 test/OpenMP/distribute_parallel_for_proc_bind_codegen.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 gcc.
from 1db009e8c68 * parser.c (cp_parser_cv_qualifier_seq_opt): Add fi [...]
new c487041b00e X /[ex] 4 < Y /[ex] 4
new 35f228e425a Fix location of sizeof/alignof (PR c++/80016)
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:
gcc/ChangeLog | 4 ++
gcc/cp/ChangeLog | 6 ++
gcc/cp/parser.c | 19 +++++--
gcc/match.pd | 7 +++
gcc/testsuite/ChangeLog | 11 ++++
.../g++.dg/plugin/diagnostic-test-expressions-1.C | 66 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/cmpexactdiv-2.c | 11 ++++
7 files changed, 120 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpexactdiv-2.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 76c532ddba8 CodeGen: Add a hook for getFenceOperandTy
new 6f76a43cea4 Updates documentation for a syntax sugar libfuzzer flag,
new 83092adef9b Don't emit CFI instructions at the end of a function
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:
docs/LibFuzzer.rst | 12 +++++++++---
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 ++++++++++
test/CodeGen/PowerPC/empty-functions.ll | 6 +-----
test/CodeGen/SPARC/empty-functions.ll | 10 +---------
test/CodeGen/X86/eh-frame-unreachable.ll | 11 +++++++++++
test/CodeGen/X86/empty-functions.ll | 8 +-------
6 files changed, 33 insertions(+), 24 deletions(-)
create mode 100644 test/CodeGen/X86/eh-frame-unreachable.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 c350a659a4 Remove erroneous driver test for -fsanitize=fuzzer flag
new 2987ebbf30 Pragma: Fix DebugOverflowStack() resulting in endless loop.
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/Lex/Pragma.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.