This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from cf004c07b Store the real binding of shared symbols.
new 2eacf33c9 Reland r319090, "COFF: Do not create SectionChunks for discar [...]
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/Chunks.cpp | 11 +-
COFF/Chunks.h | 21 +---
COFF/InputFiles.cpp | 263 ++++++++++++++++++++++++++++++--------------
COFF/InputFiles.h | 14 ++-
COFF/MarkLive.cpp | 7 --
COFF/SymbolTable.cpp | 66 ++++-------
COFF/SymbolTable.h | 5 +-
COFF/Symbols.h | 1 -
test/COFF/pdb-comdat.test | 3 +
test/COFF/reloc-discarded.s | 1 -
10 files changed, 228 insertions(+), 164 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 57c1b6811a Automatic date update in version.in
new 033bfb739b Fix symbol values and relocation addends for relocatable links.
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:
gold/ChangeLog | 21 +++++++++++++++++++++
gold/object.cc | 42 +++++++++++++++++++++++++----------------
gold/object.h | 4 +++-
gold/powerpc.cc | 17 +++++++++++++----
gold/target-reloc.h | 19 ++++++++++++++-----
gold/testsuite/pr22266_a.c | 8 ++++++++
gold/testsuite/pr22266_main.c | 4 ++++
gold/testsuite/pr22266_script.t | 5 +++--
8 files changed, 92 insertions(+), 28 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 b1023d0f1e7 rs6000: Improve scc isel
new ba26823a5d9 rs6000: Improve comparison rtx_cost (PR81288)
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 | 6 ++++++
gcc/config/rs6000/rs6000.c | 23 ++++++-----------------
2 files changed, 12 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 llvm.
from 68fabe05046 ARM: Fix PR32578
new c87c1c0cd88 This reverts commit r319096 and r319097.
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/Transforms/Scalar/SROA.cpp | 11 +-
lib/Transforms/Utils/Local.cpp | 24 ++--
lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 164 +++--------------------
test/Transforms/SROA/preserve-nonnull.ll | 20 ---
4 files changed, 34 insertions(+), 185 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 lldb.
from 6639e6008 Mark UUID::GetByteSize() const
new c2e1ba1cf Remove some duplicated code in UUID.cpp
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/Utility/UUID.cpp | 9 +--------
1 file changed, 1 insertion(+), 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 c8ef2d5d1b5 SROA: Avoid creating a fragment expression that covers the [...]
new 9f86840c1cc [WebAssembly] Fix trapping behavior in fptosi/fptoui.
new 68fabe05046 ARM: Fix PR32578
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:
lib/Target/ARM/ARMFrameLowering.cpp | 2 +-
.../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 9 +-
lib/Target/WebAssembly/WebAssembly.td | 4 +
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 129 ++++++++++++++++
lib/Target/WebAssembly/WebAssemblyISelLowering.h | 3 +
lib/Target/WebAssembly/WebAssemblyInstrConv.td | 88 +++++++++--
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 8 +
lib/Target/WebAssembly/WebAssemblySubtarget.cpp | 3 +-
lib/Target/WebAssembly/WebAssemblySubtarget.h | 2 +
test/CodeGen/ARM/pr32578.ll | 27 ++++
test/CodeGen/WebAssembly/conv-trap.ll | 163 +++++++++++++++++++++
test/CodeGen/WebAssembly/conv.ll | 18 +--
12 files changed, 427 insertions(+), 29 deletions(-)
create mode 100644 test/CodeGen/ARM/pr32578.ll
create mode 100644 test/CodeGen/WebAssembly/conv-trap.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 lld.
from 17005afe5 Rename `Symtab` private memory to avoid confusion with global [...]
new cf004c07b Store the real binding of shared symbols.
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 | 15 +++++++--------
ELF/Symbols.h | 9 +++++----
test/ELF/relocation-copy-alias.s | 2 +-
3 files changed, 13 insertions(+), 13 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-7-branch
in repository gcc.
from 3a7717e1044 Daily bump.
new 525aa5e678e Fix riscv linux kernel boot failure.
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 | 8 ++++++++
gcc/config/riscv/pic.md | 11 +++++++++--
gcc/config/riscv/riscv.md | 3 +++
3 files changed, 20 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 d53bca96e3e [X86] Remove unnecessary fp<->int setOperationAction lines [...]
new e707c0c5221 Move getVariableSize from Verifier.cpp into DIVariable::get [...]
new c8ef2d5d1b5 SROA: Avoid creating a fragment expression that covers the [...]
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/IR/DebugInfoMetadata.h | 2 +
lib/IR/DebugInfoMetadata.cpp | 23 +++++++
lib/IR/Verifier.cpp | 29 +-------
lib/Transforms/Scalar/SROA.cpp | 13 ++--
test/DebugInfo/Generic/sroa-samesize.ll | 114 ++++++++++++++++++++++++++++++++
5 files changed, 151 insertions(+), 30 deletions(-)
create mode 100644 test/DebugInfo/Generic/sroa-samesize.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.