This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e893335ed8f [COFF] Improve the check for functions that should get an e [...]
new a81c79be2fb Fix for Bug 30718 - Failure to disassemble certain MOV with [...]
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/Disassembler/X86DisassemblerDecoder.cpp | 4 ++--
test/MC/Disassembler/X86/x86-64.txt | 3 +++
2 files changed, 5 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 gcc.
from 30a86effd19 Fix HWI + -unsigned in combine.c
new ad1a05cccdf 2017-10-23 Richard Biener <rguenther(a)suse.de>
new 6ce33017aab Use scalar_mode in expand_shift_1
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:
gcc/ChangeLog | 14 +++++++
gcc/expmed.c | 4 +-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/torture/pr82129.c | 52 ++++++++++++++++++++++++
gcc/tree-ssa-pre.c | 72 ++++++++++++++++++----------------
5 files changed, 111 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr82129.c
--
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 dc1f81fb554 [ARM] Allow unrolling of multi-block loops.
new 1d7dfd3aadf Fix a -Wpedantic warning.
new e893335ed8f [COFF] Improve the check for functions that should get an e [...]
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/Object/COFFModuleDefinition.cpp | 24 +++++++++++++++++++++---
lib/Target/X86/X86DomainReassignment.cpp | 2 +-
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 5 +++--
3 files changed, 25 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 lld.
from 5a38b0464 [ELF] When placing orphans, handle case when last section is dead
new 8d204330c [COFF] Fix exporting of functions starting with underscores, etc
new 2ca53c31a [MinGW] Omit libc++/libc++abi/libunwind from autoexporting
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:
COFF/Driver.cpp | 7 ++--
COFF/MinGW.cpp | 3 ++
COFF/SymbolTable.cpp | 14 ++++++--
test/COFF/def-export-stdcall.s | 78 +++++++++++++++++++++++++++++++++++++++---
test/COFF/dllexport-mingw.s | 7 +++-
5 files changed, 98 insertions(+), 11 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 ef34bcb258 For better compatibility with C++11 and C++14, emit a nondis [...]
new 4e7c062862 [rename] Don't overwrite the template argument when renaming [...]
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/Tooling/Refactoring/Rename/USRLocFinder.cpp | 7 ++++++-
unittests/Rename/RenameFunctionTest.cpp | 19 +++++++++++++++++++
2 files changed, 25 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 d35a2569ffc [X86] Update a doxygen comment in the disassembler tablegen [...]
new dc1f81fb554 [ARM] Allow unrolling of multi-block loops.
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/ARM/ARMTargetTransformInfo.cpp | 51 ++--
test/Transforms/LoopUnroll/ARM/multi-blocks.ll | 316 +++++++++++++++++++++++++
2 files changed, 351 insertions(+), 16 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/ARM/multi-blocks.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 gcc.
from ee3a0978a5b Daily bump.
new 30a86effd19 Fix HWI + -unsigned in combine.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/combine.c | 10 +++-------
2 files changed, 8 insertions(+), 7 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 84a5e9b2 clang-tidy: Fix deps.
new 4081446c [clangd] Report proper kinds for 'Keyword' and 'Snippet' comp [...]
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:
clangd/ClangdUnit.cpp | 22 +++++++++++++++++---
test/clangd/completion-items-kinds.test | 37 +++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+), 3 deletions(-)
create mode 100644 test/clangd/completion-items-kinds.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 clang.
from 45fcc58b7d [c++2a] Update cxx_status w __VA_OPT__ marked as completed in SVN.
new ef34bcb258 For better compatibility with C++11 and C++14, emit a nondis [...]
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/AST/ASTContext.cpp | 6 +++---
test/CodeGenCXX/cxx1z-inline-variables.cpp | 18 ++++++++++++++----
2 files changed, 17 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.