This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 806f68bbab5 [MC] Have MCObjectStreamer take its MCAsmBackend argument v [...]
new b0c68019969 [X86] Sink X86AsmPrinter ctor into .cpp file, NFC
new 1c59d0201f4 Fix AMDGPU build issue
new d4118422e7e Revert "[ADT] Make Twine's copy constructor private."
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/ADT/Twine.h | 37 +++++++---------------------
include/llvm/IR/DiagnosticInfo.h | 6 ++---
include/llvm/Object/Error.h | 4 +--
include/llvm/Object/WindowsResource.h | 2 +-
include/llvm/Support/Error.h | 2 +-
include/llvm/Support/FormatVariadicDetails.h | 2 +-
lib/Object/Error.cpp | 5 ++--
lib/Support/Error.cpp | 2 +-
lib/Support/Twine.cpp | 6 +++--
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 2 +-
lib/Target/X86/X86AsmPrinter.cpp | 4 +++
lib/Target/X86/X86AsmPrinter.h | 4 +--
lib/Transforms/Scalar/SROA.cpp | 21 ++++++++--------
tools/llvm-nm/llvm-nm.cpp | 4 +--
tools/llvm-objcopy/Object.cpp | 6 ++---
tools/llvm-objcopy/Object.h | 6 ++---
tools/llvm-objcopy/llvm-objcopy.cpp | 2 +-
tools/llvm-objcopy/llvm-objcopy.h | 2 +-
unittests/ADT/TwineTest.cpp | 8 ------
utils/TableGen/RegisterBankEmitter.cpp | 4 +--
20 files changed, 53 insertions(+), 76 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 clang.
from c353732a31 Update cc1as_main for MCCodeEmitter ownership change in r315531.
new 6c57331175 Revert "[ADT] Make Twine's copy constructor private."
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/Tooling/CompilationDatabase.h | 19 ++++----
lib/CodeGen/CGObjCMac.cpp | 75 +++++++++++++++--------------
lib/CodeGen/CodeGenAction.cpp | 2 +-
lib/Driver/ToolChains/MSVC.cpp | 2 +-
lib/Driver/ToolChains/MinGW.cpp | 2 +-
lib/Tooling/CompilationDatabase.cpp | 6 +--
unittests/Tooling/TestVisitor.h | 14 +++---
7 files changed, 63 insertions(+), 57 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 e3e1659d1 Disable TSan tests on Android.
new 8c026f722 Reland "[sanitizer] Introduce ReservedAddressRange to sanitiz [...]
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_common.h | 14 +++++
lib/sanitizer_common/sanitizer_fuchsia.cc | 31 +++++++++++
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 36 +++++++++++++
lib/sanitizer_common/sanitizer_win.cc | 37 +++++++++++++
.../tests/sanitizer_common_test.cc | 62 ++++++++++++++++++++++
5 files changed, 180 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 f8e070853e [Driver] Export symbols needed to use profile runtime
new 29b9ec05e6 [ADT] Make Twine's copy constructor private.
new c353732a31 Update cc1as_main for MCCodeEmitter ownership change in r315531.
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/clang/Tooling/CompilationDatabase.h | 19 ++++----
lib/CodeGen/CGObjCMac.cpp | 75 ++++++++++++++---------------
lib/CodeGen/CodeGenAction.cpp | 2 +-
lib/Driver/ToolChains/MSVC.cpp | 2 +-
lib/Driver/ToolChains/MinGW.cpp | 2 +-
lib/Tooling/CompilationDatabase.cpp | 6 +--
tools/driver/cc1as_main.cpp | 2 +-
unittests/Tooling/TestVisitor.h | 14 +++---
8 files changed, 58 insertions(+), 64 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 8f9dd89f722 MachineOptimizationRemarkEmitter.h: Appease g++-4.8.2. See [...]
new 3a5178e70a9 MC Helpers for llvm-cfi-verify.
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:
tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 77 +++++++
tools/llvm-cfi-verify/lib/FileAnalysis.h | 24 +++
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp | 263 +++++++++++++++++++++++
3 files changed, 364 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 b6bf1deaa Define RelType to represent relocation types.
new a3c35588e lld: Reorder libdeps.
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:
COFF/CMakeLists.txt | 6 +++---
ELF/CMakeLists.txt | 2 +-
MinGW/CMakeLists.txt | 2 +-
lib/Driver/CMakeLists.txt | 2 +-
lib/ReaderWriter/MachO/CMakeLists.txt | 2 +-
tools/lld/CMakeLists.txt | 2 +-
6 files changed, 8 insertions(+), 8 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 6eb80ad92a5 AMDGPU/NFC: Minor clean ups in HSA metadata
new 8f9dd89f722 MachineOptimizationRemarkEmitter.h: Appease g++-4.8.2. See [...]
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/CodeGen/MachineOptimizationRemarkEmitter.h | 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 bddf0d1627a rs6000: Improve isel
new 9ddc97a2d23 * go-system.h (__STDC_FORMAT_MACROS): Define before includ [...]
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/ChangeLog | 5 +++++
gcc/go/go-system.h | 6 ++++++
2 files changed, 11 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 257828766ce AMDGPU/NFC: Minor clean ups in PAL metadata
new 6eb80ad92a5 AMDGPU/NFC: Minor clean ups in HSA metadata
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/Support/AMDGPUMetadata.h | 12 ++-
lib/Support/AMDGPUMetadata.cpp | 12 +--
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 9 ++-
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 3 +
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 94 +++++++++++-----------
.../MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp | 54 ++++++-------
.../MCTargetDesc/AMDGPUHSAMetadataStreamer.h | 15 ++--
.../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 43 +++++-----
.../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 17 ++--
9 files changed, 119 insertions(+), 140 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.