This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c2406964f33 AMDGPU/GlobalISel: Address post-commit review comments for r332379
new a8e9721d8de MC: Change MCAsmBackend::writeNopData() to take a raw_ostre [...]
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/MC/MCAsmBackend.h | 8 ++--
lib/MC/MCAsmBackend.cpp | 6 +--
lib/MC/MCAssembler.cpp | 8 ++--
.../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 19 ++++----
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 11 +++--
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 51 +++++++++++-----------
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h | 12 +++--
lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h | 3 +-
lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h | 6 +--
lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h | 2 +-
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp | 4 +-
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h | 5 +--
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp | 40 +++++++----------
.../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 14 +++---
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp | 8 ++--
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 18 ++++----
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 6 +--
lib/Target/Nios2/MCTargetDesc/Nios2AsmBackend.cpp | 2 +-
lib/Target/Nios2/MCTargetDesc/Nios2AsmBackend.h | 4 +-
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp | 34 +++++++--------
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 11 ++---
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 18 ++++----
.../SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 9 ++--
.../MCTargetDesc/WebAssemblyAsmBackend.cpp | 20 ++++-----
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 35 ++++++++-------
25 files changed, 169 insertions(+), 185 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 52d10193ef1 [InstCombine] Fix PR37526: MinMax patterns produce an infin [...]
new c2406964f33 AMDGPU/GlobalISel: Address post-commit review comments for r332379
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/Target/AMDGPU/AMDGPUInstructionSelector.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 8b5d01038b8 [llvm-mca] Removed an empty line generated by the timeline [...]
new 52d10193ef1 [InstCombine] Fix PR37526: MinMax patterns produce an infin [...]
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 11 ++++++++---
test/Transforms/InstCombine/PR37526.ll | 22 ++++++++++++++++++++++
2 files changed, 30 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/InstCombine/PR37526.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 5f1f5eacd8 [OPENMP-SIMD] Fix PR37536: Fix definition of _OPENMP macro.
new 487e38f4cd [Clang Tablegen] Add llvm_unreachable() to getModifierName()
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:
utils/TableGen/ClangDiagnosticsEmitter.cpp | 2 ++
1 file changed, 2 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 llvm.
from b6c66c585ca [X86][BtVer2] Add a 'J' prefix to the PRF/RCU defs. NFC
new 8b5d01038b8 [llvm-mca] Removed an empty line generated by the timeline [...]
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:
.../llvm-mca/AArch64/CortexA57/direct-branch.s | 3 +-
test/tools/llvm-mca/AArch64/Exynos/direct-branch.s | 3 +-
test/tools/llvm-mca/ARM/simple-test-cortex-a9.s | 31 ++---
test/tools/llvm-mca/X86/BtVer2/read-advance-1.s | 3 +-
test/tools/llvm-mca/X86/BtVer2/read-advance-2.s | 3 +-
test/tools/llvm-mca/X86/BtVer2/read-advance-3.s | 3 +-
.../X86/BtVer2/vec-logic-read-after-ld-1.s | 3 +-
.../X86/BtVer2/vec-logic-read-after-ld-2.s | 3 +-
test/tools/llvm-mca/X86/bextr-read-after-ld.s | 119 ++++++++++++++---
test/tools/llvm-mca/X86/bzhi-read-after-ld.s | 99 +++++++++++---
test/tools/llvm-mca/X86/cpus.s | 1 +
test/tools/llvm-mca/X86/default-iterations.s | 5 +-
test/tools/llvm-mca/X86/dispatch_width.s | 21 ++-
test/tools/llvm-mca/X86/fma3-read-after-ld-1.s | 76 +++++++++--
test/tools/llvm-mca/X86/fma3-read-after-ld-2.s | 76 +++++++++--
test/tools/llvm-mca/X86/in-order-cpu.s | 1 +
test/tools/llvm-mca/X86/intel-syntax.s | 20 +--
.../tools/llvm-mca/X86/invalid-assembly-sequence.s | 1 +
test/tools/llvm-mca/X86/invalid-cpu.s | 1 +
test/tools/llvm-mca/X86/invalid-empty-file.s | 1 +
test/tools/llvm-mca/X86/llvm-mca-markers-2.s | 5 +-
test/tools/llvm-mca/X86/llvm-mca-markers-3.s | 7 +-
test/tools/llvm-mca/X86/llvm-mca-markers-4.s | 7 +-
test/tools/llvm-mca/X86/llvm-mca-markers-5.s | 19 +--
test/tools/llvm-mca/X86/no-sched-model.s | 1 +
.../llvm-mca/X86/variable-blend-read-after-ld-1.s | 145 ++++++++++++++++++---
.../llvm-mca/X86/variable-blend-read-after-ld-2.s | 145 ++++++++++++++++++---
tools/llvm-mca/TimelineView.cpp | 17 ++-
28 files changed, 647 insertions(+), 172 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 a3f8c02f04 [AMDGPU] fixes for lds f32 builtins
new 5f1f5eacd8 [OPENMP-SIMD] Fix PR37536: Fix definition of _OPENMP macro.
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/Driver/ToolChains/Clang.cpp | 2 ++
lib/Frontend/CompilerInvocation.cpp | 11 ++++++-----
lib/Frontend/InitPreprocessor.cpp | 28 +++++++++++++++-------------
test/OpenMP/driver.c | 18 +++++++++---------
test/OpenMP/predefined_macro.c | 4 ++--
5 files changed, 34 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 llvm.
from 5bfef878299 [X86] - Avoid SFB pass - fix bug in updating the offsets fo [...]
new e9654fe6f7b [LLVM-C] Add DIBuilder Bindings For ObjC Classes
new b6c66c585ca [X86][BtVer2] Add a 'J' prefix to the PRF/RCU defs. NFC
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-c/DebugInfo.h | 62 ++++++++++++++++-
lib/IR/DebugInfo.cpp | 38 +++++++++++
lib/Target/X86/X86ScheduleBtVer2.td | 6 +-
test/Bindings/llvm-c/debug_info.ll | 82 +++++++++++++----------
test/tools/llvm-mca/X86/BtVer2/register-files-1.s | 4 +-
test/tools/llvm-mca/X86/BtVer2/register-files-2.s | 4 +-
test/tools/llvm-mca/X86/BtVer2/register-files-3.s | 4 +-
test/tools/llvm-mca/X86/BtVer2/register-files-4.s | 4 +-
test/tools/llvm-mca/X86/BtVer2/register-files-5.s | 4 +-
test/tools/llvm-mca/X86/option-all-stats-1.s | 4 +-
test/tools/llvm-mca/X86/option-all-stats-2.s | 4 +-
test/tools/llvm-mca/X86/option-all-views-1.s | 4 +-
test/tools/llvm-mca/X86/option-all-views-2.s | 4 +-
tools/llvm-c-test/debuginfo.c | 19 ++++++
14 files changed, 184 insertions(+), 59 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 8b03f4d6d27 [DWARF] Refactor callback usage for .debug_line error handling
new 5bfef878299 [X86] - Avoid SFB pass - fix bug in updating the offsets fo [...]
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/Target/X86/X86AvoidStoreForwardingBlocks.cpp | 4 +-
test/CodeGen/X86/avoid-sfb-offset.mir | 107 +++++++++++++++++++++++
2 files changed, 109 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/avoid-sfb-offset.mir
--
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 6b450481a2 [CodeGen] Recognize more cases of zero initialization
new a3f8c02f04 [AMDGPU] fixes for lds f32 builtins
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/Basic/BuiltinsAMDGPU.def | 6 ++---
lib/CodeGen/CGBuiltin.cpp | 43 ++++++++++++++++++++++++++++++++
test/CodeGenOpenCL/builtins-amdgcn-vi.cl | 12 ++++-----
test/SemaOpenCL/builtins-amdgcn-error.cl | 17 +++++++++++++
4 files changed, 69 insertions(+), 9 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 dc6b868ff2 [Sema] Fix incorrect packed aligned structure layout
new 6b450481a2 [CodeGen] Recognize more cases of zero initialization
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/AST/Expr.h | 19 +++++++-----
lib/AST/ExprConstant.cpp | 12 ++------
lib/CodeGen/CGExprConstant.cpp | 40 ++++++++++++++++++-------
test/CodeGen/const-init.c | 2 +-
test/CodeGen/designated-initializers.c | 2 +-
test/CodeGen/union-init2.c | 2 +-
test/CodeGenCXX/cxx11-initializer-aggregate.cpp | 27 +++++++++++++++++
test/CodeGenCXX/cxx1z-initializer-aggregate.cpp | 4 +--
test/SemaCXX/large-array-init.cpp | 10 -------
9 files changed, 77 insertions(+), 41 deletions(-)
delete mode 100644 test/SemaCXX/large-array-init.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.