This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b87372d PR tree-optimization/79578 * tree-ssa-dse.c (clear_bytes_wr [...]
new 4223061 2017-01-21 Bin Cheng <bin.cheng(a)arm.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 | 6 ++++++
gcc/tree-predcom.c | 55 +++++++++++++++++++++++++++++-------------------------
2 files changed, 36 insertions(+), 25 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 11e7407 [ObjC][CodeGen] CodeGen support for @available.
new a793abf Add context note to diagnostics that occur while declaring an [...]
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/DiagnosticSemaKinds.td | 9 ++-
include/clang/Sema/Sema.h | 34 ++++++---
lib/Sema/SemaDeclCXX.cpp | 25 +++++--
lib/Sema/SemaTemplateInstantiate.cpp | 99 ++++++++++++++++++---------
test/CXX/class.derived/class.abstract/p16.cpp | 8 ++-
test/SemaCXX/implicit-member-functions.cpp | 3 +-
test/SemaCXX/virtual-base-used.cpp | 5 +-
7 files changed, 128 insertions(+), 55 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 9e601a4 CodeGen: MachineBlockPlacement: Rename member to more general [...]
new d779422 [ORE] Remove ORE.emit{{.+}} functions
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/Analysis/OptimizationDiagnosticInfo.h | 128 ---------------------
lib/Analysis/OptimizationDiagnosticInfo.cpp | 66 -----------
2 files changed, 194 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 aafe27c Ensure <experimental/iterator> includes <iterator>
new b87372d PR tree-optimization/79578 * tree-ssa-dse.c (clear_bytes_wr [...]
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 | 6 ++++++
gcc/tree-ssa-dse.c | 2 +-
2 files changed, 7 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 d7e57f0 [LAA] Remove unused LoopAccessReport
new 9e601a4 CodeGen: MachineBlockPlacement: Rename member to more general [...]
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/MachineBlockPlacement.cpp | 24 +++++++++++-------------
1 file changed, 11 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 23c98ec Disable TLS for stack protector on Android API<17.
new 66f6b76 [LV] Remove unused VectorizationReport
new d7e57f0 [LAA] Remove unused LoopAccessReport
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/llvm/Analysis/LoopAccessAnalysis.h | 33 ------------------------------
lib/Analysis/LoopAccessAnalysis.cpp | 15 --------------
lib/Transforms/Vectorize/LoopVectorize.cpp | 31 ----------------------------
3 files changed, 79 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 0bf4d71 Correct register pressure calculation in presence of subregs
new d9e9828 [CodeGen] Use const MBBs in the opt remark diagnostics. NFC.
new 8b200ec [CodeGen] Print MI without a newline when skipping debugloc. NFC.
new 75fdc3a [CodeGen] Teach opt remarks how to print MI instructions.
new 65d76e1 [GlobalISel] Emit opt remarks on isel fallbacks.
new 23c98ec Disable TLS for stack protector on Android API<17.
The 5 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/ADT/Triple.h | 16 ++++-
include/llvm/CodeGen/GlobalISel/IRTranslator.h | 4 ++
include/llvm/CodeGen/GlobalISel/RegBankSelect.h | 4 ++
include/llvm/CodeGen/GlobalISel/Utils.h | 17 ++++++
include/llvm/CodeGen/MachineInstr.h | 12 +++-
.../CodeGen/MachineOptimizationRemarkEmitter.h | 23 +++++--
lib/CodeGen/GlobalISel/IRTranslator.cpp | 70 +++++++++++++---------
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 54 ++++++++---------
lib/CodeGen/GlobalISel/Legalizer.cpp | 16 ++---
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 23 +++----
lib/CodeGen/GlobalISel/Utils.cpp | 29 +++++++++
lib/CodeGen/MachineInstr.cpp | 4 +-
lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 10 ++++
lib/Target/X86/X86ISelDAGToDAG.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 16 +++--
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 12 +++-
test/CodeGen/X86/stack-protector-target.ll | 40 ++++++++-----
test/Transforms/SafeStack/X86/abi_ssp.ll | 18 +++---
18 files changed, 250 insertions(+), 120 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 c08b4f6 Reverted r295975
new 11e7407 [ObjC][CodeGen] CodeGen support for @available.
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/CGExprScalar.cpp | 18 ++++++++++++++++++
lib/CodeGen/CGObjC.cpp | 16 ++++++++++++++++
lib/CodeGen/CodeGenFunction.h | 2 ++
lib/CodeGen/CodeGenModule.h | 4 ++++
test/CodeGenObjC/availability-check.m | 31 +++++++++++++++++++++++++++++++
5 files changed, 71 insertions(+)
create mode 100644 test/CodeGenObjC/availability-check.m
--
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_40
in repository clang.
from cc3bc9c Merging r294954 and r295592: -------------------------------- [...]
new ad64489 Merging r295473: -------------------------------------------- [...]
new a6d55d9 Merging r295843: -------------------------------------------- [...]
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/CodeGen/CGOpenMPRuntime.cpp | 6 ------
lib/Sema/SemaType.cpp | 2 +-
test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl | 1 +
test/OpenMP/cancel_codegen.cpp | 14 ++++----------
test/OpenMP/cancellation_point_codegen.cpp | 10 ----------
5 files changed, 6 insertions(+), 27 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 5487126 [ORE] Use const CodeRegions in the remark diagnostics. NFC.
new 0bf4d71 Correct register pressure calculation in presence of subregs
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/RegisterPressure.h | 2 +-
include/llvm/Target/TargetRegisterInfo.h | 7 ++++
lib/CodeGen/MachineScheduler.cpp | 4 +--
lib/CodeGen/RegisterPressure.cpp | 42 ++++++++++++++++------
lib/CodeGen/TargetRegisterInfo.cpp | 9 +++++
lib/Target/AMDGPU/SIRegisterInfo.cpp | 16 +++++++++
lib/Target/AMDGPU/SIRegisterInfo.h | 4 +++
test/CodeGen/AMDGPU/load-global-i32.ll | 32 ++++++++---------
...essure.mir => schedule-regpressure-subregs.mir} | 26 +++++++++-----
9 files changed, 104 insertions(+), 38 deletions(-)
copy test/CodeGen/AMDGPU/{schedule-regpressure.mir => schedule-regpressure-subregs [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.