This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 7cbe16e99d Fix misleading indentation error.
new cbac223123 ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-elf/shared.exp | 4 ++--
2 files changed, 7 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 binutils-2_30-branch
in repository binutils-gdb.
from 7c78c26eef Set non_ir_ref_dynamic if a symbol is made dynamic
new 444ad76e11 ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-elf/elf.exp | 4 ++--
2 files changed, 7 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 llvm.
from a17749935c9 [WebAssembly] Added initial AsmParser implementation.
new c0f4846c2b6 [llvm-mca] add keyword override to a couple of methods in B [...]
new bed0b6132a6 [DEBUGINFO] Add -no-dwarf-debug-ranges option.
new 17ab24c8db8 [TableGen] Pass result of std::unique to vector::erase inst [...]
new 24e5cd2399b [TableGen] Use llvm::transform to simplify some loops. NFCI
new 36fc59c4769 [TableGen] Use vector::append instead of looping and callin [...]
new 0cd071c82ef [TableGen] Use range based for loop. NFC
new a08b9a16814 [AArch64] Add vmulxh_lane fp16 vector intrinsic
The 7 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/AMDGPUUsage.rst | 2 +-
docs/CodeGenerator.rst | 6 ++
docs/CompilerWriterInfo.rst | 2 +
docs/X86Usage.rst | 85 +++++++++++++++++++++++++++++
docs/index.rst | 4 ++
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 7 ++-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 18 +++++-
lib/CodeGen/AsmPrinter/DwarfDebug.h | 6 ++
test/CodeGen/AArch64/fp16_intrinsic_lane.ll | 30 ++++++++++
test/DebugInfo/X86/no_debug_ranges.ll | 54 ++++++++++++++++++
tools/llvm-mca/BackendStatistics.h | 4 +-
utils/TableGen/CodeGenSchedule.cpp | 46 ++++++----------
12 files changed, 228 insertions(+), 36 deletions(-)
create mode 100644 docs/X86Usage.rst
create mode 100644 test/DebugInfo/X86/no_debug_ranges.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 082d99b513 Basic: support PreserveMost and PreserveAll on Windows ARM
new 0fe4b6fb4c Set dso_local for runtime function.
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/CodeGenModule.cpp | 1 +
test/CodeGenCXX/runtime-dllstorage.cpp | 38 +++++++++++++++++-----------------
2 files changed, 20 insertions(+), 19 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 81d5a0d35d9 [llvm-objcopy] Revert the tests from r328012
new 6265550ceb2 [AArch64] Adjust the cost model for Exynos M3
new a17749935c9 [WebAssembly] Added initial AsmParser implementation.
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/MC/MCExpr.cpp | 2 +
lib/Target/AArch64/AArch64SchedExynosM3.td | 2 +-
lib/Target/WebAssembly/AsmParser/CMakeLists.txt | 3 +
.../{Disassembler => AsmParser}/LLVMBuild.txt | 4 +-
.../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 561 +++++++++++++++++++++
lib/Target/WebAssembly/CMakeLists.txt | 2 +
.../InstPrinter/WebAssemblyInstPrinter.cpp | 6 +-
lib/Target/WebAssembly/LLVMBuild.txt | 3 +-
lib/Target/WebAssembly/WebAssembly.td | 5 +
lib/Target/WebAssembly/WebAssemblyRegisterInfo.td | 14 +-
test/MC/WebAssembly/basic-assembly.s | 74 +++
11 files changed, 666 insertions(+), 10 deletions(-)
create mode 100644 lib/Target/WebAssembly/AsmParser/CMakeLists.txt
copy lib/Target/WebAssembly/{Disassembler => AsmParser}/LLVMBuild.txt (88%)
create mode 100644 lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
create mode 100644 test/MC/WebAssembly/basic-assembly.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 llvm.
from 823e8522943 [llvm-objcopy] Revert r328012
new 81d5a0d35d9 [llvm-objcopy] Revert the tests from r328012
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/tools/llvm-objcopy/Inputs/groups.o | Bin 5368 -> 0 bytes
test/tools/llvm-objcopy/group-unchanged.test | 56 --------------------------
test/tools/llvm-objcopy/group.test | 56 --------------------------
test/tools/llvm-objcopy/strip-dwo-groups.test | 40 ------------------
4 files changed, 152 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/Inputs/groups.o
delete mode 100644 test/tools/llvm-objcopy/group-unchanged.test
delete mode 100644 test/tools/llvm-objcopy/group.test
delete mode 100644 test/tools/llvm-objcopy/strip-dwo-groups.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 14bde67afca [Hexagon] Add a few more lit tests, NFC
new 823e8522943 [llvm-objcopy] Revert r328012
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:
tools/llvm-objcopy/Object.cpp | 98 ++++++++++---------------------------------
tools/llvm-objcopy/Object.h | 65 +++++++++-------------------
2 files changed, 43 insertions(+), 120 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 lldb.
from 17e38ad86 [lldb-dotest] Wrap arguments in single quotes
new c78a4fe9b [ExpressionParser] Re-implement r327356 in a less disruptive way.
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/lldb/Symbol/ClangASTContext.h | 3 +++
lit/Expr/Inputs/basic.cpp | 12 ------------
lit/Expr/TestCallCppSym.test | 6 ------
.../test/lang/cpp/operator-overload/Makefile | 20 ++++++++++++++++++++
.../cpp/operator-overload/TestOperatorOverload.py | 22 ++++++++++++++++++++++
.../test/lang/cpp/operator-overload/a.cpp | 9 +++++++++
.../test/lang/cpp/operator-overload/b.cpp | 10 ++++++++++
.../ExpressionParser/Clang/ClangASTSource.cpp | 12 ++++++++++++
.../Clang/ClangExpressionDeclMap.cpp | 9 ---------
source/Symbol/ClangASTContext.cpp | 4 ++--
10 files changed, 78 insertions(+), 29 deletions(-)
delete mode 100644 lit/Expr/Inputs/basic.cpp
delete mode 100644 lit/Expr/TestCallCppSym.test
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/operator-overload/Makefile
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/operator-overload/TestO [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/operator-overload/a.cpp
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/operator-overload/b.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 4bc8dde04b4 [Hexagon] Add heuristic to exclude critical path cost for s [...]
new 14bde67afca [Hexagon] Add a few more lit tests, 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:
test/CodeGen/Hexagon/hexagon-cond-jumpr31.ll | 24 +++
test/CodeGen/Hexagon/jump-prob.ll | 164 ++++++++++++++++++
test/CodeGen/Hexagon/late_instr.ll | 231 ++++++++++++++++++++++++++
test/CodeGen/Hexagon/mlong-calls.ll | 41 +++++
test/CodeGen/Hexagon/simplify64bitops_7223.ll | 61 +++++++
test/CodeGen/Hexagon/swp-carried-1.ll | 62 +++++++
test/CodeGen/Hexagon/swp-change-deps.ll | 61 +++++++
test/CodeGen/Hexagon/swp-epilog-numphis.ll | 82 +++++++++
test/CodeGen/Hexagon/swp-epilog-phi9.ll | 55 ++++++
test/CodeGen/Hexagon/swp-phi-ref.ll | 45 +++++
test/CodeGen/Hexagon/swp-phi-start.ll | 44 +++++
test/CodeGen/Hexagon/swp-rename.ll | 30 ++++
test/CodeGen/Hexagon/swp-xxh2.ll | 57 +++++++
test/CodeGen/Hexagon/vect-downscale.ll | 177 ++++++++++++++++++++
14 files changed, 1134 insertions(+)
create mode 100644 test/CodeGen/Hexagon/hexagon-cond-jumpr31.ll
create mode 100644 test/CodeGen/Hexagon/jump-prob.ll
create mode 100644 test/CodeGen/Hexagon/late_instr.ll
create mode 100644 test/CodeGen/Hexagon/mlong-calls.ll
create mode 100644 test/CodeGen/Hexagon/simplify64bitops_7223.ll
create mode 100644 test/CodeGen/Hexagon/swp-carried-1.ll
create mode 100644 test/CodeGen/Hexagon/swp-change-deps.ll
create mode 100644 test/CodeGen/Hexagon/swp-epilog-numphis.ll
create mode 100644 test/CodeGen/Hexagon/swp-epilog-phi9.ll
create mode 100644 test/CodeGen/Hexagon/swp-phi-ref.ll
create mode 100644 test/CodeGen/Hexagon/swp-phi-start.ll
create mode 100644 test/CodeGen/Hexagon/swp-rename.ll
create mode 100644 test/CodeGen/Hexagon/swp-xxh2.ll
create mode 100644 test/CodeGen/Hexagon/vect-downscale.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 a4bf3b724ba [MC,X86] Cleanup some X86 parser functions to use MCParser [...]
new 0e29bc7c071 [Hexagon] Fix fall-through warnings in HexagonMCDuplexInfo.cpp
new 4bc8dde04b4 [Hexagon] Add heuristic to exclude critical path cost for s [...]
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/Hexagon/HexagonMachineScheduler.cpp | 248 +++++++--------------
lib/Target/Hexagon/HexagonMachineScheduler.h | 8 +-
.../Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp | 8 +-
.../Hexagon/autohvx/isel-expand-unaligned-loads.ll | 3 +-
test/CodeGen/Hexagon/debug-prologue-loc.ll | 2 +
test/CodeGen/Hexagon/swp-conv3x3-nested.ll | 2 +
test/CodeGen/Hexagon/v60Intrins.ll | 9 +-
7 files changed, 92 insertions(+), 188 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.