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 bce39e1 2016-05-04 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new 84a24a6 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 | 5 +++++
gcc/melt-runtime.cc | 11 +++++++++--
2 files changed, 14 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 5d614d3 [mips] Remove -mattr=+n64 and fix indentation in tailcall.ll [...]
new d33a1b7 [Sparc] Implement __builtin_setjmp, __builtin_longjmp back-end.
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/Sparc/SparcISelLowering.cpp | 270 ++++++++++++++++++++++++++++++---
lib/Target/Sparc/SparcISelLowering.h | 12 ++
lib/Target/Sparc/SparcInstrInfo.td | 31 ++++
test/CodeGen/SPARC/sjlj.ll | 88 +++++++++++
4 files changed, 380 insertions(+), 21 deletions(-)
create mode 100755 test/CodeGen/SPARC/sjlj.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 3006132 [Clang][Builtin][AVX512] Adding intrinsics fot cvt{u}si2s{d|s [...]
new 1cd57ed [Sparc] Implement __builtin_setjmp, __builtin_longjmp back-end.
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 | 4 ++++
1 file changed, 4 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 melt-branch
in repository gcc.
from 45952b5 2016-05-04 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new bce39e1 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 | 4 ++++
gcc/melt-runtime.h | 4 ++--
2 files changed, 6 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 c454f3e [ConstantFolding, ValueTracking] Fold constants involving bit [...]
new 5d614d3 [mips] Remove -mattr=+n64 and fix indentation in tailcall.ll [...]
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/Mips/tailcall.ll | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 melt-branch
in repository gcc.
from fd63894 2016-05-04 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new 45952b5 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 | 10 ++++++++++
gcc/melt-runtime.cc | 4 ++--
gcc/melt-runtime.h | 6 ++++--
3 files changed, 16 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 clang.
from 5c0df64 [X86] Add -malign-double support
new 3006132 [Clang][Builtin][AVX512] Adding intrinsics fot cvt{u}si2s{d|s [...]
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/Basic/BuiltinsX86.def | 9 +++
lib/Headers/avx512fintrin.h | 111 ++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 115 ++++++++++++++++++++++++++++++++++++
3 files changed, 235 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 clang-tools-extra.
from 84f5259 [clang-tidy] MoveConstructorInitCheck - Add parameter name to [...]
new b2d99de Added XrefsDBManager into include-fixer and made XrefsDB retu [...]
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-fixer/CMakeLists.txt | 1 +
include-fixer/InMemoryXrefsDB.cpp | 26 ++++++++++-
include-fixer/InMemoryXrefsDB.h | 10 +++--
include-fixer/IncludeFixer.cpp | 15 ++++---
include-fixer/IncludeFixer.h | 9 ++--
include-fixer/XrefsDB.h | 16 +++----
.../{YamlXrefsDB.cpp => XrefsDBManager.cpp} | 52 ++++++++++++----------
include-fixer/{XrefsDB.h => XrefsDBManager.h} | 25 +++++++----
include-fixer/YamlXrefsDB.cpp | 32 +++----------
include-fixer/YamlXrefsDB.h | 3 +-
include-fixer/find-all-symbols/SymbolInfo.h | 1 +
include-fixer/tool/ClangIncludeFixer.cpp | 14 +++---
unittests/include-fixer/IncludeFixerTest.cpp | 15 ++++---
13 files changed, 125 insertions(+), 94 deletions(-)
copy include-fixer/{YamlXrefsDB.cpp => XrefsDBManager.cpp} (50%)
copy include-fixer/{XrefsDB.h => XrefsDBManager.h} (57%)
--
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 846521c Remove duplicate (A & B) OP (C & B) in match.pd.
new 1213298 gcc/ * config/sh/predicates (post_inc_mem, pre_dec_mem): New [...]
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 | 11 +++++++++++
gcc/config/sh/predicates.md | 12 ++++++++++++
gcc/config/sh/sh-protos.h | 8 ++++++--
gcc/config/sh/sh.h | 10 ++++------
gcc/config/sh/sh.md | 25 +++++++++++++++++++++++++
5 files changed, 58 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.