This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 291cfde 2016-08-12 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new bebed7f Daily bump.
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/DATESTAMP | 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 llvm.
from be1a4e1 X86: Fix another dereferenced end() iterator after r278532
new 18c3af1 Minor comment fix ("generate" --> "generates").
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/MachinePipeliner.cpp | 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 binutils-gdb.
from 52c3c39 Warn if the sh_info field of a symbol table does not index th [...]
new 752cf91 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from c0c8e5a Fix warning in gdb.base/signals-state-child.c
new ee3c3ee Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from 9dfbd0e PR gold/20462: Fix bogus layout on ARM with linker script usi [...]
new 90c3f99 Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from e96662e [WebAssembly] Re-enable disabled debug value test
new be1a4e1 X86: Fix another dereferenced end() iterator after r278532
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/X86FrameLowering.cpp | 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 llvm.
from 9e8ae09 [LoopVectorize] Detect loops in the innermost loop before cre [...]
new 5122298 Avoid accessing LLVM/DWARF register mappings if undefined
new 881b0b2 Reapply [BranchFolding] Restrict tail merging loop blocks after MBP
new e96662e [WebAssembly] Re-enable disabled debug value test
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:
include/llvm/MC/MCRegisterInfo.h | 10 ++++
lib/CodeGen/BranchFolding.cpp | 32 +++++++----
lib/MC/MCRegisterInfo.cpp | 4 ++
test/CodeGen/ARM/arm-and-tst-peephole.ll | 2 +-
test/CodeGen/WebAssembly/dbgvalue.ll | 1 -
test/CodeGen/X86/tail-merge-after-mbp.ll | 92 ++++++++++++++++++++++++++++++++
6 files changed, 130 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/X86/tail-merge-after-mbp.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 llvm.
from 2a23370 [Inliner] Don't treat inalloca allocas as static
new 2b6735e X86: Stop dereferencing end() in X86FrameLowering::emitEpilogue
new 9e8ae09 [LoopVectorize] Detect loops in the innermost loop before cre [...]
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/Target/X86/X86FrameLowering.cpp | 12 ++--
lib/Transforms/Vectorize/LoopVectorize.cpp | 93 ++++++++++++++++++++++++++++--
test/Transforms/LoopVectorize/pr28541.ll | 71 +++++++++++++++++++++++
3 files changed, 165 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/pr28541.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 llvm.
from fe45d14 Add support to paternmatch for simple const Value cases.
new 2a23370 [Inliner] Don't treat inalloca allocas as static
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/Utils/InlineFunction.cpp | 13 ++++--
test/Transforms/Inline/inalloca-not-static.ll | 63 +++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/Inline/inalloca-not-static.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 llvm.
from e657d43 [ADT] Add filter_iterator for filtering elements
new fe45d14 Add support to paternmatch for simple const Value cases.
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/IR/PatternMatch.h | 6 +++---
unittests/IR/PatternMatch.cpp | 27 +++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.