This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6bb6adf [X86][SSE] Regenerate extraction+store memop tests
new 93695a4 [X86][SSE] Regenerate extraction from promotion test
new a554d40 Fix -Wmicrosoft-enum-value in GVNHoist.cpp
new 1b96f3c AMDGPU: Remove pointless dyn_cast_or_null
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/AMDGPUPromoteAlloca.cpp | 7 +++----
lib/Transforms/Scalar/GVNHoist.cpp | 2 +-
test/CodeGen/X86/2011-12-8-bitcastintprom.ll | 27 +++++++++++++++++++++------
3 files changed, 25 insertions(+), 11 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 d57926e [X86][SSE] Regenerate truncate+extension memop tests
new 6bb6adf [X86][SSE] Regenerate extraction+store memop tests
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/extract-store.ll | 114 ++++++++++++++++++++++++++++++--------
1 file changed, 90 insertions(+), 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 clang.
from 05b45f1 docs/conf.py: update version to 4.0
new cfabff3 Support -masm= flag for x86 assembly targets.
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/Driver/Tools.cpp | 19 +++++++++++++++++++
lib/Driver/Tools.h | 2 ++
test/Driver/{masm.c => masm.s} | 13 ++++++-------
3 files changed, 27 insertions(+), 7 deletions(-)
copy test/Driver/{masm.c => masm.s} (60%)
--
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 release_39
in repository llvm.
at 2f7db04 Change version from 3.9.0svn to 3.9.0
This branch includes the following new commits:
new ebec1ca Creating release_39 branch off revision 275826
new 2f7db04 Change version from 3.9.0svn to 3.9.0
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.
--
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 5e89a80 [ThinLTO] Address review comments from PGO indirect call prom [...]
new 797b9ee AMDGPU: Remove dead code and redundant check
new 865e2fa AMDGPU: Remove dead check in AMDGPUPromoteAlloca
new 40ca91a AMDGPU/R600: Replace barrier intrinsics
new bb09cfd AMDGPU: Add intrinsic for s_flbit_i32/v_ffbh_i32
new 9a118f0 Regenerate test
new dddc530 AMDGPU: Fix missing switch case warning
new d57926e [X86][SSE] Regenerate truncate+extension memop tests
The 7 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/IntrinsicsAMDGPU.td | 7 +
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 1 +
lib/Target/AMDGPU/AMDGPUIntrinsics.td | 6 +-
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 47 ++----
lib/Target/AMDGPU/EvergreenInstructions.td | 7 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 3 +
lib/Target/AMDGPU/SIInstructions.td | 13 +-
test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 35 ++++-
test/CodeGen/AMDGPU/lds-output-queue.ll | 6 +-
test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.global.ll | 30 ----
test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.local.ll | 31 ----
test/CodeGen/AMDGPU/llvm.AMDGPU.flbit.i32.ll | 28 ----
test/CodeGen/AMDGPU/llvm.amdgcn.sffbh.ll | 54 +++++++
...gcn.s.barrier.ll => llvm.r600.group.barrier.ll} | 23 +--
...emory-two-objects.ll => local-memory.amdgcn.ll} | 82 +++++-----
test/CodeGen/AMDGPU/local-memory.ll | 58 ++------
...-memory-two-objects.ll => local-memory.r600.ll} | 79 +++++-----
.../AMDGPU/schedule-vs-if-nested-loop-failure.ll | 47 +++---
test/CodeGen/AMDGPU/vector-alloca.ll | 119 +++++++++++----
test/CodeGen/X86/trunc-ext-ld-st.ll | 165 +++++++++++++++------
test/CodeGen/X86/widen_conv-1.ll | 6 +-
23 files changed, 465 insertions(+), 384 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.global.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.local.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.flbit.i32.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.sffbh.ll
copy test/CodeGen/AMDGPU/{llvm.amdgcn.s.barrier.ll => llvm.r600.group.barrier.ll} (53%)
copy test/CodeGen/AMDGPU/{local-memory-two-objects.ll => local-memory.amdgcn.ll} (52%)
rename test/CodeGen/AMDGPU/{local-memory-two-objects.ll => local-memory.r600.ll} (52%)
--
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 release_39
in repository libunwind.
at ce3e76f Creating release_39 branch off revision 275826
This branch includes the following new commits:
new ce3e76f Creating release_39 branch off revision 275826
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.
--
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 release_39
in repository test-suite.
at 9e0b33a Creating release_39 branch off revision 275826
This branch includes the following new commits:
new 9e0b33a Creating release_39 branch off revision 275826
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.
--
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 release_39
in repository libcxxabi.
at 82bb4c8 Creating release_39 branch off revision 275826
This branch includes the following new commits:
new 82bb4c8 Creating release_39 branch off revision 275826
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.
--
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 release_39
in repository openmp.
at 82fb5e6 Creating release_39 branch off revision 275826
This branch includes the following new commits:
new 82fb5e6 Creating release_39 branch off revision 275826
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.