This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 74ca23f2ac Add -fcxx-exceptions for ExtractionSemicolonPolicy.cpp to ap [...]
new dbacc64bb6 [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/IdentifierTable.h | 83 ++++++++++++++--------------
include/clang/Basic/Module.h | 62 ++++++++++++---------
include/clang/Basic/SourceManager.h | 72 ++++++++++++------------
include/clang/Basic/SourceManagerInternals.h | 22 +++++---
lib/Basic/IdentifierTable.cpp | 68 ++++++++++++++---------
lib/Basic/Module.cpp | 25 ++++++---
lib/Basic/SourceManager.cpp | 55 +++++++++---------
7 files changed, 217 insertions(+), 170 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 fb2037bae Revert "[ELF] - Teach LLD to use information from .debug_str [...]
new d50d50739 Fix variable name.
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/SyntheticSections.cpp | 31 +++++++++++++++----------------
ELF/SyntheticSections.h | 2 +-
2 files changed, 16 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 fb4e79cbd [MinGW] Output debug info by default, unless the -s parameter [...]
new fb2037bae Revert "[ELF] - Teach LLD to use information from .debug_str [...]
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/GdbIndex.cpp | 2 -
ELF/GdbIndex.h | 3 +-
test/ELF/conflict-debug-variable2.s | 160 ------------------------------------
3 files changed, 1 insertion(+), 164 deletions(-)
delete mode 100644 test/ELF/conflict-debug-variable2.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 lldb.
from fe5356628 Add float/vector registers for ppc64le
new 1c01c180e Remove ProcessGdbRemote::m_flags
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:
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 3 +--
source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 5 -----
2 files changed, 1 insertion(+), 7 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 7ff1eed05 Rename SymbolBody -> Symbol
new fb4e79cbd [MinGW] Output debug info by default, unless the -s parameter [...]
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/Driver.cpp | 4 ++--
COFF/Options.td | 1 +
MinGW/Driver.cpp | 2 ++
MinGW/Options.td | 3 +++
test/MinGW/driver.test | 7 +++++++
5 files changed, 15 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 llvm.
from cdc57825ed6 [LTO][ThinLTO] Use the linker resolutions to mark global va [...]
new 29c52e4fc98 Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()
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/CodeGen/CodeGenPrepare.cpp | 1 +
lib/Transforms/Utils/Local.cpp | 2 +-
test/DebugInfo/ARM/salvage-debug-info.ll | 118 +++++++++++++++++++++++++++++++
3 files changed, 120 insertions(+), 1 deletion(-)
create mode 100644 test/DebugInfo/ARM/salvage-debug-info.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 llvm.
from ce8f24e6d75 Fix a crash in llvm-objdump when printing a bad x86_64 relo [...]
new cdc57825ed6 [LTO][ThinLTO] Use the linker resolutions to mark global va [...]
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 | 12 +++++++--
include/llvm/IR/ModuleSummaryIndexYAML.h | 8 +++---
lib/Analysis/ModuleSummaryAnalysis.cpp | 9 ++++---
lib/Bitcode/Reader/BitcodeReader.cpp | 4 ++-
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 ++
lib/LTO/LTO.cpp | 21 +++++++++++----
lib/Transforms/Utils/FunctionImportUtils.cpp | 17 ++++++++++++
test/Bitcode/thinlto-summary-local-5.0.ll | 22 +++++++++++++++
test/Bitcode/thinlto-summary-local-5.0.ll.bc | Bin 0 -> 1028 bytes
test/LTO/Resolution/X86/comdat-mixed-lto.ll | 2 +-
test/LTO/Resolution/X86/comdat.ll | 4 +--
test/LTO/Resolution/X86/commons.ll | 2 +-
test/ThinLTO/X86/deadstrip.ll | 30 +++++++++++++--------
test/ThinLTO/X86/funcimport2.ll | 4 +--
test/ThinLTO/X86/internalize.ll | 9 ++++---
test/ThinLTO/X86/reference_non_importable.ll | 2 +-
test/Transforms/LowerTypeTests/import-unsat.ll | 1 +
.../PGOProfile/thinlto_samplepgo_icp2.ll | 2 +-
test/Transforms/WholeProgramDevirt/import-indir.ll | 1 +
19 files changed, 115 insertions(+), 37 deletions(-)
create mode 100644 test/Bitcode/thinlto-summary-local-5.0.ll
create mode 100644 test/Bitcode/thinlto-summary-local-5.0.ll.bc
--
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 4fedc84270a [SimplifyCFG] When merging conditional stores, don't count [...]
new 9cf32a0f1d2 Revert r317046, "Object: Move some code from ELF.h into ELF.cpp."
new ce8f24e6d75 Fix a crash in llvm-objdump when printing a bad x86_64 relo [...]
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/Object/ELF.h | 263 +++++++++++++++++++++
lib/Object/ELF.cpp | 263 ---------------------
...0000031.a => macho-invalid-reloc-section-index} | Bin 2768 -> 2768 bytes
test/tools/llvm-objdump/X86/malformed-machos.test | 3 +
tools/llvm-objdump/llvm-objdump.cpp | 15 +-
5 files changed, 279 insertions(+), 265 deletions(-)
copy test/tools/llvm-objdump/X86/Inputs/{malformed-machos/00000031.a => macho-inva [...]
--
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 fdab8abec1 Replace a use of std::for_each() with llvm::for_each(); NFC.
new 74ca23f2ac Add -fcxx-exceptions for ExtractionSemicolonPolicy.cpp to ap [...]
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/Refactor/Extract/ExtractionSemicolonPolicy.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.