This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from c29c57a08 [ELF] - Do not crash when LLD synthesizes output sections wit [...]
new 1e426ea2e Add basic 64-bit SPARC support
new a639e4395 [COFF] Allow debug info to relocate against discarded symbols
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:
COFF/Chunks.cpp | 95 ++++++++++------
COFF/Chunks.h | 9 +-
COFF/MarkLive.cpp | 7 ++
COFF/Symbols.h | 51 ++++++---
COFF/Writer.cpp | 49 ---------
ELF/Arch/SPARCV9.cpp | 152 ++++++++++++++++++++++++++
ELF/CMakeLists.txt | 1 +
ELF/SyntheticSections.cpp | 20 +++-
ELF/Target.cpp | 2 +
ELF/Target.h | 1 +
test/COFF/Inputs/pdb-global-gc.s | 4 +
test/COFF/Inputs/pdb-import-gc.lib | Bin 0 -> 1614 bytes
test/COFF/pdb-global-gc.yaml | 116 ++++++++++++++++++++
test/COFF/pdb-import-gc.yaml | 114 +++++++++++++++++++
test/COFF/reloc-discarded.s | 30 +++++
test/COFF/secrel-absolute.s | 2 +-
test/ELF/{basic-aarch64.s => basic-sparcv9.s} | 67 +++++-------
test/lit.cfg | 2 +
18 files changed, 578 insertions(+), 144 deletions(-)
create mode 100644 ELF/Arch/SPARCV9.cpp
create mode 100644 test/COFF/Inputs/pdb-global-gc.s
create mode 100644 test/COFF/Inputs/pdb-import-gc.lib
create mode 100644 test/COFF/pdb-global-gc.yaml
create mode 100644 test/COFF/pdb-import-gc.yaml
create mode 100644 test/COFF/reloc-discarded.s
copy test/ELF/{basic-aarch64.s => basic-sparcv9.s} (79%)
--
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 8941512f5b8 [InstCombine] use local variable to reduce code; NFCI
new 741f2b25548 [Dominators] Move number to node mapping out of DominatorTreeBase
new 0dc8cf78dd9 [InstCombine] add tests for icmp with bswapped operands; 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:
include/llvm/Support/GenericDomTree.h | 30 ++++++++--------
include/llvm/Support/GenericDomTreeConstruction.h | 44 ++++++++++++-----------
test/Transforms/InstCombine/icmp.ll | 30 ++++++++++++++++
3 files changed, 68 insertions(+), 36 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 8ec8c48d6 Revert r306504: Re-enable wait.cc, wait4.cc, waitid.cc tests [...]
new 59b78d964 [PGO] Reduce IO in profile dumping with merging
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/profile/InstrProfilingBuffer.c | 4 ++--
lib/profile/InstrProfilingFile.c | 30 +++++++++++++++++++-----------
lib/profile/InstrProfilingInternal.h | 8 +++++---
lib/profile/InstrProfilingWriter.c | 22 +++++++++++++---------
4 files changed, 39 insertions(+), 25 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 glibc.
from d12a22c5d3 Fix tgmath.h totalorder, totalordermag return type (bug 21687).
new 0908a38adc Use clog10 not __clog10 in tgmath.h log10 macro.
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 | 4 ++++
math/gen-tgmath-tests.py | 4 +++-
math/tgmath.h | 2 +-
3 files changed, 8 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 7a4e530f9e9 Rangify loops, formatting changes, use bool instead of unsi [...]
new 8941512f5b8 [InstCombine] use local variable to reduce code; NFCI
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/InstCombine/InstCombineCompares.cpp | 32 ++++++++++------------
1 file changed, 14 insertions(+), 18 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 glibc.
from cfa4434523 Simplify tgmath.h for integer return types.
new d12a22c5d3 Fix tgmath.h totalorder, totalordermag return type (bug 21687).
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 | 10 ++++++++++
math/gen-tgmath-tests.py | 4 ++--
math/test-tgmath.c | 6 +++---
math/tgmath.h | 20 ++++++++++++++++----
4 files changed, 31 insertions(+), 9 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 ddb61cae6a [Bash-autocompletion] Check clang version in Bash
new af42c8bd38 [Bash-autocompletion] Invoke clang where user called
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/bash-autocomplete.sh | 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 glibc.
from 51737193a9 Remove NO_LONG_DOUBLE conditionals in libm tests (bug 21607).
new cfa4434523 Simplify tgmath.h for integer return types.
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 | 14 ++++++++++++++
math/tgmath.h | 36 ++++++++++++++++++------------------
2 files changed, 32 insertions(+), 18 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-tools-extra.
from 3af70095 [clang-tidy] Enable inline variable definitions in headers
new c8a78c32 [clangd] Add "Go to Declaration" functionality
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:
clangd/CMakeLists.txt | 1 +
clangd/ClangdLSPServer.cpp | 24 ++++++-
clangd/ClangdServer.cpp | 14 ++++
clangd/ClangdServer.h | 2 +
clangd/ClangdUnit.cpp | 150 ++++++++++++++++++++++++++++++++++++++
clangd/ClangdUnit.h | 4 ++
clangd/Protocol.cpp | 10 ++-
clangd/Protocol.h | 32 +++++++++
clangd/ProtocolHandlers.cpp | 20 ++++++
clangd/ProtocolHandlers.h | 2 +
test/clangd/definitions.test | 168 +++++++++++++++++++++++++++++++++++++++++++
test/clangd/formatting.test | 5 +-
12 files changed, 428 insertions(+), 4 deletions(-)
create mode 100644 test/clangd/definitions.test
--
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 28b3f06e1a4 [LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
new 56f2647d4a8 Don't repeat names and reformat. NFC.
new 7a4e530f9e9 Rangify loops, formatting changes, use bool instead of unsi [...]
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/CodeGen/LiveRangeCalc.cpp | 34 ++++++------
lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h | 83 +++++++++++++----------------
2 files changed, 53 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.