This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_30-branch
in repository binutils-gdb.
from 30a2e7bb17 Fix AArch32 build attributes for Armv8.4-A.
new fc6bfa3e3a Automatic date update in version.in
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/version.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 lld.
from 9f11285a8 [WebAssembly] Remove unneeded Chunk::getFileName() method. NFC.
new c3cdf73e0 [WebAssembly] Simplify FunctionSymbol::get/set/hasFunctionType. 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:
wasm/InputFiles.cpp | 14 +++++++-------
wasm/InputFiles.h | 4 ++--
wasm/SymbolTable.cpp | 15 +++++++++------
wasm/Symbols.cpp | 16 +++-------------
wasm/Symbols.h | 28 ++++++++++++----------------
wasm/Writer.cpp | 4 ++--
6 files changed, 35 insertions(+), 46 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 4735edbbaf [ThinLTO] Allow indexing to request backend to ignore the module
new 53d982bea4 [Basic] Fix some Clang-tidy modernize and Include What You U [...]
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/Basic/Diagnostic.h | 247 +++++++++++++++++++++-----------
include/clang/Basic/DiagnosticOptions.h | 15 +-
include/clang/Basic/LangOptions.h | 55 ++++---
include/clang/Basic/PartialDiagnostic.h | 60 ++++----
include/clang/Basic/PlistSupport.h | 19 ++-
include/clang/Basic/SourceLocation.h | 67 +++++----
lib/Basic/Diagnostic.cpp | 71 +++++----
lib/Basic/DiagnosticOptions.cpp | 5 +-
lib/Basic/LangOptions.cpp | 7 +-
lib/Basic/SourceLocation.cpp | 12 +-
10 files changed, 342 insertions(+), 216 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 2749eb2cdfc [ThinLTO] Allow indexing to request backend to ignore the module
new ce96f9844a8 Remove "--full-shutdown" and instead use an environment var [...]
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:
utils/lit/lit/llvm/config.py | 3 ---
1 file changed, 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 lld.
from 78f9c8bba Do not print out "no input files" twice.
new 8435a7a8a Remove "--full-shutdown" and instead use an environment varia [...]
new 9f11285a8 [WebAssembly] Remove unneeded Chunk::getFileName() method. NFC.
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:
ELF/Config.h | 1 -
ELF/Driver.cpp | 11 +++++------
ELF/Driver.h | 2 +-
ELF/Options.td | 3 ---
test/ELF/lto/timepasses.ll | 7 +++----
test/lit.cfg.py | 1 +
tools/lld/lld.cpp | 15 ++++++++++++---
wasm/InputChunks.h | 1 -
wasm/MarkLive.cpp | 2 +-
9 files changed, 23 insertions(+), 20 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 c2596c4a72 x86-64: Add -z max-page-size=0x200000 -z noseparate-code to [...]
new 325ba6fb34 Ignore degenerate PT_LOAD segments
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/ChangeLog | 7 +++++++
bfd/elf.c | 1 +
2 files changed, 8 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 1ef7c4d9873 AMDGPU: Remove unused private member of AMDGPUTargetELFStreamer
new 2749eb2cdfc [ThinLTO] Allow indexing to request backend to ignore the module
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/IR/ModuleSummaryIndex.h | 14 ++++++++++++++
lib/Bitcode/Reader/BitcodeReader.cpp | 5 ++++-
lib/Bitcode/Writer/BitcodeWriter.cpp | 11 +++++++----
.../gold/X86/v1.12/thinlto_emit_linked_objects.ll | 18 ++++++++++++++++++
tools/gold/gold-plugin.cpp | 22 +++++++++++++++++++---
5 files changed, 62 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 clang.
from 16003bcdb4 [OPENMP] Do not emit messages for templates in declare targe [...]
new 4a11be988c [ThinLTO] Ignore object files with no ThinLTO modules if -ft [...]
new 4735edbbaf [ThinLTO] Allow indexing to request backend to ignore the module
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/CodeGen/BackendUtil.h | 2 ++
lib/CodeGen/BackendUtil.cpp | 38 +++++++++++++++------
lib/CodeGen/CodeGenAction.cpp | 19 ++++++++---
.../Inputs/thinlto-distributed-backend-skip.bc | Bin 0 -> 124 bytes
test/CodeGen/thinlto-distributed-backend-skip.ll | 21 ++++++++++++
test/CodeGen/thinlto_backend.ll | 6 ++++
6 files changed, 71 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/Inputs/thinlto-distributed-backend-skip.bc
create mode 100644 test/CodeGen/thinlto-distributed-backend-skip.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.