This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4080a06 AMDGPU: Fix flat atomics
new aeca746 AMDGPU/SI: Use common topological sort algorithm in SIScheduleDAGMI
new 6c347f6 [CMake] Removing fallback code for CMake versions before 3.1
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:
cmake/modules/LLVMExternalProjectUtils.cmake | 14 ------
lib/Target/AMDGPU/SIMachineScheduler.cpp | 67 ++--------------------------
2 files changed, 3 insertions(+), 78 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 binutils-gdb.
from 4dee353 PR python/19819 - remove unused globals from py-xmethods.c
new cd41072 Add missing ChangeLog entries
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:
ld/ChangeLog | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 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 e330b7d Make sure that not interesting allocas are not instrumented.
new 003d842 AMDGPU: Fix missing and broken check lines in atomic tests
new bada556 AMDGPU: Fix i64 global cmpxchg
new 4080a06 AMDGPU: Fix flat atomics
The 3 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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 98 ++-
lib/Target/AMDGPU/AMDGPUInstructions.td | 19 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 +
lib/Target/AMDGPU/CIInstructions.td | 71 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 6 +-
lib/Target/AMDGPU/SIInstrInfo.td | 24 +-
lib/Target/AMDGPU/SIInstructions.td | 31 -
test/CodeGen/AMDGPU/flat_atomics.ll | 968 +++++++++++++++++++++++++
test/CodeGen/AMDGPU/flat_atomics_i64.ll | 975 ++++++++++++++++++++++++++
test/CodeGen/AMDGPU/global_atomics.ll | 510 ++++++--------
test/CodeGen/AMDGPU/global_atomics_i64.ll | 357 +++++++---
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll | 136 ++++
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 132 ++++
13 files changed, 2881 insertions(+), 450 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/flat_atomics.ll
create mode 100644 test/CodeGen/AMDGPU/flat_atomics_i64.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 a6d5f79 clang-format: [JS] recognized named functions in AnnotatingParser.
new 1ba5b9c RenderScript support in the Frontend
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/Attr.td | 6 ++++++
include/clang/Basic/LangOptions.def | 1 +
include/clang/Frontend/FrontendOptions.h | 1 +
lib/Frontend/CompilerInvocation.cpp | 10 ++++++++++
lib/Frontend/FrontendActions.cpp | 1 +
lib/Sema/SemaDeclAttr.cpp | 15 +++++++++++++++
test/CodeGen/fp16-ops.c | 2 ++
test/Sema/renderscript.rs | 20 ++++++++++++++++++++
8 files changed, 56 insertions(+)
create mode 100644 test/Sema/renderscript.rs
--
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 b8aff55 AMDGPU: Run verifer after insert waits pass
new 7da58e6 Add aliases for mfvrsave/mtvrsave.
new dcd25f4 CodeGen: Allow verifier to run after MachineBlockPlacement
new e330b7d Make sure that not interesting allocas are not instrumented.
The 3 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/TargetPassConfig.cpp | 2 +-
lib/Target/PowerPC/PPCInstrInfo.td | 4 ++++
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 17 +++++++++++++----
test/CodeGen/PowerPC/vrsave-spill.ll | 4 ++--
test/Instrumentation/AddressSanitizer/lifetime.ll | 20 ++++++++++++++++++++
test/MC/PowerPC/ppc64-encoding-ext.s | 6 ++++++
6 files changed, 46 insertions(+), 7 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 gcc-6-branch
in repository gcc.
from 3eb6158 Daily bump.
new bc4b9f4 [gcc] 2016-06-09 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 90 ++++++++
gcc/config/rs6000/constraints.md | 14 ++
gcc/config/rs6000/predicates.md | 45 +++-
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 223 ++++++++++++++++--
gcc/config/rs6000/vsx.md | 314 ++++++++++++++++++--------
gcc/doc/md.texi | 11 +-
gcc/testsuite/ChangeLog | 23 ++
gcc/testsuite/gcc.target/powerpc/p9-splat-1.c | 27 +++
gcc/testsuite/gcc.target/powerpc/p9-splat-2.c | 38 ++++
gcc/testsuite/gcc.target/powerpc/p9-splat-3.c | 61 +++++
gcc/testsuite/gcc.target/powerpc/p9-splat-4.c | 10 +
gcc/testsuite/gcc.target/powerpc/pr47755.c | 2 +-
gcc/testsuite/gcc.target/powerpc/pr71186.c | 32 +++
14 files changed, 766 insertions(+), 125 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-splat-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-splat-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-splat-3.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-splat-4.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr71186.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 af4c28d Unpoison stack memory in use-after-return + use-after-scope mode
new bec2df6 [CFLAA] Handle global/arg attrs more sanely.
new dad6f6f AMDGPU: Properly initialize SIShrinkInstructions
new 3b52126 AMDGPU: Remove incorrect assertion
new b8aff55 AMDGPU: Run verifer after insert waits pass
The 4 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/CFLAliasAnalysis.cpp | 49 ++++++++++++++++-----------
lib/Analysis/StratifiedSets.h | 11 ++++++
lib/Target/AMDGPU/AMDGPU.h | 3 ++
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 3 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 4 ---
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 10 ++----
test/Analysis/CFLAliasAnalysis/attr-escape.ll | 22 +++++++++---
7 files changed, 65 insertions(+), 37 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 0516106 Keep barcelona subtype for amdfam10
new 3bd97ac Revert 272328 and 272329 to recommit as a single patch.
new 337c62e Reapply 272328 and 272329 as a single patch.
new af4c28d Unpoison stack memory in use-after-return + use-after-scope mode
The 3 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:
.../Instrumentation/AddressSanitizer.cpp | 33 +++++++++++-------
.../AddressSanitizer/lifetime-uar-uas.ll | 39 ++++++++++++++++++++++
.../AddressSanitizer/lifetime-uar.ll | 33 ------------------
3 files changed, 60 insertions(+), 45 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/lifetime-uar-uas.ll
delete mode 100644 test/Instrumentation/AddressSanitizer/lifetime-uar.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 e200450 Redirect unused output in test to /dev/null
new a6d5f79 clang-format: [JS] recognized named functions in AnnotatingParser.
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/Format/TokenAnnotator.cpp | 5 ++++-
unittests/Format/FormatTestJS.cpp | 2 ++
2 files changed, 6 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 master
in repository llvm.
from 22f7a63 [CMake] Cleanup ExternalProject usage of CMake 3.x features
new 539e771 [cpu-detection] Return amdfam10 for all subtypes. Address Bug 28067.
new 0516106 Keep barcelona subtype for amdfam10
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/Support/Host.cpp | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.