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 a91e160 Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX
new 477bdd3 Use symbolic constants instead of magic numbers with add_data [...]
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/ChangeLog | 6 ++++++
bfd/peXXigen.c | 10 +++++-----
2 files changed, 11 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 clang.
from fa3d6e1 [Bug 25404] Fix crash on typedef in OpenCL 2.0
new 7ddca23 [X86][inline-asm] Add support for MS 'EVEN' directive
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/ms-inline-asm-EVEN.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 test/CodeGen/ms-inline-asm-EVEN.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 e65aa1c [RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag.
new c1eaf3a [InstCombine] Add more test cases for missing combines of sel [...]
new 983e1a1 [X86][inline-asm] Add support for MS 'EVEN' directive
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/MC/MCParser/AsmParser.cpp | 2 +-
test/Transforms/InstCombine/and.ll | 31 +++++++++++++++++++++++++++++++
test/Transforms/InstCombine/or.ll | 11 +++++++++++
test/Transforms/InstCombine/xor.ll | 11 +++++++++++
4 files changed, 54 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 lldb.
from 01000d8 Enable lldm-mi commands -stack-list-locals -stack-list-variab [...]
new 1e329db Tone down the "lldb types" log a bit.
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:
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 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 compiler-rt.
from 172de69 Replace wc -l with count.
new ef626e4 Avoid sub shell.
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/asan/TestCases/Linux/coverage-missing.cc | 6 ++++--
1 file changed, 4 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 gcc.
from 3494d6a 2017-04-04 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new e000adb PR tree-optimization/79390 * target.h (struct noce_if_info) [...]
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 | 24 ++++++++
gcc/config/i386/i386.c | 47 +++++++++++++---
gcc/config/i386/x86-tune.def | 4 +-
gcc/doc/tm.texi | 6 ++
gcc/doc/tm.texi.in | 2 +
gcc/ifcvt.c | 97 +++++----------------------------
gcc/ifcvt.h | 70 ++++++++++++++++++++++++
gcc/target.def | 10 ++++
gcc/target.h | 3 +
gcc/targhooks.h | 2 +
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/ifcvt-4.c | 1 +
gcc/testsuite/gcc.target/i386/pr79390.c | 28 ++++++++++
13 files changed, 209 insertions(+), 91 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr79390.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 1f3f346 [x86] remove dead select-of-constants transform; NFCI
new e65aa1c [RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag.
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/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 4 ++--
unittests/ExecutionEngine/Orc/OrcTestCommon.cpp | 2 +-
unittests/ExecutionEngine/Orc/OrcTestCommon.h | 20 ++++++++++++++++----
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 8 +++++++-
4 files changed, 26 insertions(+), 8 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 9e52f8e [PGO] Memory intrinsic calls optimization based on profiled size
new 1f3f346 [x86] remove dead select-of-constants transform; NFCI
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/X86/X86ISelLowering.cpp | 12 ------------
1 file changed, 12 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 a463701 Preserve vec3 type.
new fa3d6e1 [Bug 25404] Fix crash on typedef in OpenCL 2.0
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/Sema/SemaDecl.cpp | 4 +++-
test/SemaOpenCL/types.cl | 6 ++++++
2 files changed, 9 insertions(+), 1 deletion(-)
create mode 100644 test/SemaOpenCL/types.cl
--
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 452506a AMDGPU: Remove legacy export intrinsic
new 9e52f8e [PGO] Memory intrinsic calls optimization based on profiled size
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/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/ProfileData/InstrProf.h | 4 +
include/llvm/Transforms/InstrProfiling.h | 6 -
include/llvm/Transforms/Instrumentation.h | 1 +
include/llvm/Transforms/PGOInstrumentation.h | 10 +
lib/Passes/PassRegistry.def | 1 +
lib/ProfileData/InstrProf.cpp | 21 ++
lib/Transforms/IPO/PassManagerBuilder.cpp | 4 +
.../Instrumentation/IndirectCallPromotion.cpp | 346 ++++++++++++++++++++-
lib/Transforms/Instrumentation/InstrProfiling.cpp | 63 ++--
lib/Transforms/Instrumentation/Instrumentation.cpp | 1 +
.../Instrumentation/PGOInstrumentation.cpp | 30 +-
test/Transforms/PGOProfile/memop_size_opt.ll | 100 ++++++
14 files changed, 528 insertions(+), 61 deletions(-)
create mode 100644 test/Transforms/PGOProfile/memop_size_opt.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.