This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 965be18 [ARM][MC] Cleanup ARM Target Assembly Parser
new 4c12732 Fix Clang-tidy readability-redundant-string-cstr warnings
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:
examples/ExceptionDemo/ExceptionDemo.cpp | 2 +-
lib/CodeGen/MIRParser/MIParser.cpp | 2 +-
lib/MC/MCParser/DarwinAsmParser.cpp | 2 +-
lib/MC/MachObjectWriter.cpp | 2 +-
lib/ObjectYAML/ObjectYAML.cpp | 2 +-
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 2 +-
lib/Target/Hexagon/HexagonVectorPrint.cpp | 2 +-
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 3 +--
tools/lli/lli.cpp | 2 +-
tools/llvm-lto/llvm-lto.cpp | 10 +++++-----
tools/lto/lto.cpp | 2 +-
tools/opt/PassPrinters.cpp | 12 ++++++------
unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h | 2 +-
13 files changed, 22 insertions(+), 23 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 openmp.
from bbdd8b3 Fixed problem introduced by part of https://reviews.llvm.org/D21196.
new 50288ab Change task stealing to always get task from head of victim's deque.
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:
runtime/src/kmp_tasking.c | 21 ++++++++-------------
1 file changed, 8 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 master
in repository libunwind.
from b109e94 fix _dyld_find_unwind_sections() for pre-10.7. Patch by Jere [...]
new 0f7ffb2 Add conditions for PPC to libunwind. Fixes PR22200. Thanks to [...]
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:
src/config.h | 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 2ebe5eb Improve and cleanup comments in DwarfExpression.h
new 965be18 [ARM][MC] Cleanup ARM Target Assembly Parser
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/MCParser/MCAsmParserExtension.h | 23 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 883 +++++++++---------------
test/MC/ARM/directive-thumb_func.s | 2 +-
test/MC/ARM/directive_parsing.s | 170 +++++
4 files changed, 536 insertions(+), 542 deletions(-)
create mode 100644 test/MC/ARM/directive_parsing.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 6960085 Use !operator to test if APInt is zero/non-zero. NFCI.
new c49511f Emit DW_OP_piece also if the previous value was a constant. T [...]
new 5561f87 Simplify control flow in the the DWARF expression compiler by [...]
new 0a892bb BranchRelaxation: Fix computing indirect branch block size
new 2ebe5eb Improve and cleanup comments in DwarfExpression.h
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/IR/DebugInfoMetadata.h | 2 +
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 29 +++----
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 13 ++--
lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 69 ++++++++---------
lib/CodeGen/AsmPrinter/DwarfExpression.h | 86 ++++++++++++++++-----
lib/CodeGen/BranchRelaxation.cpp | 34 ++++----
test/CodeGen/AMDGPU/branch-relaxation.ll | 54 +++++++++++++
test/DebugInfo/X86/PR26148.ll | 6 +-
test/DebugInfo/X86/stack-value-piece.ll | 116 ++++++++++++++++++++++++++++
9 files changed, 310 insertions(+), 99 deletions(-)
create mode 100644 test/DebugInfo/X86/stack-value-piece.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 d257640 Add a note that points to the linkage specifier for the C++ l [...]
new ec9c285 Simplify the test case from r285289.
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/SemaCXX/warn-unused-variables.cpp | 33 +++++++++++++--------------------
1 file changed, 13 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 lld.
from a792e9f Pass the section table to getSectionStringTable. NFC.
new b75a1c2 [ELF] - Allow "-Ttext xxx", "-Tbss xxx", "-Tdata bss" commandline.
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:
ELF/Options.td | 9 ++++++---
test/ELF/sectionstart.s | 10 +++++++---
2 files changed, 13 insertions(+), 6 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 gcc.
from e69f2f1 Fix failing vminnm/vmaxnm test on ARM.
new d6c5bc1 Fix for big-endian gcc.c-torture/execute/pr55750.c
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 | 5 +++++
gcc/gimple-ssa-store-merging.c | 3 ++-
2 files changed, 7 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 gcc.
from 427223f 2016-11-02 Richard Biener <rguenther(a)suse.de>
new e69f2f1 Fix failing vminnm/vmaxnm test on ARM.
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/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.target/arm/simd/vmaxnm_f32_1.c | 2 +-
gcc/testsuite/gcc.target/arm/simd/vmaxnmq_f32_1.c | 2 +-
gcc/testsuite/gcc.target/arm/simd/vminnm_f32_1.c | 2 +-
gcc/testsuite/gcc.target/arm/simd/vminnmq_f32_1.c | 2 +-
5 files changed, 15 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 llvm.
from 8817e15 Simplify typedefs. NFC.
new 6960085 Use !operator to test if APInt is zero/non-zero. NFCI.
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/SelectionDAG/SelectionDAG.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.