This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9991d1d312d PR tree-optimization/78821 * gimple-ssa-store-merging.c: [...]
new d667e9afb3f * config/i386/i386.c (ix86_emit_restore_reg_using_pop): Pr [...]
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 | 6 ++++++
gcc/config/i386/i386.c | 12 ++++++++++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/stack-check-12.c | 19 +++++++++++++++++++
4 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/stack-check-12.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 af481e4f940 [llvm-ar] Support an options string that start with a dash
new ceb5b1b4346 Modularize: Include some required headers
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/CodeGen/StackMaps.h | 2 +-
lib/Bitcode/Writer/ValueEnumerator.h | 2 ++
lib/CodeGen/AsmPrinter/DwarfFile.h | 2 +-
3 files changed, 4 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 b24883f402d [X86] Promote athlon, athlon-xp, k8, and k8-sse3 to types i [...]
new b72a3a9da43 [cfi-verify] Add an interesting unit test where undef searc [...]
new bdc30c02fb2 Add llvm::for_each as a range-based extensions to <algorith [...]
new 2619256bd71 Correcting some CRLFs that snuck in with my previous commit; NFC.
new af481e4f940 [llvm-ar] Support an options string that start with a dash
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/ADT/STLExtras.h | 7 +++
lib/LTO/LTOCodeGenerator.cpp | 20 ++++----
.../Hexagon/HexagonVectorLoopCarriedReuse.cpp | 15 +++---
lib/Transforms/Utils/SplitModule.cpp | 18 ++++----
test/tools/llvm-ar/default-add.test | 3 +-
tools/llvm-ar/llvm-ar.cpp | 20 ++++++++
tools/llvm-cxxdump/llvm-cxxdump.cpp | 15 +++---
tools/llvm-mcmarkup/llvm-mcmarkup.cpp | 13 +++---
tools/llvm-nm/llvm-nm.cpp | 3 +-
tools/llvm-objdump/llvm-objdump.cpp | 15 +++---
tools/llvm-pdbutil/llvm-pdbutil.cpp | 25 +++++-----
tools/llvm-readobj/llvm-readobj.cpp | 15 +++---
tools/llvm-size/llvm-size.cpp | 15 +++---
unittests/ADT/STLExtrasTest.cpp | 20 +++++---
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp | 53 ++++++++++++++++++++++
15 files changed, 167 insertions(+), 90 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 7688b529d4 Move Extract.cpp that wasn't moved in r317343
new fdab8abec1 Replace a use of std::for_each() with llvm::for_each(); NFC.
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/Sema/SemaPseudoObject.cpp | 3 +--
1 file changed, 1 insertion(+), 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 c86c85f907f Revert "Add CallSiteSplitting pass"
new b24883f402d [X86] Promote athlon, athlon-xp, k8, and k8-sse3 to types i [...]
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/Support/Host.cpp | 40 ++++++++++++++++------------------------
1 file changed, 16 insertions(+), 24 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 1b91c5e8aad Add CallSiteSplitting pass
new 06dbf5ad006 Reland "Add support for writing 64-bit symbol tables for ar [...]
new c86c85f907f Revert "Add CallSiteSplitting pass"
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/InitializePasses.h | 1 -
include/llvm/Transforms/Scalar.h | 8 -
include/llvm/Transforms/Scalar/CallSiteSplitting.h | 29 --
lib/Object/ArchiveWriter.cpp | 64 ++-
lib/Passes/PassBuilder.cpp | 9 +-
lib/Passes/PassRegistry.def | 1 -
lib/Transforms/IPO/PassManagerBuilder.cpp | 6 -
lib/Transforms/Scalar/CMakeLists.txt | 1 -
lib/Transforms/Scalar/CallSiteSplitting.cpp | 492 ---------------------
lib/Transforms/Scalar/Scalar.cpp | 1 -
test/Object/archive-SYM64-write.test | 35 ++
test/Other/new-pm-defaults.ll | 1 -
test/Other/new-pm-lto-defaults.ll | 9 +-
test/Other/new-pm-thinlto-defaults.ll | 1 -
.../CallSiteSplitting/callsite-split-or-phi.ll | 339 --------------
.../Transforms/CallSiteSplitting/callsite-split.ll | 119 -----
16 files changed, 93 insertions(+), 1023 deletions(-)
delete mode 100644 include/llvm/Transforms/Scalar/CallSiteSplitting.h
delete mode 100644 lib/Transforms/Scalar/CallSiteSplitting.cpp
create mode 100644 test/Object/archive-SYM64-write.test
delete mode 100644 test/Transforms/CallSiteSplitting/callsite-split-or-phi.ll
delete mode 100644 test/Transforms/CallSiteSplitting/callsite-split.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 bdef38587fe Improve aarch64_legitimate_constant_p
new e4be0d865d7 2017-11-3 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 9991d1d312d PR tree-optimization/78821 * gimple-ssa-store-merging.c: [...]
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 | 52 +
gcc/gimple-ssa-store-merging.c | 1148 +++++++++++++++++------
gcc/testsuite/ChangeLog | 11 +
gcc/testsuite/gcc.dg/store_merging_13.c | 157 ++++
gcc/testsuite/gcc.dg/store_merging_14.c | 157 ++++
gcc/testsuite/gfortran.dg/large_real_kind_2.F90 | 1 -
6 files changed, 1235 insertions(+), 291 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/store_merging_13.c
create mode 100644 gcc/testsuite/gcc.dg/store_merging_14.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 gcc-6-branch
in repository gcc.
from 7f5c636936a Daily bump.
new 0c54a56e4e3 2017-11-03 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/trans-decl.c | 5 ++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/pr81735.f90 | 25 +++++++++++++++++++++++++
4 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr81735.f90
--
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 a8631b87aef [llvm-objcopy] Add support for dwarf fission
new 1b91c5e8aad Add CallSiteSplitting pass
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/InitializePasses.h | 1 +
include/llvm/Transforms/Scalar.h | 8 +
include/llvm/Transforms/Scalar/CallSiteSplitting.h | 29 ++
lib/Passes/PassBuilder.cpp | 9 +-
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 6 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/CallSiteSplitting.cpp | 492 +++++++++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 1 +
test/Other/new-pm-defaults.ll | 1 +
test/Other/new-pm-lto-defaults.ll | 9 +-
test/Other/new-pm-thinlto-defaults.ll | 1 +
.../CallSiteSplitting/callsite-split-or-phi.ll | 339 ++++++++++++++
.../Transforms/CallSiteSplitting/callsite-split.ll | 119 +++++
14 files changed, 1014 insertions(+), 3 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/CallSiteSplitting.h
create mode 100644 lib/Transforms/Scalar/CallSiteSplitting.cpp
create mode 100644 test/Transforms/CallSiteSplitting/callsite-split-or-phi.ll
create mode 100644 test/Transforms/CallSiteSplitting/callsite-split.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 gcc-7-branch
in repository gcc.
from 3ef39534ada PR60580: Fix frame pointer option magic
new 36799f365fa 2017-11-03 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-decl.c | 5 ++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr81735.f90 | 25 +++++++++++++++++++++++++
4 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr81735.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.