This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bd5d53a9d0 PR26195: Set correct NestedNameSpecifierLoc for the dependen [...]
new 4b3bb6fed5 Revert r306103: "PR26195: Set correct NestedNameSpecifierLoc [...]
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/Sema/SemaDeclCXX.cpp | 9 ---
test/Index/ctor-init-source-loc.cpp | 117 ------------------------------------
2 files changed, 126 deletions(-)
delete mode 100644 test/Index/ctor-init-source-loc.cpp
--
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 65b48742f40 [x86] rename test file and auto-generate complete checks; NFC
new 1963676fa16 [x86] remove overridden target settings in test; 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:
test/CodeGen/X86/merge-consecutive-stores.ll | 2 --
1 file changed, 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 gcc.
from 81fdb486a0f [gcc]
new 7321cd71413 * gcc.c-torture/compile/stack-check-1.c: Require "untyped_ [...]
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 | 4 ++++
gcc/testsuite/gcc.c-torture/compile/stack-check-1.c | 1 +
2 files changed, 5 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 47b190de86f [X86][AVX] Extended vector average tests
new 65b48742f40 [x86] rename test file and auto-generate complete checks; 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:
test/CodeGen/X86/2012-12-06-python27-miscompile.ll | 23 --------------
test/CodeGen/X86/merge-consecutive-stores.ll | 35 ++++++++++++++++++++++
2 files changed, 35 insertions(+), 23 deletions(-)
delete mode 100644 test/CodeGen/X86/2012-12-06-python27-miscompile.ll
create mode 100644 test/CodeGen/X86/merge-consecutive-stores.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 e0fc4b99255 runtime: improve handling of panic during deferred function
new 81fdb486a0f [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/ChangeLog | 8 +++
gcc/config/rs6000/rs6000.c | 79 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 11 +++
.../gcc.target/powerpc/fold-vec-shift-char.c | 66 ++++++++++++++++++
.../gcc.target/powerpc/fold-vec-shift-int.c | 61 +++++++++++++++++
.../powerpc/fold-vec-shift-left-fwrapv.c | 48 +++++++++++++
.../powerpc/fold-vec-shift-left-longlong-fwrapv.c | 22 ++++++
.../powerpc/fold-vec-shift-left-longlong.c | 22 ++++++
.../gcc.target/powerpc/fold-vec-shift-left.c | 48 +++++++++++++
.../gcc.target/powerpc/fold-vec-shift-longlong.c | 63 +++++++++++++++++
.../gcc.target/powerpc/fold-vec-shift-short.c | 61 +++++++++++++++++
11 files changed, 489 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-shift-char.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-shift-int.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-shift-left-fwrapv.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-shift-left-longlong-fwrapv.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-shift-left-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-shift-left.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-shift-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-shift-short.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 5b66dfbd506 [RuntimeLoopUnrolling] Rename exit block and move assert ea [...]
new a550fda1e69 [SystemZ] Fix trap issue and enable expensive checks.
new 47b190de86f [X86][AVX] Extended vector average tests
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/SystemZ/SystemZInstrInfo.td | 9 +-
lib/Target/SystemZ/SystemZTargetMachine.h | 2 -
test/CodeGen/Generic/llc-start-stop.ll | 5 +-
test/CodeGen/Generic/print-machineinstrs.ll | 27 +-
test/CodeGen/SystemZ/trap-02.ll | 4 +-
test/CodeGen/X86/avg.ll | 1328 ++++++++++++++++++---------
6 files changed, 946 insertions(+), 429 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 6ae9f209aa5 [X86][SSE] Dropped -mcpu from vector average tests
new 5b66dfbd506 [RuntimeLoopUnrolling] Rename exit block and move assert ea [...]
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/LoopUnrollRuntime.cpp | 46 +++++++++++++++---------------
1 file changed, 23 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.