This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6ad08ff216 Fix riscv32-toolchain.c with CLANG_DEFAULT_CXX_STDLIB
new ecc772cf03 [analyzer] Don't try to simplify mixed Loc/NonLoc expressions.
new 4ffae954f7 [analyzer] Reuse some code in simplifySVal().
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/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 44 +++++++++++++++++----------
test/Analysis/casts.c | 7 +++++
2 files changed, 35 insertions(+), 16 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 libcxx.
from 1bef51a0b Introduce a new test macro TEST_HAS_C11_FEATURES which is set [...]
new 8a16d4099 import timespec and timespec_get into namespace std if we're [...]
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/ctime | 14 +++++++++++---
test/std/language.support/support.runtime/ctime.pass.cpp | 14 ++++++++++++++
test/std/utilities/time/date.time/ctime.pass.cpp | 16 ++++++++++++++++
3 files changed, 41 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 llvm.
from 0a67b1c905b AMDGPU: Scalarize vector argument types to calls
new a7336f29220 [CodeView] Minimal support for S_UNAMESPACE records
new b9d99ce19e4 AMDGPU: Split wide vectors of i16/f16 into 32-bit regs on calls
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:
.../llvm/DebugInfo/CodeView/CodeViewSymbols.def | 2 +-
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 13 +++++
lib/DebugInfo/CodeView/RecordName.cpp | 3 ++
lib/DebugInfo/CodeView/SymbolDumper.cpp | 6 +++
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp | 8 +++
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp | 3 +-
lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 4 ++
lib/Target/AMDGPU/SIISelLowering.cpp | 26 +++++++++-
test/CodeGen/AMDGPU/call-argument-types.ll | 57 ++++++++++++++++++++++
test/CodeGen/AMDGPU/mad-mix-lo.ll | 25 +++++-----
test/CodeGen/AMDGPU/mul.i16.ll | 2 +-
test/DebugInfo/PDB/using-namespace.test | 51 +++++++++++++++++++
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 6 +++
.../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 9 +++-
14 files changed, 197 insertions(+), 18 deletions(-)
create mode 100644 test/DebugInfo/PDB/using-namespace.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 llvm.
from 8073c6502e4 [llvm-mca][docs] Replace "temporary" with "physical registe [...]
new 0a67b1c905b AMDGPU: Scalarize vector argument types to calls
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/SIISelLowering.cpp | 46 ++++++++----------------
test/CodeGen/AMDGPU/bfi_int.ll | 2 +-
test/CodeGen/AMDGPU/call-argument-types.ll | 43 +++++++++++++++++++---
test/CodeGen/AMDGPU/mad-mix.ll | 58 ++++++++++++++++--------------
4 files changed, 86 insertions(+), 63 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 efe67ede2a4 [X86] WriteBSWAP sched classes are reg-reg only.
new 8073c6502e4 [llvm-mca][docs] Replace "temporary" with "physical registe [...]
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:
docs/CommandGuide/llvm-mca.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 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 540e4d95f1 [OPENMP] Change linkage of offloading symbols to support dro [...]
new 6ad08ff216 Fix riscv32-toolchain.c with CLANG_DEFAULT_CXX_STDLIB
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/Driver/riscv32-toolchain.c | 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 c122af5f3b2 [llvm-mca][docs] Improve the "How LLVM-MCA works" section.
new efe67ede2a4 [X86] WriteBSWAP sched classes are reg-reg only.
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/X86SchedBroadwell.td | 4 ++--
lib/Target/X86/X86SchedHaswell.td | 4 ++--
lib/Target/X86/X86SchedSandyBridge.td | 4 ++--
lib/Target/X86/X86SchedSkylakeClient.td | 4 ++--
lib/Target/X86/X86SchedSkylakeServer.td | 4 ++--
lib/Target/X86/X86Schedule.td | 4 ++--
lib/Target/X86/X86ScheduleAtom.td | 4 ++--
lib/Target/X86/X86ScheduleBtVer2.td | 4 ++--
lib/Target/X86/X86ScheduleSLM.td | 4 ++--
lib/Target/X86/X86ScheduleZnver1.td | 4 ++--
10 files changed, 20 insertions(+), 20 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 ff3f88d77c [COFF, ARM64] Enable SEH for ARM64 Windows
new 540e4d95f1 [OPENMP] Change linkage of offloading symbols to support dro [...]
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 | 6 ++++--
test/OpenMP/target_codegen.cpp | 4 ++--
test/OpenMP/target_codegen_registration.cpp | 4 ++--
test/OpenMP/target_depend_codegen.cpp | 4 ++--
test/OpenMP/target_parallel_codegen.cpp | 4 ++--
test/OpenMP/target_parallel_codegen_registration.cpp | 4 ++--
test/OpenMP/target_parallel_depend_codegen.cpp | 4 ++--
test/OpenMP/target_parallel_for_codegen.cpp | 4 ++--
test/OpenMP/target_parallel_for_codegen_registration.cpp | 4 ++--
test/OpenMP/target_parallel_for_depend_codegen.cpp | 4 ++--
test/OpenMP/target_parallel_for_simd_codegen.cpp | 4 ++--
test/OpenMP/target_parallel_for_simd_codegen_registration.cpp | 4 ++--
test/OpenMP/target_parallel_for_simd_depend_codegen.cpp | 4 ++--
test/OpenMP/target_parallel_if_codegen.cpp | 4 ++--
test/OpenMP/target_parallel_num_threads_codegen.cpp | 4 ++--
test/OpenMP/target_simd_codegen.cpp | 4 ++--
test/OpenMP/target_simd_codegen_registration.cpp | 4 ++--
test/OpenMP/target_simd_depend_codegen.cpp | 4 ++--
test/OpenMP/target_teams_codegen.cpp | 4 ++--
test/OpenMP/target_teams_codegen_registration.cpp | 4 ++--
test/OpenMP/target_teams_depend_codegen.cpp | 4 ++--
test/OpenMP/target_teams_distribute_codegen.cpp | 4 ++--
test/OpenMP/target_teams_distribute_codegen_registration.cpp | 4 ++--
test/OpenMP/target_teams_distribute_depend_codegen.cpp | 4 ++--
test/OpenMP/target_teams_distribute_parallel_for_depend_codegen.cpp | 4 ++--
...rget_teams_distribute_parallel_for_simd_codegen_registration.cpp | 4 ++--
.../target_teams_distribute_parallel_for_simd_depend_codegen.cpp | 4 ++--
test/OpenMP/target_teams_distribute_simd_codegen.cpp | 4 ++--
test/OpenMP/target_teams_distribute_simd_codegen_registration.cpp | 4 ++--
test/OpenMP/target_teams_distribute_simd_depend_codegen.cpp | 4 ++--
test/OpenMP/target_teams_num_teams_codegen.cpp | 4 ++--
test/OpenMP/target_teams_thread_limit_codegen.cpp | 4 ++--
32 files changed, 66 insertions(+), 64 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 libcxx.
from decf28e84 Code cleanup - change naked 'throw' expressions to call helpr [...]
new 1bef51a0b Introduce a new test macro TEST_HAS_C11_FEATURES which is set [...]
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:
.../language.support/has_c11_features.pass.cpp | 29 +++++++++++++
test/support/test_macros.h | 47 +++++++++++++++++-----
2 files changed, 66 insertions(+), 10 deletions(-)
create mode 100644 test/libcxx/language.support/has_c11_features.pass.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 31004d79ff2 [X86][SSE] Use ISD::MULHU for constant/non-zero ISD::SRL lo [...]
new bee8996fbdf Revert "[DebugInfo] Generate DWARF debug information for labels."
new c122af5f3b2 [llvm-mca][docs] Improve the "How LLVM-MCA works" section.
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/CommandGuide/llvm-mca.rst | 28 ++++-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 4 -
lib/CodeGen/AsmPrinter/CMakeLists.txt | 2 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 +-
...alculator.cpp => DbgValueHistoryCalculator.cpp} | 73 +++++------
...oryCalculator.h => DbgValueHistoryCalculator.h} | 29 +----
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 12 +-
lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 5 +-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 88 ++++---------
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 23 ++--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 135 +++++++-------------
lib/CodeGen/AsmPrinter/DwarfDebug.h | 136 ++++-----------------
lib/CodeGen/AsmPrinter/DwarfFile.cpp | 5 -
lib/CodeGen/AsmPrinter/DwarfFile.h | 18 +--
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 6 -
lib/CodeGen/AsmPrinter/DwarfUnit.h | 1 -
lib/CodeGen/GlobalISel/IRTranslator.cpp | 11 --
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 9 --
test/DebugInfo/Generic/debug-label-inline.ll | 50 --------
test/DebugInfo/Generic/debug-label.ll | 84 -------------
20 files changed, 173 insertions(+), 548 deletions(-)
rename lib/CodeGen/AsmPrinter/{DbgEntityHistoryCalculator.cpp => DbgValueHistoryCa [...]
rename lib/CodeGen/AsmPrinter/{DbgEntityHistoryCalculator.h => DbgValueHistoryCalc [...]
delete mode 100644 test/DebugInfo/Generic/debug-label-inline.ll
delete mode 100644 test/DebugInfo/Generic/debug-label.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.