This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 541e738 Move x86-64 builtins from SemaChecking.cpp to BuiltinsX86_64.def
new 30858ca Document potential implementation of CFI in hardware.
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:
docs/ControlFlowIntegrityDesign.rst | 54 +++++++++++++++++++++++++++++++++++++
1 file changed, 54 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 7e2ade4 AMDGPU: Add instruction definitions for VGPR indexing
new 8ef2e47 [SimplifyCFG] Don't create PHI nodes for constant bundle operands
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/IR/CallSite.h | 4 ++++
include/llvm/IR/InstrTypes.h | 6 ++++++
lib/Transforms/Utils/SimplifyCFG.cpp | 11 ++++++++++-
test/Transforms/SimplifyCFG/sink-common-code.ll | 26 +++++++++++++++++++++++++
4 files changed, 46 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 f2e490a [X86] Add the v4i32 flavor test-case for pr30371
new 7e2ade4 AMDGPU: Add instruction definitions for VGPR indexing
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/AMDGPU/AMDGPU.td | 18 ++++++--
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 2 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 10 +++++
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 5 +++
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 27 ++++++++++-
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 5 ++-
lib/Target/AMDGPU/SIDefines.h | 9 ++++
lib/Target/AMDGPU/SIInstructions.td | 4 ++
lib/Target/AMDGPU/SOPInstructions.td | 52 +++++++++++++++++++++-
lib/Target/AMDGPU/VOP1Instructions.td | 2 +-
test/MC/AMDGPU/sop1.s | 8 +++-
test/MC/AMDGPU/sopc-err.s | 10 +++++
test/MC/AMDGPU/sopc.s | 16 +++++++
test/MC/AMDGPU/sopp.s | 16 ++++++-
14 files changed, 172 insertions(+), 12 deletions(-)
create mode 100644 test/MC/AMDGPU/sopc-err.s
--
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 f8eb893 gcc/fortran/ChangeLog:
new 3457370 syscall: mark rawClone as no_split_stack
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/go/gofrontend/MERGE | 2 +-
libgo/go/syscall/clone_linux.c | 5 ++++-
2 files changed, 5 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 8708abc NFC: CodeCompletionResult's constructor should take const NamedDecl
new 541e738 Move x86-64 builtins from SemaChecking.cpp to BuiltinsX86_64.def
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 | 43 ------------------------
include/clang/Basic/BuiltinsX86_64.def | 48 +++++++++++++++++++++++++++
lib/Basic/Targets.cpp | 2 ++
lib/Sema/SemaChecking.cpp | 58 --------------------------------
test/CodeGen/builtins-x86-disabled.c | 22 -------------
test/Sema/builtins-x86_64.c | 60 ++++++++++++++++++++++++++++++++++
6 files changed, 110 insertions(+), 123 deletions(-)
delete mode 100644 test/CodeGen/builtins-x86-disabled.c
create mode 100644 test/Sema/builtins-x86_64.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 6589a4e AMDGPU/SI: Change mimg intrinsic signatures
new f2e490a [X86] Add the v4i32 flavor test-case for pr30371
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/vector-shuffle-combining.ll | 65 +++++++++++++++++++++++++---
1 file changed, 60 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 master
in repository llvm.
from db1717e [ValueTracking] An improvement to IR ValueTracking on Non-neg [...]
new 6589a4e AMDGPU/SI: Change mimg intrinsic signatures
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/IR/IntrinsicsAMDGPU.td | 21 +++++-----
lib/Target/AMDGPU/MIMGInstructions.td | 41 +++++++++++---------
test/CodeGen/AMDGPU/llvm.amdgcn.image.ll | 58 ++++++++++++++++++----------
test/CodeGen/AMDGPU/llvm.amdgcn.s.waitcnt.ll | 12 +++---
test/CodeGen/AMDGPU/wqm.ll | 10 ++---
5 files changed, 83 insertions(+), 59 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 0cc60de 2016-10-12 Paolo Carlini <paolo.carlini(a)oracle.com>
new f8eb893 gcc/fortran/ChangeLog:
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/fortran/ChangeLog | 8 ++++++++
gcc/fortran/trans-expr.c | 20 +++++++++-----------
gcc/fortran/trans-stmt.c | 4 ++--
3 files changed, 19 insertions(+), 13 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 14cd5a9 BranchRelaxation: Unique live ins when creating block
new db1717e [ValueTracking] An improvement to IR ValueTracking on Non-neg [...]
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/Analysis/ValueTracking.cpp | 49 +++++++++++++++++++++++++++++++++---
test/Transforms/BBVectorize/loop1.ll | 4 +--
2 files changed, 48 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.