This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 13c1e25 Interprocedural Register Allocation (IPRA): add a Transformat [...]
new af43daa Move CodeGen test from Generic to X86 specific directory
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/{Generic => X86}/ipra-transform.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/CodeGen/{Generic => X86}/ipra-transform.ll (100%)
--
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 glibc.
from 78880cc Revert {send,sendm,recv,recvm}msg conformance changes
new e0835a5 Bug 20215: Always undefine __always_inline before defining it.
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 | 6 ++++++
misc/sys/cdefs.h | 5 +++++
2 files changed, 11 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.
from f659d76 Strip Android version when looking up toolchain paths.
new 0d39634 Remove a few gendered pronouns.
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/CGOpenMPRuntime.cpp | 2 +-
lib/Sema/SemaDeclAttr.cpp | 7 +++----
lib/Sema/SemaDeclCXX.cpp | 2 +-
lib/Sema/SemaExprCXX.cpp | 2 +-
lib/Sema/SemaInit.cpp | 2 +-
5 files changed, 7 insertions(+), 8 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 2e8d267 [x86] add test for PR28044
new 13c1e25 Interprocedural Register Allocation (IPRA): add a Transformat [...]
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/CodeGen/Passes.h | 5 ++
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/RegUsageInfoPropagate.cpp | 131 +++++++++++++++++++++++++++++++++
lib/CodeGen/TargetPassConfig.cpp | 3 +
test/CodeGen/Generic/ipra-transform.ll | 32 ++++++++
5 files changed, 172 insertions(+)
create mode 100644 lib/CodeGen/RegUsageInfoPropagate.cpp
create mode 100644 test/CodeGen/Generic/ipra-transform.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 gcc.
from 1dc4d51 PR c/71392 - SEGV calling integer overflow built-ins with a n [...]
new aeb26fb PR inline-asm/68843 * gcc.target/i386/pr68843-2.c: Add dg-d [...]
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 | 6 ++++++
gcc/testsuite/gcc.target/i386/pr68843-2.c | 7 +++++--
2 files changed, 11 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 clang.
from 5f44510 This patch fixes target linker emulation for ARM 32 big endian.
new 0baecc7 [-fms-extensions] Permit incomplete types in dynamic exceptio [...]
new f659d76 Strip Android version when looking up toolchain paths.
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/clang/Basic/DiagnosticSemaKinds.td | 2 ++
lib/Driver/Driver.cpp | 10 +++++++++-
lib/Sema/SemaExceptionSpec.cpp | 7 +++++--
.../bin/arm-linux-androideabi-ld | 0
.../android_triple_version/bin/arm-linux-androideabi-ld.exe | 0
test/Driver/android-triple-version.c | 10 ++++++++++
test/SemaCXX/ms-exception-spec.cpp | 6 +++++-
7 files changed, 31 insertions(+), 4 deletions(-)
copy test/Driver/Inputs/{basic_android_ndk_tree => android_triple_version}/bin/arm [...]
mode change 100644 => 100755
copy bindings/python/tests/__init__.py => test/Driver/Inputs/android_triple_versio [...]
mode change 100644 => 100755
create mode 100644 test/Driver/android-triple-version.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 250a440 Add a period. NFC.
new 2e8d267 [x86] add test for PR28044
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/sse1.ll | 62 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 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 7628f70 test: split test into two files
new fc7c153 Fix whitespace. NFC.
new 250a440 Add a period. 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:
lib/Transforms/Scalar/DeadStoreElimination.cpp | 4 ++--
1 file changed, 2 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.
Renato Golin pushed a change to tag v1.0
in repository toolchain/llvm/linaro-scripts.
at 662105b (commit)
No new revisions were added by this update.
--
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 128e257 2016-06-10 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 1dc4d51 PR c/71392 - SEGV calling integer overflow built-ins with a n [...]
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 | 16 ++
gcc/ada/ChangeLog | 6 +
gcc/ada/gcc-interface/utils.c | 8 +-
gcc/builtin-attrs.def | 5 +
gcc/builtins.def | 42 ++---
gcc/c-family/ChangeLog | 6 +
gcc/c-family/c-common.c | 8 +-
gcc/lto/ChangeLog | 6 +
gcc/lto/lto-lang.c | 9 +-
gcc/testsuite/ChangeLog | 5 +
.../c-c++-common/builtin-arith-overflow-1.c | 202 ++++++++++++++++++++-
11 files changed, 281 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.