This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 37d2bb5 [LTO] Add a test for invalid alias analysis pipelines.
new cd24318 Linkerscript: do not GC non-allocated sections
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/MarkLive.cpp | 8 +++++---
test/ELF/gc-sections.s | 12 ++++++++++++
2 files changed, 17 insertions(+), 3 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 c8a185b [asan, msan] Fix reallocation logic when IsInDlsymAllocPool(p [...]
new 73a20a8 [msan] Fix second parameter in MsanReallocate from previous commit.
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/msan/msan_interceptors.cc | 2 +-
1 file changed, 1 insertion(+), 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 3de0cb5 2016-09-26 Richard Biener <rguenther(a)suse.de>
new a8d0978 2016-09-26 Richard Biener <rguenther(a)suse.de>
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 | 17 ++++++
gcc/dwarf2out.c | 176 ++++++++++++++++++++++++++------------------------------
2 files changed, 97 insertions(+), 96 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 19087aa [msan] Disable flaky fork.cc on PPC64.
new c8a185b [asan, msan] Fix reallocation logic when IsInDlsymAllocPool(p [...]
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/asan/asan_malloc_linux.cc | 8 +++++---
lib/msan/msan_interceptors.cc | 8 +++++++-
2 files changed, 12 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 gcc.
from c5712d1 Daily bump.
new 3de0cb5 2016-09-26 Richard Biener <rguenther(a)suse.de>
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 | 7 +++++++
gcc/cgraphunit.c | 11 +++++++++--
2 files changed, 16 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 9209299 [X86] Optimization for replacing LEA with MOV at frame index [...]
new ba54dc2 [ARM] Promote small global constants to constant pools
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/MachineFunction.cpp | 13 +-
lib/Target/ARM/ARMAsmPrinter.cpp | 33 ++++++
lib/Target/ARM/ARMAsmPrinter.h | 13 +-
lib/Target/ARM/ARMConstantIslandPass.cpp | 6 +
lib/Target/ARM/ARMConstantPoolValue.cpp | 12 ++
lib/Target/ARM/ARMConstantPoolValue.h | 20 +++-
lib/Target/ARM/ARMISelLowering.cpp | 170 +++++++++++++++++++++++++++
lib/Target/ARM/ARMMachineFunctionInfo.cpp | 2 +-
lib/Target/ARM/ARMMachineFunctionInfo.h | 25 +++-
test/CodeGen/ARM/constantpool-promote-dbg.ll | 44 +++++++
test/CodeGen/ARM/constantpool-promote.ll | 141 ++++++++++++++++++++++
11 files changed, 470 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/ARM/constantpool-promote-dbg.ll
create mode 100644 test/CodeGen/ARM/constantpool-promote.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-tools-extra.
from 913f857 Revert r282382; it had no reference to Revision.
new 3baf73c [clang-tidy] make readability-redundant-smartptr-get report g [...]
new 9ca9f79 [clang-rename] Use checktime when reloading vim buffer after [...]
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:
clang-rename/tool/clang-rename.py | 2 +-
.../readability/RedundantSmartptrGetCheck.cpp | 29 +++++++++++-------
.../readability-redundant-smartptr-get.cpp | 35 ++++++++++++++++++++--
3 files changed, 51 insertions(+), 15 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 56b0418 [PM] Refactor this unittest a bit to remove duplicated code. [...]
new 9209299 [X86] Optimization for replacing LEA with MOV at frame index [...]
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/X86RegisterInfo.cpp | 32 +++++++++++++++++++++-
test/CodeGen/X86/avx-intel-ocl.ll | 2 +-
test/CodeGen/X86/avx512-intel-ocl.ll | 2 +-
.../X86/dbg-changes-codegen-branch-folding.ll | 2 +-
test/CodeGen/X86/dynamic-allocas-VLAs.ll | 4 +--
test/CodeGen/X86/extractelement-index.ll | 4 +--
test/CodeGen/X86/fast-isel-x86-64.ll | 2 +-
test/CodeGen/X86/fast-isel-x86.ll | 2 +-
test/CodeGen/X86/frameaddr.ll | 4 +--
test/CodeGen/X86/lea-opt-memop-check-1.ll | 2 +-
test/CodeGen/X86/local_stack_symbol_ordering.ll | 2 +-
test/CodeGen/X86/pr29022.ll | 15 ++++++++++
test/CodeGen/X86/sse-intel-ocl.ll | 2 +-
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 20 +++++++-------
test/CodeGen/X86/swift-return.ll | 4 +--
test/CodeGen/X86/win32_sret.ll | 14 +++++-----
test/CodeGen/X86/win64_frame.ll | 2 +-
test/DebugInfo/COFF/inlining.ll | 6 ++--
18 files changed, 83 insertions(+), 38 deletions(-)
create mode 100644 test/CodeGen/X86/pr29022.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-tools-extra.
from 80ddf93 [clang-tidy] make readability-redundant-smartptr-get report g [...]
new 913f857 Revert r282382; it had no reference to Revision.
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:
.../readability/RedundantSmartptrGetCheck.cpp | 29 +++++++-----------
.../readability-redundant-smartptr-get.cpp | 35 ++--------------------
2 files changed, 14 insertions(+), 50 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 ce297d7 [SCEV] Fix the order of members in the initializer list.
new de3ef8a [X86][avx512] Fix bug in masked compress store.
new 56b0418 [PM] Refactor this unittest a bit to remove duplicated code. [...]
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/SelectionDAG.h | 3 +-
include/llvm/CodeGen/SelectionDAGNodes.h | 11 ++-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 +-
lib/Target/X86/X86ISelLowering.cpp | 10 +--
lib/Target/X86/X86InstrAVX512.td | 23 ++++--
lib/Target/X86/X86InstrFragmentsSIMD.td | 8 +-
test/CodeGen/X86/avx512vl-intrinsics.ll | 39 +++++++++-
unittests/Analysis/CGSCCPassManagerTest.cpp | 110 ++++++++++++----------------
8 files changed, 123 insertions(+), 87 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.