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 10329bb27f fix two issues in gdb.ada/mi_catch_ex.exp (re: "exception-message")
new 120bc8b8b9 gas: extract xg_relax_trampoline from xtensa_relax_frag
new fec68fb168 gas: xtensa: extract jump assembling for trampolines
new 1c2649f50f gas: xtensa: reuse find_trampoline_seg
new 46888d7100 gas: xtensa: merge trampoline_frag into xtensa_frag_type
new fe6c2f1b64 gas: xtensa: rewrite xg_relax_trampoline
new 76a493ab99 gas: xtensa: reuse trampoline placement code
new 148d638429 gas: xtensa: implement trampoline coalescing
new 407e114084 gas: xtensa: speed up find_trampoline_seg
The 8 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:
gas/ChangeLog | 120 +++
gas/config/tc-xtensa.c | 984 +++++++++++----------
gas/config/tc-xtensa.h | 7 +
gas/testsuite/gas/xtensa/all.exp | 1 +
.../branch-swap-2.l => xtensa/trampoline-2.l} | 0
gas/testsuite/gas/xtensa/trampoline-2.s | 20 +
gas/testsuite/gas/xtensa/trampoline.d | 35 +-
gas/testsuite/gas/xtensa/trampoline.s | 2 +
8 files changed, 701 insertions(+), 468 deletions(-)
copy gas/testsuite/gas/{mips/branch-swap-2.l => xtensa/trampoline-2.l} (100%)
create mode 100644 gas/testsuite/gas/xtensa/trampoline-2.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 lld.
from fd252b823 Consistent use of <internal> when displaying internal symbol names
new 4bc807aab Fix typo in test name
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/wasm/{symtol-type-mismatch.ll => symbol-type-mismatch.ll} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename test/wasm/{symtol-type-mismatch.ll => symbol-type-mismatch.ll} (86%)
--
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 567f85d5315 [CMake][runtimes] Support monorepo layout with runtimes build
new ad30d137b82 [CMake] Pass LLVM_HOST_TRIPLE to external projects
new 9ee906e259c [X86] Teach getSetCCResultType to handle more than just Sim [...]
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:
cmake/modules/LLVMExternalProjectUtils.cmake | 1 +
lib/Target/X86/X86ISelLowering.cpp | 27 +-
test/CodeGen/X86/vector-compare-results.ll | 1064 ++------------------------
3 files changed, 70 insertions(+), 1022 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-tools-extra.
from 74955733 add new check to find OSSpinlock usage
new d0bf766a Add an option to misc-move-const-arg to not diagnose on trivi [...]
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:
clang-tidy/misc/MoveConstantArgumentCheck.cpp | 9 ++
clang-tidy/misc/MoveConstantArgumentCheck.h | 14 +++-
docs/clang-tidy/checks/misc-move-const-arg.rst | 8 ++
.../misc-move-const-arg-trivially-copyable.cpp | 98 ++++++++++++++++++++++
test/clang-tidy/misc-move-const-arg.cpp | 56 +++++++++++++
5 files changed, 184 insertions(+), 1 deletion(-)
create mode 100644 test/clang-tidy/misc-move-const-arg-trivially-copyable.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 lld.
from b5936f3be Revert r319090, "COFF: Do not create SectionChunks for discar [...]
new fd252b823 Consistent use of <internal> when displaying internal symbol names
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:
COFF/InputFiles.cpp | 2 +-
COFF/SymbolTable.cpp | 3 +--
ELF/InputFiles.h | 2 +-
ELF/InputSection.cpp | 2 +-
test/ELF/duplicated-synthetic-sym.s | 2 +-
wasm/SymbolTable.cpp | 11 ++++-------
6 files changed, 9 insertions(+), 13 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 gcc-7-branch
in repository gcc.
from 64644deec74 Daily bump.
new 444234da8a9 Fix RISCV ICE on linux kernel build.
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:
gcc/ChangeLog | 8 ++++++++
gcc/config/riscv/riscv.c | 16 ++++++++++++++++
2 files changed, 24 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 937b23b5fff [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloading
new 567f85d5315 [CMake][runtimes] Support monorepo layout with runtimes build
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:
runtimes/CMakeLists.txt | 65 ++++++++++++++++++++++++++++++++++---------------
1 file changed, 46 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 7e4d36c5545 Fixed the ability to recursively get an attribute value fro [...]
new 937b23b5fff [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloading
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:
cmake/modules/HandleLLVMOptions.cmake | 8 ++++++++
unittests/Support/DynamicLibrary/CMakeLists.txt | 7 +++++++
2 files changed, 15 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 libcxx.
from 3a968efee Revert commit removing allocator support from packaged_task. [...]
new 06f2e0050 Fix problems with r'890 when building on machines where sizeo [...]
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/bitset | 16 +++++++++++++---
.../template.bitset/bitset.members/to_ullong.pass.cpp | 3 ++-
.../template.bitset/bitset.members/to_ulong.pass.cpp | 6 +-----
3 files changed, 16 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 llvm.
from 488f2df24c5 [X86] Remove lines that set v8f32 FP_ROUND/FP_EXTEND to Leg [...]
new 7e4d36c5545 Fixed the ability to recursively get an attribute value fro [...]
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/DebugInfo/DWARF/DWARFDie.cpp | 19 +++++++++----------
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 9 +++++++--
2 files changed, 16 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.