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 10a73cb tsan: always define SANITIZER_GO
new d549a8d tsan: set disable_coredump=0 by default for Go
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/sanitizer_common/sanitizer_flags.inc | 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 lld.
from ceb9814 Define ~DIHelper::DIHelper() in .cpp.
new e891443 Consolidate BumpPtrAllocators.
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/CMakeLists.txt | 1 +
ELF/Driver.cpp | 8 +++++---
ELF/Driver.h | 4 ----
ELF/DriverUtils.cpp | 3 +--
ELF/InputFiles.cpp | 37 ++++++++++++++++++-------------------
ELF/InputFiles.h | 20 ++++----------------
ELF/LTO.cpp | 3 +--
ELF/LTO.h | 1 -
ELF/LinkerScript.cpp | 7 +++----
ELF/LinkerScript.h | 2 --
COFF/Writer.h => ELF/Memory.cpp | 19 +++++--------------
ELF/Memory.h | 37 +++++++++++++++++++++++++++++++++++++
ELF/SymbolTable.cpp | 13 ++++++-------
ELF/SymbolTable.h | 1 -
ELF/Symbols.cpp | 15 +++++++--------
ELF/Symbols.h | 6 +++---
ELF/Thunks.cpp | 12 ++++++------
ELF/Writer.cpp | 10 ++++------
ELF/Writer.h | 4 +---
19 files changed, 102 insertions(+), 101 deletions(-)
copy COFF/Writer.h => ELF/Memory.cpp (53%)
create mode 100644 ELF/Memory.h
--
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 glibc.
from 0947291 crypt: Use internal names for the SHA-2 block functions
new ae9166f malloc: Update comments about chunk layout
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:
ChangeLog | 5 +++++
malloc/malloc.c | 40 ++++++++++++++++++++++++++++++----------
2 files changed, 35 insertions(+), 10 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 eae59f7 PR go/78144 libgo: incorporate fix for timezone test
new 17fc6ee combine: Improve change_zero_ext (fixes PR71847)
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 | 9 +++++++++
gcc/combine.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 60 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 llvm.
from 0e18bbf AMDGPU: Change check prefix in test
new 10df7e9 cmake: Enable the lto cache when building with -flto=thin on darwin
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:
cmake/modules/HandleLLVMOptions.cmake | 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 llvm.
from 7dcc2cb Remove redundant prefixes from constants and unbreak the LLDB bots.
new 6cabc8f AMDGPU: Diagnose using too many SGPRs
new a654819 Fix a copy&paste error in the macro definition for HANDLE_DW_ [...]
new 0e18bbf AMDGPU: Change check prefix in test
The 3 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/Support/Dwarf.h | 4 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 23 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 10 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 2 +
test/CodeGen/AMDGPU/exceed-max-sgprs.ll | 102 ++++++++
test/CodeGen/AMDGPU/imm.ll | 438 ++++++++++++++++----------------
6 files changed, 350 insertions(+), 229 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/exceed-max-sgprs.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 f26f54c [PPC] add float and double overloads for vec_orc and vec_nand [...]
new c57ace4 Fix handling of constructor inherited through multiple levels [...]
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/DeclCXX.h | 7 +++----
test/CXX/special/class.init/class.inhctor.init/p1.cpp | 7 +++++++
2 files changed, 10 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 gcc-6-branch
in repository gcc.
from 996c7ef PR debug/77773 * c-pretty-print.c (simple_type_specifier): [...]
new 4e67490 PR go/78144 libgo: incorporate fix for timezone 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:
libgo/go/time/time_test.go | 7 +++++--
1 file changed, 5 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 67f7b56 2016-10-28 Prathamesh Kulkarni <prathamesh.kulkarni@linaro. [...]
new eae59f7 PR go/78144 libgo: incorporate fix for timezone 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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/go/time/time_test.go | 7 +++++--
2 files changed, 6 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 master
in repository llvm.
from 1adbd7e Handle non-~0 lane masks on live-in registers in LivePhysRegs
new b3c6b68 [APFloat] Use std::move() in move assignment operator
new 7dcc2cb Remove redundant prefixes from constants and unbreak the LLDB bots.
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/ADT/APFloat.h | 2 +-
include/llvm/Support/Dwarf.def | 58 +++++++++++++++++++++---------------------
2 files changed, 30 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.