This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d65af934296 [CMake] Fix Bug Report URL
new bdb305ac14f Re-land "[ThinLTO] Add call edges' relative block frequency [...]
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/Bitcode/LLVMBitCodes.h | 5 +++++
include/llvm/IR/ModuleSummaryIndex.h | 26 ++++++++++++++++++++++----
lib/Analysis/ModuleSummaryAnalysis.cpp | 21 ++++++++++++++++++---
lib/Bitcode/Reader/BitcodeReader.cpp | 23 +++++++++++++++++------
lib/Bitcode/Writer/BitcodeWriter.cpp | 31 +++++++++++++++++++++----------
lib/Transforms/IPO/FunctionImport.cpp | 5 +++--
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1 +
7 files changed, 87 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 libcxx.
from 102b0a11f [cmake] [libcxx] Call llvm_setup_rpath() when adding shared l [...]
new e0c8dbec3 Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rp [...]
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/CMakeLists.txt | 1 -
1 file changed, 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 595b8a58219 Revert "asan: add kernel inline instrumentation test"
new d65af934296 [CMake] Fix Bug Report URL
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:
CMakeLists.txt | 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 libcxxabi.
from 4c981eb [cmake] [libcxxabi] Call llvm_setup_rpath() when adding share [...]
new 1538d72 Revert [libcxxabi] r323455 - [cmake] [libcxxabi] Call llvm_se [...]
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:
src/CMakeLists.txt | 1 -
1 file changed, 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 8ebbbbddc40 Change -march to -mcpu.
new d9c7c3e3f6e 2018-25-01 Paul Thomas <pault(a)gcc.gnu.org>
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 | 43 +++++++
gcc/fortran/array.c | 5 +
gcc/fortran/libgfortran.h | 14 +--
gcc/fortran/trans-array.c | 14 ++-
gcc/fortran/trans-expr.c | 14 ++-
gcc/fortran/trans-intrinsic.c | 14 ++-
gcc/fortran/trans-io.c | 9 +-
gcc/fortran/trans-types.c | 125 ++++++++++++++-------
gcc/fortran/trans-types.h | 1 +
gcc/fortran/trans.h | 6 +
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/gfortran.dg/coarray_18.f90 | 25 +++--
.../gfortran.dg/coarray_lib_this_image_2.f90 | 2 +-
gcc/testsuite/gfortran.dg/coarray_lib_token_4.f90 | 4 +-
gcc/testsuite/gfortran.dg/inline_sum_1.f90 | 2 +-
gcc/testsuite/gfortran.dg/rank_1.f90 | 5 +-
libgfortran/ChangeLog | 17 +++
libgfortran/caf/single.c | 8 +-
libgfortran/intrinsics/associated.c | 4 +-
libgfortran/intrinsics/date_and_time.c | 7 +-
libgfortran/io/transfer.c | 19 ++--
libgfortran/libgfortran.h | 34 ++++--
22 files changed, 272 insertions(+), 110 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 47ecd47d1 Improve LMARegion handling.
new 60fdebe3a Move LMAOffset from the OutputSection to the PhdrEntry. 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/LinkerScript.cpp | 4 ++--
ELF/OutputSections.h | 3 +--
ELF/Writer.h | 1 +
3 files changed, 4 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 gcc.
from 40fdb91a2cb * doc/invoke.texi (PowerPC Options): Document 'native' cpu type.
new 8ebbbbddc40 Change -march to -mcpu.
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/doc/invoke.texi | 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 libcxxabi.
from 9a02f50 [libc++abi] Fix unused function when building with LIBCXXABI_ [...]
new 4c981eb [cmake] [libcxxabi] Call llvm_setup_rpath() when adding share [...]
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:
src/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 54a5135c0ce * elf.c (elf_open_debugfile_by_debuglink): Don't check CRC [...]
new 40fdb91a2cb * doc/invoke.texi (PowerPC Options): Document 'native' cpu type.
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 | 4 ++++
gcc/doc/invoke.texi | 8 +++++++-
2 files changed, 11 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 ae0c8015e09 [Hexagon] SETEQ and SETNE are valid integer condition codes
new 595b8a58219 Revert "asan: add kernel inline instrumentation test"
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:
.../AddressSanitizer/kernel_inline.ll | 27 ----------------------
1 file changed, 27 deletions(-)
delete mode 100644 test/Instrumentation/AddressSanitizer/kernel_inline.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.