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 192bb1b 2017-01-10 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 80dcabe Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-5-branch
in repository gcc.
from eb41c5b 2017-01-10 Bill Seurer <seurer(a)linux.vnet.ibm.com>
new 5b5da08 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 e9fdb8b [InstCombine] add a wrapper for a common pair of transforms; NFCI
new de4116d Revert "[PGO] Turn off comdat renaming in IR PGO by default"
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/ProfileData/InstrProf.h | 9 -----
lib/ProfileData/InstrProf.cpp | 43 ----------------------
lib/Transforms/Instrumentation/InstrProfiling.cpp | 16 +-------
.../Instrumentation/PGOInstrumentation.cpp | 16 +++++++-
.../Inputs/multiple_hash_profile.proftext | 36 ------------------
test/Transforms/PGOProfile/comdat_internal.ll | 8 ++--
test/Transforms/PGOProfile/comdat_rename.ll | 20 ++++++++--
.../Transforms/PGOProfile/indirect_call_profile.ll | 2 +-
.../Transforms/PGOProfile/multiple_hash_profile.ll | 36 ------------------
9 files changed, 36 insertions(+), 150 deletions(-)
delete mode 100644 test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext
delete mode 100644 test/Transforms/PGOProfile/multiple_hash_profile.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 binutils-gdb.
from 52b232b i386/x32: Align .eh_frame section to 4 bytes
new 0b67023 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-7.12-branch
in repository binutils-gdb.
from 1ad0d4a Automatic date update in version.in
new 1b86d38 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_28-branch
in repository binutils-gdb.
from a5e01c9 [GOLD] PowerPC64 TOC indirect to TOC relative code editing
new a0c0f1c Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 1639229 AMDGPU: Constant fold when immediate is materialized
new eb75eea [AArch64] Consider all vector types for FeatureSlowMisaligned [...]
new 9975cec [NVPTX] Add CHECK-LABEL where appropriate to fast-math.ll test.
new e9bf848 [TM] Restore default TargetOptions in TargetMachine::resetTar [...]
new 108d72a [loop-unroll] Properly populate LoopInfo for loops cloned in [...]
new e9fdb8b [InstCombine] add a wrapper for a common pair of transforms; NFCI
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/Target/TargetMachine.h | 1 +
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 23 ++++----
lib/Target/TargetMachine.cpp | 9 ++-
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 12 +---
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 28 ++-------
lib/Transforms/InstCombine/InstCombineInternal.h | 19 ++++--
.../InstCombine/InstCombineMulDivRem.cpp | 31 +++-------
lib/Transforms/InstCombine/InstCombineShifts.cpp | 9 +--
.../InstCombine/InstructionCombining.cpp | 20 ++++---
lib/Transforms/Utils/LoopUnrollRuntime.cpp | 8 ++-
test/Analysis/CostModel/AArch64/store.ll | 58 ++++++++++++++++---
test/CodeGen/NVPTX/fast-math.ll | 17 ++----
test/CodeGen/PowerPC/change-no-infs.ll | 67 ++++++++++++++++++++++
test/CodeGen/X86/change-unsafe-fp-math.ll | 56 ++++++++++++++++++
14 files changed, 246 insertions(+), 112 deletions(-)
create mode 100644 test/CodeGen/PowerPC/change-no-infs.ll
create mode 100644 test/CodeGen/X86/change-unsafe-fp-math.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 llvm.
from 2fa5ad0 [loop-unroll] Factor out code to update LoopInfo (NFC).
new 1639229 AMDGPU: Constant fold when immediate is materialized
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/SIFoldOperands.cpp | 369 ++++++----
test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir | 858 +++++++++++++++++++++++
2 files changed, 1086 insertions(+), 141 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir
--
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 b5f78ed InstCombine: Set operands instead of creating new call
new 7b68503 Move the section name from GlobalObject to the LLVMContext
new 2fa5ad0 [loop-unroll] Factor out code to update LoopInfo (NFC).
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/IR/GlobalObject.h | 36 +++++++++++++++++----
include/llvm/Transforms/Utils/UnrollLoop.h | 6 ++++
lib/IR/Globals.cpp | 26 +++++++++++++---
lib/IR/LLVMContextImpl.h | 7 +++++
lib/Transforms/Utils/LoopUnroll.cpp | 50 ++++++++++++++++++++----------
5 files changed, 98 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 3aa9c7e InstCombine: fdiv -x, -y -> fdiv x, y
new b5f78ed InstCombine: Set operands instead of creating new call
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/InstCombine/InstCombineCalls.cpp | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.