This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from cb8e558 Initial support for the local dynamic model ARM TLS relocations:
new 69a6497 Removed trailing whitespaces. 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.h | 4 ++--
1 file changed, 2 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 compiler-rt.
from 9b1dbf0 [compiler-rt] [XRay] Basic initialization and flag definition [...]
new 9b0d7ca [compiler-rt/asan] Disable irrelevant unittest on win64
new 93908cb [xray] Only build xray on Linux for now
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:
CMakeLists.txt | 2 --
cmake/config-ix.cmake | 7 +++++++
lib/CMakeLists.txt | 6 +++---
test/asan/TestCases/Windows/shadow_mapping_failure.cc | 1 +
4 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 lld.
from 62bca28 [ELF] Create output sections in LinkerScript class
new cb8e558 Initial support for the local dynamic model ARM TLS relocations:
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/Target.cpp | 11 ++++++++
test/ELF/arm-tls-ldm32.s | 73 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
create mode 100644 test/ELF/arm-tls-ldm32.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 lld.
from 4c3dab1 [ELF] - Fixed integral constant overflow warning under MSVS 2 [...]
new 62bca28 [ELF] Create output sections in LinkerScript class
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/InputSection.cpp | 10 ----------
ELF/InputSection.h | 2 --
ELF/LinkerScript.cpp | 42 +++++++++++++++++++++++++++++++++++++++++-
ELF/LinkerScript.h | 5 +++++
ELF/Writer.cpp | 44 +++++++++++++++++++++++++++++++-------------
5 files changed, 77 insertions(+), 26 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 binutils-gdb.
from 027d97f8 testsuite: Fix gdb.gdb/selftest.exp for C++-O2-g-built GDB
new 9ab8247 Check p_paddr for program header space
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/elf.c | 4 +++-
ld/ChangeLog | 6 ++++++
2 files changed, 9 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 88ea57f [docs] Fixing Sphinx warnings to unclog the buildbot
new 59e8cab AMDGPU: Fix bug causing crash due to invalid opencl version m [...]
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/AMDGPUAsmPrinter.cpp | 22 +++++++++++++---------
.../AMDGPU/invalid-opencl-version-metadata1.ll | 8 ++++++++
.../AMDGPU/invalid-opencl-version-metadata2.ll | 9 +++++++++
.../AMDGPU/invalid-opencl-version-metadata3.ll | 9 +++++++++
4 files changed, 39 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/invalid-opencl-version-metadata1.ll
create mode 100644 test/CodeGen/AMDGPU/invalid-opencl-version-metadata2.ll
create mode 100644 test/CodeGen/AMDGPU/invalid-opencl-version-metadata3.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 7ee720b [X86][SSE] Reimplement SSE fp2si conversion intrinsics instea [...]
new 1d0ef11 [MS] Improve VPtrInfo field names and doc comments
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/clang/AST/VTableBuilder.h | 22 +++++++++++-----------
lib/AST/VTableBuilder.cpp | 26 +++++++++++++-------------
lib/CodeGen/MicrosoftCXXABI.cpp | 32 ++++++++++++++++----------------
3 files changed, 40 insertions(+), 40 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 b704b0e gcc/ Implement attribute progmem on reduced Tiny cores by ad [...]
new e9b5fdd gcc/ * gcc/config/avr.c (avr_legitimize_address) [AVR_TINY]: [...]
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 | 10 ++
gcc/config/avr/avr.c | 136 ++++++++++++++-----------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/avr/torture/get-mem.c | 52 ++++++++++
gcc/testsuite/gcc.target/avr/torture/set-mem.c | 55 ++++++++++
5 files changed, 199 insertions(+), 59 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/get-mem.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/set-mem.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 release_39
in repository llvm.
from 00d9b1b Merging r275866: -------------------------------------------- [...]
new c6561de Merging r275935: -------------------------------------------- [...]
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/SIMachineScheduler.cpp | 3 +++
1 file changed, 3 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 lld.
from a5f8892 Avoid some binary searches.
new 4c3dab1 [ELF] - Fixed integral constant overflow warning under MSVS 2 [...]
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 | 4 ++--
ELF/SymbolTable.h | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.