This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2f7051e39f3 [LoopInterchange] Incrementally update the dominator tree.
new 283bc8f7bda Recommit r325001: [CallSiteSplitting] Support splitting of [...]
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/Transforms/Scalar/CallSiteSplitting.cpp | 99 ++++++--
test/Other/new-pm-lto-defaults.ll | 2 +-
.../callsite-instructions-before-call.ll | 253 +++++++++++++++++++++
.../CallSiteSplitting/callsite-no-or-structure.ll | 48 ++--
.../CallSiteSplitting/callsite-split-debug.ll | 11 +-
.../CallSiteSplitting/callsite-split-or-phi.ll | 155 +++++--------
.../Transforms/CallSiteSplitting/callsite-split.ll | 12 +-
7 files changed, 429 insertions(+), 151 deletions(-)
create mode 100644 test/Transforms/CallSiteSplitting/callsite-instructions-before-call.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 d865c2aa1 Use a stricter return type in buildSectionOrder. NFC.
new f6e64ffd4 Add make targets for running all lld tests
new b4e92292f [ELF] Add warnings for various symbols that cannot be ordered
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:
ELF/Config.h | 1 +
ELF/Driver.cpp | 15 ++-
ELF/Options.td | 4 +
ELF/Writer.cpp | 47 ++++++--
test/CMakeLists.txt | 6 +
test/ELF/Inputs/symbol-ordering-file-warnings1.s | 19 +++
test/ELF/Inputs/symbol-ordering-file-warnings2.s | 6 +
test/ELF/symbol-ordering-file-warnings.s | 140 +++++++++++++++++++++++
8 files changed, 230 insertions(+), 8 deletions(-)
create mode 100644 test/ELF/Inputs/symbol-ordering-file-warnings1.s
create mode 100644 test/ELF/Inputs/symbol-ordering-file-warnings2.s
create mode 100644 test/ELF/symbol-ordering-file-warnings.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 clang.
from a8fcfae39a [AST] Refine the condition for element-dependent array fillers
new 153377f40b [AST] Fix passing large-array-init.cpp on builds without asserts
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/large-array-init.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 ef56f2df647 Revert r325107 (case folding DJB hash) and subsequent build fix
new 4ef378ed280 [Utils] Salvage the debug info of DCE'ed 'and' instructions
new 9e8a4253371 Use EXPECT_FALSE instead of EXPECT_EQ(false, ...
new 2f7051e39f3 [LoopInterchange] Incrementally update the dominator tree.
The 3 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/AsmPrinter/DwarfExpression.cpp | 1 +
lib/IR/DebugInfoMetadata.cpp | 1 +
lib/Transforms/Scalar/LoopInterchange.cpp | 74 ++++++++++++----------
lib/Transforms/Utils/Local.cpp | 3 +
test/Transforms/InstCombine/debuginfo-variables.ll | 10 +++
.../LoopInterchange/call-instructions.ll | 2 +-
.../LoopInterchange/currentLimitation.ll | 2 +-
.../LoopInterchange/interchange-flow-dep-outer.ll | 2 +-
.../interchange-insts-between-indvar.ll | 2 +-
.../interchange-output-dependencies.ll | 2 +-
.../interchange-simple-count-down.ll | 2 +-
.../LoopInterchange/interchange-simple-count-up.ll | 2 +-
.../not-interchanged-dependencies-1.ll | 2 +-
test/Transforms/LoopInterchange/phi-ordering.ll | 2 +-
test/Transforms/LoopInterchange/profitability.ll | 2 +-
test/Transforms/LoopInterchange/reductions.ll | 2 +-
unittests/IR/MetadataTest.cpp | 2 +-
17 files changed, 67 insertions(+), 46 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 fe7e92d45b Quick fix for 325116 buildbots: move template specialization [...]
new a8fcfae39a [AST] Refine the condition for element-dependent array fillers
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/ExprConstant.cpp | 25 +++++++++++++++++++++++--
test/SemaCXX/large-array-init.cpp | 9 +++++++++
2 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 test/SemaCXX/large-array-init.cpp
--
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 504e193c574 gcc/ PR target/83831 * config/rx/rx-protos.h (rx_reg_dead [...]
new b33d265790f Check array indices in object_address_invariant_in_loop_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:
gcc/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr84357.c | 31 +++++++++++++++++++++++++++++++
gcc/tree-data-ref.c | 11 ++++-------
4 files changed, 46 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr84357.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-7-branch
in repository gcc.
from bf5c67da262 Daily bump.
new 4a7720dc769 Fix location handling in ipa_modify_call_arguments
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/ipa-prop.c | 4 ++--
2 files changed, 8 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 3c7c9afcbf5 PR fortran/84313 * testsuite/libgomp.fortran/threadprivat [...]
new 504e193c574 gcc/ PR target/83831 * config/rx/rx-protos.h (rx_reg_dead [...]
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 | 18 ++++++
gcc/config/rx/rx-protos.h | 106 ++++++++++++++++++++++++++++++++
gcc/config/rx/rx.c | 82 +++++++++++++++++++++++++
gcc/config/rx/rx.md | 112 +++++++++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/rx/pr83831.c | 77 +++++++++++++++++++++++
6 files changed, 377 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/rx/pr83831.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 gcc.
from dff73565df4 2018-02-14 Jozef Lawrynowicz <jozefl.gcc(a)gmail.com>
new 3c7c9afcbf5 PR fortran/84313 * testsuite/libgomp.fortran/threadprivat [...]
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:
libgomp/ChangeLog | 6 ++++++
libgomp/testsuite/libgomp.fortran/threadprivate4.f90 | 1 +
2 files changed, 7 insertions(+)
--
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 newlib.
from 1188d308b Cygwin: fix file-related functions on unix sockets
new 7ae73be14 Cygwin: improve O_TMPFILE handling
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:
winsup/cygwin/fhandler.cc | 7 +++++--
winsup/cygwin/fhandler.h | 2 ++
winsup/cygwin/fhandler_disk_file.cc | 33 ++++++++++++++++++++++-----------
3 files changed, 29 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.