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 ff196e8 2016-05-11 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new 79566bb [./] 2016-05-11 Basile Starynkevitch <basile@starynkevitch [...]
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:
ChangeLog.MELT | 4 +
INSTALL/README-MELT-PLUGIN | 8 +-
gcc/ChangeLog.MELT | 11 ++
gcc/melt-runtime.cc | 354 ++++++++++++++++++++++++---------------------
4 files changed, 210 insertions(+), 167 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 9cc1681 [WebAssembl] Implement enough of fast-isel to run the compari [...]
new 3e91529 [NFC] Remove some dead code:
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/Comdat.h | 1 -
include/llvm/IR/IntrinsicInst.h | 2 --
lib/IR/Comdat.cpp | 3 ---
lib/IR/IntrinsicInst.cpp | 18 ------------------
4 files changed, 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 412cddb Use an emplace_back for consistency, NFC
new 9cc1681 [WebAssembl] Implement enough of fast-isel to run the compari [...]
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/WebAssembly/WebAssemblyFastISel.cpp | 487 ++++++++++++++++++++-----
test/CodeGen/WebAssembly/comparisons_i32.ll | 1 +
test/CodeGen/WebAssembly/comparisons_i64.ll | 1 +
3 files changed, 391 insertions(+), 98 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 ffe7e3f Update clang support on recent Haiku
new 22dbcfe Embed bitcode in object file (clang cc1 part)
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/clang/CodeGen/BackendUtil.h | 4 ++
include/clang/Driver/Options.td | 7 ++-
include/clang/Frontend/CodeGenOptions.def | 2 +
include/clang/Frontend/CodeGenOptions.h | 11 ++++
lib/CodeGen/BackendUtil.cpp | 90 +++++++++++++++++++++++++++++++
lib/CodeGen/CodeGenAction.cpp | 6 +++
lib/Driver/Driver.cpp | 21 +++++---
lib/Driver/Tools.cpp | 12 +++--
lib/Frontend/CompilerInvocation.cpp | 39 ++++++++++++++
test/Driver/embed-bitcode.c | 15 ++++--
test/Frontend/embed-bitcode.ll | 59 ++++++++++++++++++++
11 files changed, 251 insertions(+), 15 deletions(-)
create mode 100644 test/Frontend/embed-bitcode.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.
from 8c206c7 [Hexagon] Avoid spurious failures in test/Driver/hexagon-tool [...]
new ffe7e3f Update clang support on recent Haiku
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/Basic/Targets.cpp | 37 ++++++++++++++++------
lib/Driver/Driver.cpp | 3 ++
lib/Driver/ToolChains.cpp | 32 +++++++++++++++++++
lib/Driver/ToolChains.h | 12 ++++++++
lib/Frontend/InitHeaderSearch.cpp | 65 ++++++++++++++++++++-------------------
5 files changed, 108 insertions(+), 41 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 254b315 [tooling] FixItHint Tooling refactoring
new 8c206c7 [Hexagon] Avoid spurious failures in test/Driver/hexagon-tool [...]
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/Driver/hexagon-toolchain-elf.c | 8 ++++----
1 file changed, 4 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 3739ac0 2016-05-11 Richard Biener <rguenther(a)suse.de>
new 3e8567c * gcc.dg/pr68671.c: Xfail on PTX -- assembler crash. * gcc. [...]
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/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.c-torture/execute/pr68185.c | 2 ++
gcc/testsuite/gcc.dg/ipa/pr70306.c | 1 +
gcc/testsuite/gcc.dg/pr68671.c | 1 +
gcc/testsuite/gcc.dg/pr69634.c | 1 +
gcc/testsuite/gcc.dg/setjmp-6.c | 1 +
gcc/testsuite/gcc.dg/torture/pr66178.c | 2 ++
7 files changed, 17 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 llvm.
from 0a01243 [BasicAA] Compare GEP indices based on value (Fix PR27418)
new 412cddb Use an emplace_back for consistency, 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/ProfileData/InstrProf.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 ab00bc3 [X86][AVX512] Regenerate intrinsics test
new 2922c60 [mips][ias] Work around incorrect microMIPS relocation evalua [...]
new 0a01243 [BasicAA] Compare GEP indices based on value (Fix PR27418)
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/Analysis/BasicAliasAnalysis.cpp | 2 +-
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 5 +++++
test/Analysis/BasicAA/struct-geps.ll | 9 +++++++++
test/MC/Mips/relocation-xfail.s | 20 ++++++++++++++++++++
4 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 test/MC/Mips/relocation-xfail.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.