This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 50bc8f679d6 [LoopUnroll] Add check to Latch's terminator in UnrollRunti [...]
new 03d499113ef Revert r342637 "[ADT] Try again to use the same version of [...]
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/ADT/Optional.h | 14 +++++---------
1 file changed, 5 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-tools-extra.
from 550f2efb [clangd] Fix build bot after r342961
new b5445311 [clangd] Implement VByte PostingList compression
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/index/dex/Dex.cpp | 4 +-
clangd/index/dex/PostingList.cpp | 188 ++++++++++++++++++++++++++++++++++-----
clangd/index/dex/PostingList.h | 56 +++++++++---
unittests/clangd/DexTests.cpp | 67 ++++----------
4 files changed, 228 insertions(+), 87 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 42e82af3 [clangd] Check that scheme is valid when parsing URI.
new 550f2efb [clangd] Fix build bot after r342961
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/URI.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 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 17003a129 [hwasan] Record and display stack history in stack-based reports.
new c5cf78381 [Profile] Fix gcov tests
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/profile/instrprof-dlopen-dlclose-gcov.test | 4 ++--
test/profile/instrprof-gcov-two-objects.test | 2 +-
test/profile/instrprof-shared-gcov-flush.test | 8 ++++----
3 files changed, 7 insertions(+), 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 d2a2d1895 [ELF] - Add -z global option to manual.
new 271390621 [COFF] Add support for creating range extension thunks for ARM
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 | 62 ++++++++--
COFF/Chunks.h | 23 ++++
COFF/MapFile.cpp | 2 +-
COFF/PDB.cpp | 3 +-
COFF/Writer.cpp | 212 +++++++++++++++++++++++++++++++--
COFF/Writer.h | 5 +-
test/COFF/Inputs/far-arm-thumb-abs.s | 2 -
test/COFF/Inputs/far-arm-thumb-abs20.s | 2 -
test/COFF/arm-thumb-branch-error.s | 10 --
test/COFF/arm-thumb-branch20-error.s | 12 +-
test/COFF/arm-thumb-thunks-multipass.s | 70 +++++++++++
test/COFF/arm-thumb-thunks.s | 75 ++++++++++++
12 files changed, 441 insertions(+), 37 deletions(-)
delete mode 100644 test/COFF/Inputs/far-arm-thumb-abs.s
delete mode 100644 test/COFF/Inputs/far-arm-thumb-abs20.s
delete mode 100644 test/COFF/arm-thumb-branch-error.s
create mode 100644 test/COFF/arm-thumb-thunks-multipass.s
create mode 100644 test/COFF/arm-thumb-thunks.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 clang-tools-extra.
from 5a5ef9bc Fix a typo in the help of clangd
new 42e82af3 [clangd] Check that scheme is valid when parsing URI.
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/URI.cpp | 22 ++++++++++++++++++++--
unittests/clangd/URITests.cpp | 7 ++++---
2 files changed, 24 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.