This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_38
in repository llvm.
from 06cf4b2 Merging r267634: -------------------------------------------- [...]
new ef1b1eb Merging r263325: -------------------------------------------- [...]
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/X86ExpandPseudo.cpp | 32 ++++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 65 +++++++++++++++++++++++-----
lib/Target/X86/X86ISelLowering.h | 2 +
lib/Target/X86/X86InstrCompiler.td | 46 ++++++++++++++++++++
lib/Target/X86/X86InstrInfo.td | 14 ++++++
test/CodeGen/X86/atomic128.ll | 11 +++--
test/CodeGen/X86/base-pointer-and-cmpxchg.ll | 51 ++++++++++++++++++++++
7 files changed, 206 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/X86/base-pointer-and-cmpxchg.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 d1310b7 Reland "Use ScopedPrinter in llvm-pdbdump"
new f7a03a4 [Support] Creation of minidump after compiler crash on Windows
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/Support/Process.h | 3 +
lib/Support/Process.cpp | 7 ++
lib/Support/Unix/Process.inc | 2 +
lib/Support/Windows/Process.inc | 2 +
lib/Support/Windows/Signals.inc | 217 ++++++++++++++++++++++++++++++++++-
lib/Support/Windows/WindowsSupport.h | 17 +++
6 files changed, 247 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 melt-branch
in repository gcc.
from ad826ad 2016-05-04 Basile Starynkevitch <basile(a)starynkevitch.net>
new 777ff51 2016-05-04 Basile Starynkevitch <basile(a)starynkevitch.net>
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.MELT | 13 +++++++++++++
gcc/melt/warmelt-macro.melt | 14 +++++++-------
gcc/melt/warmelt-normal.melt | 2 +-
gcc/melt/warmelt-outobj.melt | 10 +++++-----
4 files changed, 26 insertions(+), 13 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 1d52c45 * c.opt (Wdangling-else): New option.
new aaa36a7 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases) [...]
new bea01bb * tree-inline.c (expand_call_inline): Fix path dealing with [...]
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 | 18 ++++++
gcc/cgraph.c | 13 ++--
gcc/cgraph.h | 31 ++++++----
gcc/ipa-pure-const.c | 102 ++++++++++++++++----------------
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/ipa/pure-const-3.c | 24 ++++++++
gcc/tree-inline.c | 7 ++-
7 files changed, 134 insertions(+), 65 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pure-const-3.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 990ef34 [PowerPC] Generate VSX version of splat word
new d1310b7 Reland "Use ScopedPrinter in llvm-pdbdump"
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/Support/ScopedPrinter.h | 27 +
test/DebugInfo/PDB/pdbdump-headers.test | 2235 +++++++++++++++++--------------
tools/llvm-pdbdump/llvm-pdbdump.cpp | 308 +++--
3 files changed, 1431 insertions(+), 1139 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 dc58157 2016-05-04 Kwok Cheung Yeung <kcy(a)codesourcery.com>
new 1d52c45 * c.opt (Wdangling-else): New option.
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 | 4 ++
gcc/c-family/ChangeLog | 4 ++
gcc/c-family/c.opt | 4 ++
gcc/c/ChangeLog | 5 ++
gcc/c/c-parser.c | 2 +-
gcc/cp/ChangeLog | 5 ++
gcc/cp/parser.c | 2 +-
gcc/doc/invoke.texi | 88 ++++++++++++++-------------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/c-c++-common/Wdangling-else-1.c | 13 ++++
gcc/testsuite/c-c++-common/Wdangling-else-2.c | 13 ++++
gcc/testsuite/c-c++-common/Wdangling-else-3.c | 13 ++++
12 files changed, 116 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wdangling-else-1.c
create mode 100644 gcc/testsuite/c-c++-common/Wdangling-else-2.c
create mode 100644 gcc/testsuite/c-c++-common/Wdangling-else-3.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 9b21cf3 [X86][SSE] Regenerate vector bswap tests
new 990ef34 [PowerPC] Generate VSX version of splat word
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/PowerPC/PPCISelLowering.cpp | 11 +++
lib/Target/PowerPC/PPCISelLowering.h | 4 +
lib/Target/PowerPC/PPCInstrInfo.td | 5 ++
lib/Target/PowerPC/PPCInstrVSX.td | 4 +-
lib/Target/PowerPC/PPCVSXSwapRemoval.cpp | 20 +++--
test/CodeGen/PowerPC/pr27078.ll | 2 +-
test/CodeGen/PowerPC/swaps-le-2.ll | 2 +-
test/CodeGen/PowerPC/vsx-word-splats.ll | 147 +++++++++++++++++++++++++++++++
8 files changed, 186 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/PowerPC/vsx-word-splats.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 aa48f22 Typo. NFC.
new 9b21cf3 [X86][SSE] Regenerate vector bswap tests
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/CodeGen/X86/bswap-vector.ll | 151 +++++++++++++++++++++++----------------
1 file changed, 91 insertions(+), 60 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 lld.
from b72621e Removed another dead code. NFC.
new 23b016c Delete getTlsGotRel.
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/Target.cpp | 23 +----------------------
ELF/Target.h | 1 -
ELF/Writer.cpp | 3 +--
3 files changed, 2 insertions(+), 25 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 ea1c623 Revert "Use ScopedPrinter in llvm-pdbdump"
new 2946daa [SimplifyCFG] isSafeToSpeculateStore now ignores debug info
new aa48f22 Typo. NFC.
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/Transforms/Utils/MemorySSA.h | 6 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 8 ++-
.../SimplifyCFG/PR27615-simplify-cond-br.ll | 68 ++++++++++++++++++++++
3 files changed, 77 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/SimplifyCFG/PR27615-simplify-cond-br.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.