This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from d40c554 Temporarily disable this test on llvm-clang-lld-x86_64-scei-p [...]
new ce88d7e ELF: Forbid all relative relocations to absolute symbols in P [...]
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/OutputSections.cpp | 2 +-
ELF/SymbolTable.cpp | 2 +-
ELF/SymbolTable.h | 2 +-
ELF/Symbols.cpp | 9 ++++---
ELF/Symbols.h | 5 ++--
ELF/Writer.cpp | 42 ++++++++++++++++++++++----------
test/ELF/relocation-relative-absolute.s | 12 +++++++++
test/ELF/relocation-relative-synthetic.s | 11 +++++++++
test/ELF/relocation-relative-weak.s | 14 +++++++++++
9 files changed, 78 insertions(+), 21 deletions(-)
create mode 100644 test/ELF/relocation-relative-absolute.s
create mode 100644 test/ELF/relocation-relative-synthetic.s
create mode 100644 test/ELF/relocation-relative-weak.s
--
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-tools-extra.
from c807180 [clang-tidy] Cleaning namespaces to be more consistant across [...]
new 087b7ba [Clang-tidy] Fix Clang-tidy modernize-use-override and some I [...]
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:
clang-tidy/modernize/MakeSmartPtrCheck.h | 8 +++++---
1 file changed, 5 insertions(+), 3 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 gcc-5-branch
in repository gcc.
from 818f2a9 Daily bump.
new 800aa4f 2016-05-02 Jerry DeLisle <jvdelisle(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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/list_read_14.f90 | 25 +++++++++++++++++++++++++
libgfortran/ChangeLog | 6 ++++++
libgfortran/io/list_read.c | 2 +-
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/list_read_14.f90
--
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 84bc70b Parse the TPI (type information) stream of PDB files.
new 97e4f88 [codeview] Maintain the type enum-to-classname mapping in the [...]
new a802e2a Change operation_not_supported to not_supported.
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/CodeView/CVLeafTypes.def | 64 ++++++++++++++-----------
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp | 2 +-
tools/llvm-readobj/COFFDumper.cpp | 28 ++---------
3 files changed, 41 insertions(+), 53 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 feb3898 Cleanup warnings and remove use of __builtin_va_list in depr. [...]
new 3ed38a9 Guard use of <unistd.h> in 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:
test/std/numerics/rand/rand.device/ctor.pass.cpp | 39 +++++++++++++-----------
1 file changed, 22 insertions(+), 17 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 e08eb3c Pass all buffers to BuildId hash function at once. NFC.
new d40c554 Temporarily disable this test on llvm-clang-lld-x86_64-scei-p [...]
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/ELF/reproduce.s | 5 +++++
1 file changed, 5 insertions(+)
--
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 adeb741 [CMake] Enable LIBCXX HEADERS in Apple-Stage2.cmake
new f0413f8 Adding a test for a compiler crash that was fixed in r248069.
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:
.../math.h => Modules/Inputs/getSourceDescriptor-crash/h1.h} | 0
test/Modules/Inputs/getSourceDescriptor-crash/module.modulemap | 3 +++
test/Modules/getSourceDescriptor-crash.cpp | 9 +++++++++
3 files changed, 12 insertions(+)
copy test/{Headers/Inputs/include/math.h => Modules/Inputs/getSourceDescriptor-cra [...]
create mode 100644 test/Modules/Inputs/getSourceDescriptor-crash/module.modulemap
create mode 100644 test/Modules/getSourceDescriptor-crash.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 1b960de Adding period to the end of a comment to test out commit access.
new be4f17f Moved test case for r268323 to DebugInfo/X86 to unbreak aarch64.
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/DebugInfo/{Generic => X86}/isel-cse-line.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/DebugInfo/{Generic => X86}/isel-cse-line.ll (100%)
--
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 287a502 debugserver should fflush its log stream in FileLogCallback, [...]
new fcb35af Another little example use of scripted thread plans.
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:
examples/python/scripted_step.py | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.