This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 18c67a405 [ELF] Fix finding locations in messages for undefined hidden [...]
new 50d1ff8e4 [ELF][X86] Improve 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/ELF/i386-gotpc.s | 6 +-
test/ELF/i386-reloc-range.s | 4 +-
test/ELF/i386-retpoline-nopic-linkerscript.s | 96 +++++++++++-----------
test/ELF/i386-retpoline-nopic.s | 96 +++++++++++-----------
test/ELF/i386-retpoline-pic.s | 90 ++++++++++----------
...ls-initial-exec-local.s => i386-tls-ie-local.s} | 0
test/ELF/i386-tls-ie-shared.s | 36 ++++----
test/ELF/tls-initial-exec-local.s | 37 ---------
test/ELF/x86-64-tls-ie-local.s | 28 +++++++
9 files changed, 192 insertions(+), 201 deletions(-)
rename test/ELF/{i386-tls-initial-exec-local.s => i386-tls-ie-local.s} (100%)
delete mode 100644 test/ELF/tls-initial-exec-local.s
create mode 100644 test/ELF/x86-64-tls-ie-local.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 release_90
in repository llvm.
from 23439554531 Merging r367124, r367292, r367394, r367396, and r367398.
new f2cad4a5fc9 Merging r367304: ------------------------------------------ [...]
new 01834db5f85 Merging r367417: ------------------------------------------ [...]
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:
CMakeLists.txt | 5 +
cmake/config-ix.cmake | 6 +
include/llvm/Transforms/Utils/BypassSlowDivision.h | 11 +-
lib/Transforms/Scalar/DivRemPairs.cpp | 114 ++++++++++----
.../DivRemPairs/PowerPC/div-expanded-rem-pair.ll | 172 +++++++++++++++++++++
.../DivRemPairs/PowerPC/div-rem-pairs.ll | 168 ++++++++++++--------
.../DivRemPairs/X86/div-expanded-rem-pair.ll | 170 ++++++++++++++++++++
test/Transforms/DivRemPairs/X86/div-rem-pairs.ll | 146 +++++++++++------
8 files changed, 650 insertions(+), 142 deletions(-)
create mode 100644 test/Transforms/DivRemPairs/PowerPC/div-expanded-rem-pair.ll
create mode 100644 test/Transforms/DivRemPairs/X86/div-expanded-rem-pair.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 119e2d6fb05 [NFC][ARM][ParallelDSP] Getters and renaming
new ea78572ea0c [LLVM][Alignment] Fix AlignmentTest on platform where size_ [...]
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:
unittests/Support/AlignmentTest.cpp | 16 ++++++++--------
1 file changed, 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 96085564 2: update: llvm-linux: 17117
new b1804655 2: update: llvm-ae87b9f2c2eac8c11ffd1e606f3841c7083dbf52: 17117
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (96085564)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 166 +-
02-build_llvm/console.log | 12009 +++++++++++++++++------------------
03-build_linux/console.log | 643 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 120 +-
console.log | 12944 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
7 files changed, 12721 insertions(+), 13178 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 release_90
in repository clang.
from f95b1fc47d Merging r366878 and r367301:
new 15509d40a6 Merging r367323: ------------------------------------------- [...]
new 165dcdee0b Merging r367305: ------------------------------------------- [...]
new 974de2f9e2 Merging r367387: ------------------------------------------- [...]
The 3 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/DiagnosticSemaKinds.td | 4 +
lib/Basic/Targets/OSTargets.h | 5 +-
lib/CodeGen/CGBuiltin.cpp | 290 ++++++++++++++---------------
lib/Sema/SemaDecl.cpp | 23 ++-
test/Analysis/retain-release.m | 4 +-
test/CodeGen/arm64-microsoft-intrinsics.c | 4 +
test/Sema/builtin-setjmp.c | 10 +
test/Sema/implicit-builtin-decl.c | 9 +-
8 files changed, 195 insertions(+), 154 deletions(-)
create mode 100644 test/Sema/builtin-setjmp.c
--
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 21fc77356c Delay emitting dllexport explicitly defaulted members until [...]
new 651f0b8759 [Preprocessor] Always discard body of #define if we failed t [...]
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/Lex/PPDirectives.cpp | 14 +++++++++-----
test/Preprocessor/stringize_skipped.c | 5 +++++
unittests/Tooling/Syntax/TokensTest.cpp | 15 +++++++++++++++
3 files changed, 29 insertions(+), 5 deletions(-)
create mode 100644 test/Preprocessor/stringize_skipped.c
--
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 13a6edf1 [clangd] Duplicate lines of semantic highlightings sent removed.
new 6f3ac1a5 [clangd] Fix buildbot failure from ambigous ArrayRef ctor
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/SemanticHighlighting.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.