This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ad46a07 GlobalISel: make G_CONSTANT take a ConstantInt rather than int64_t.
new e1db4f7 GlobalISel: translate constants larger than 64 bits.
new cfa4450 [IR] Fix some Clang-tidy modernize-use-equals-delete and Incl [...]
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:
include/llvm/IR/DerivedTypes.h | 43 ++-
include/llvm/IR/GlobalAlias.h | 10 +-
include/llvm/IR/GlobalIFunc.h | 10 +-
include/llvm/IR/GlobalIndirectSymbol.h | 15 +-
include/llvm/IR/GlobalObject.h | 15 +-
include/llvm/IR/Instruction.h | 33 +-
include/llvm/IR/Instructions.h | 374 ++++++++++++++-------
include/llvm/Support/CommandLine.h | 1 -
lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 9 +
10 files changed, 348 insertions(+), 164 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 9cfd1f8 PR target/71721 * config.gcc (*-*-uclinux*): Enable posix t [...]
new 381f868 2016-12-05 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com> [...]
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/gimple-ssa-strength-reduction.c | 2 +-
2 files changed, 9 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 14a3520 GlobalISel: handle 1-element aggregates during ABI lowering.
new bcadc27 GlobalISel: improve translation fallback for constants.
new ad46a07 GlobalISel: make G_CONSTANT take a ConstantInt rather than int64_t.
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:
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 13 ++++++++++++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 6 ++----
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 2 +-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 22 +++++++++++++++++---
lib/Target/AArch64/AArch64InstructionSelector.cpp | 3 +++
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 23 ++++++++++++++++-----
.../AArch64/GlobalISel/arm64-instructionselect.mir | 6 +++---
.../AArch64/GlobalISel/arm64-irtranslator.ll | 24 +++++++++++-----------
.../AArch64/GlobalISel/call-translator-ios.ll | 8 ++++----
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 10 ++++-----
.../AArch64/GlobalISel/irtranslator-exceptions.ll | 2 +-
test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 2 +-
.../AArch64/GlobalISel/legalize-constant.mir | 24 +++++++++++-----------
test/CodeGen/AArch64/GlobalISel/translate-gep.ll | 14 ++++++-------
14 files changed, 101 insertions(+), 58 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 compiler-rt.
from 2ad661c [compiler-rt] Remove duplicates from COMPILER_RT_SUPPORTED_ARCH
new 92aa663 builtins: Add ARM Thumb1 implementation for uidiv and uidivmod
new 357c5b9 [sanitizers] __sanitizer_get_module_and_offset_for_pc interfa [...]
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:
include/sanitizer/common_interface_defs.h | 7 ++
lib/asan/asan_win_dll_thunk.cc | 1 +
lib/builtins/arm/aeabi_uidivmod.S | 15 +++
lib/builtins/arm/udivsi3.S | 129 +++++++++++++++++----
lib/builtins/assembly.h | 3 +-
.../sanitizer_stacktrace_libcdep.cc | 22 ++++
.../sanitizer_symbolizer_posix_libcdep.cc | 2 +-
.../TestCases/get_module_and_offset_for_pc.cc | 63 ++++++++++
8 files changed, 218 insertions(+), 24 deletions(-)
create mode 100644 test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc
--
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 06cc877 Don't check symbol value in this test.
new d6dbd05 Split removeUnusedSyntheticSections into two functions.
new 744ccd3 Revert r288707: Split removeUnusedSyntheticSections into two [...]
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:
--
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 8bb9ea4 [X86] Fix non-intrinsic roundss/roundsd to not read the desti [...]
new 99ca522 [LAA] Prevent invalid IR for loop-invariant bound in loop body
new 14a3520 GlobalISel: handle 1-element aggregates during ABI lowering.
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/Analysis/LoopAccessAnalysis.cpp | 20 ++++++++----
lib/Target/AArch64/AArch64CallLowering.cpp | 6 ++--
.../AArch64/GlobalISel/arm64-callingconv.ll | 7 ++++
.../LoopVersioning/loop-invariant-bound.ll | 37 ++++++++++++++++++++++
4 files changed, 61 insertions(+), 9 deletions(-)
create mode 100644 test/Transforms/LoopVersioning/loop-invariant-bound.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 binutils-gdb.
from 82d9379 Fix problem where absolute local symbols are omitted when out [...]
new efe4db3 Fix gold/testsuite/file_in_many_sections_test.sh file mode
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:
gold/testsuite/file_in_many_sections_test.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 gold/testsuite/file_in_many_sections_test.sh
--
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 ed8cea5 Don't check the symbol value in this test.
new 06cc877 Don't check symbol value in this test.
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/ELF/discard-none.s | 4 ++--
1 file changed, 2 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 923a400 AMDGPU: Assembler support for exp
new 8bb9ea4 [X86] Fix non-intrinsic roundss/roundsd to not read the desti [...]
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/X86InstrInfo.cpp | 4 +-
lib/Target/X86/X86InstrSSE.td | 174 ++++++++++++++++++++++------------------
test/CodeGen/X86/pr31143.ll | 60 ++++++++++++++
3 files changed, 156 insertions(+), 82 deletions(-)
create mode 100644 test/CodeGen/X86/pr31143.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 lld.
from 34526e3 Simplify test. NFC.
new bf8163b Don't check the symbol values.
new ed8cea5 Don't check the symbol value in this test.
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:
test/ELF/discard-locals.s | 2 +-
test/ELF/local-dynamic.s | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.