This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from 2fa5b21 2016-04-27 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 131ec6e 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 gcc.
from 0ef0478 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new 82cbfc9 * config/i386/i386.md (sign_extend to memory peephole2s): Us [...]
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 | 5 +++++
gcc/config/i386/i386.md | 8 ++++----
2 files changed, 9 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 lld.
from b757d03 Sort includes. NFC.
new 309404a Do not lookup the symbol table twice for each --wrap.
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:
ELF/SymbolTable.cpp | 5 +++--
1 file changed, 3 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 llvm.
from 05e0103 Fix bugs in llvm-objdump printing the last word for -section [...]
new 628f22d LTO: Don't bother trying to mangle unnamed globals, as they c [...]
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/LTO/LTOCodeGenerator.cpp | 4 ++++
test/LTO/X86/unnamed.ll | 10 ++++++++++
2 files changed, 14 insertions(+)
create mode 100644 test/LTO/X86/unnamed.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 lld.
from 5357fd0 [ELF] -R is an alias for -rpath.
new b757d03 Sort includes. NFC.
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:
ELF/LTO.cpp | 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 9473ad8 [ImplicitNullChecks] Properly update the live-in of the block [...]
new 4a4743c Parse module information from DBI stream.
new 05e0103 Fix bugs in llvm-objdump printing the last word for -section [...]
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/DebugInfo/PDB/Raw/ModInfo.h | 62 +++++++++
include/llvm/DebugInfo/PDB/Raw/PDBDbiStream.h | 5 +
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Raw/ModInfo.cpp | 142 +++++++++++++++++++++
lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp | 20 ++-
test/DebugInfo/PDB/pdbdump-headers.test | 24 ++++
test/tools/llvm-objdump/Inputs/section.macho-armv7 | Bin 232 -> 308 bytes
test/tools/llvm-objdump/macho-sections.test | 6 +-
tools/llvm-objdump/MachODump.cpp | 4 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 23 ++++
10 files changed, 282 insertions(+), 5 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/ModInfo.h
create mode 100644 lib/DebugInfo/PDB/Raw/ModInfo.cpp
--
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 0174eda more buildbot failure fix to r267792
new 9473ad8 [ImplicitNullChecks] Properly update the live-in of the block [...]
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/ImplicitNullChecks.cpp | 11 ++++++++++-
1 file changed, 10 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 0d170a8 [SimplifyCFG] propagate branch metadata when creating select
new 1564d12 [PGO] Promote indirect calls to conditional direct calls with [...]
new 0174eda more buildbot failure fix to r267792
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/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/Transforms/Instrumentation.h | 1 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 11 +-
lib/Transforms/Instrumentation/CMakeLists.txt | 1 +
.../Instrumentation/IndirectCallPromotion.cpp | 693 +++++++++++++++++++++
lib/Transforms/Instrumentation/Instrumentation.cpp | 1 +
test/Transforms/PGOProfile/comdat_internal.ll | 2 +-
.../PGOProfile/icp_covariant_call_return.ll | 44 ++
.../PGOProfile/icp_covariant_invoke_return.ll | 110 ++++
test/Transforms/PGOProfile/icp_invoke.ll | 104 ++++
test/Transforms/PGOProfile/icp_mismatch_msg.ll | 39 ++
test/Transforms/PGOProfile/icp_vararg.ll | 33 +
.../PGOProfile/indirect_call_promotion.ll | 54 ++
14 files changed, 1093 insertions(+), 2 deletions(-)
create mode 100644 lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
create mode 100644 test/Transforms/PGOProfile/icp_covariant_call_return.ll
create mode 100644 test/Transforms/PGOProfile/icp_covariant_invoke_return.ll
create mode 100644 test/Transforms/PGOProfile/icp_invoke.ll
create mode 100644 test/Transforms/PGOProfile/icp_mismatch_msg.ll
create mode 100644 test/Transforms/PGOProfile/icp_vararg.ll
create mode 100644 test/Transforms/PGOProfile/indirect_call_promotion.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 clang.
from cecb590 [OpenMP] Code generation for target enter data directive
new 435fb2e [OpenMP] Code generation for target exit data 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:
lib/CodeGen/CGOpenMPRuntime.cpp | 18 ++++++---
lib/CodeGen/CGOpenMPRuntime.h | 10 +++--
lib/CodeGen/CGStmtOpenMP.cpp | 21 ++++++++++-
...ta_codegen.cpp => target_exit_data_codegen.cpp} | 44 +++++++++++-----------
4 files changed, 59 insertions(+), 34 deletions(-)
copy test/OpenMP/{target_enter_data_codegen.cpp => target_exit_data_codegen.cpp} (82%)
--
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 8822338 [OpenMP] Code generation for target data directive
new cecb590 [OpenMP] Code generation for target enter data 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:
lib/CodeGen/CGOpenMPRuntime.cpp | 64 ++++++++++++++++++++++
lib/CodeGen/CGOpenMPRuntime.h | 10 ++++
lib/CodeGen/CGStmtOpenMP.cpp | 17 +++++-
...a_codegen.cpp => target_enter_data_codegen.cpp} | 57 +++++--------------
4 files changed, 105 insertions(+), 43 deletions(-)
copy test/OpenMP/{target_data_codegen.cpp => target_enter_data_codegen.cpp} (80%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.