This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 11ea2d8e4 Unit test for Symtab::InitNameIndexes
new 2f3f42c2d Move ClangHighlighter.cpp to hopefully better place in Xcode [...]
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:
lldb.xcodeproj/project.pbxproj | 4 ++--
1 file changed, 2 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 binutils-gdb.
from 36a900f483 Add a testcase for PR binutils/23460
new d0042c6ed3 ifunc.exp: Always build static_nonifunc_prog
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:
ld/ChangeLog | 4 ++++
ld/testsuite/ld-ifunc/ifunc.exp | 8 ++++----
2 files changed, 8 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 test-suite.
from 8b8dc741 cmake: Remove CMakeLists.txt of unused non-working benchmark.
new 2b92feb1 Revert r336970 "[XRay][test-suite] Benchmarks for profiling m [...]
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:
MicroBenchmarks/XRay/CMakeLists.txt | 1 -
MicroBenchmarks/XRay/ProfilingMode/CMakeLists.txt | 20 ---
.../XRay/ProfilingMode/deep-call-bench.cc | 90 -------------
.../XRay/ProfilingMode/shallow-call-bench.cc | 84 ------------
.../XRay/ProfilingMode/wide-call-bench.cc | 142 ---------------------
5 files changed, 337 deletions(-)
delete mode 100644 MicroBenchmarks/XRay/ProfilingMode/CMakeLists.txt
delete mode 100644 MicroBenchmarks/XRay/ProfilingMode/deep-call-bench.cc
delete mode 100644 MicroBenchmarks/XRay/ProfilingMode/shallow-call-bench.cc
delete mode 100644 MicroBenchmarks/XRay/ProfilingMode/wide-call-bench.cc
--
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 9d98ff9755a PR target/86787 * config/iq2000/iq2000.c (TARGET_HAVE_SPE [...]
new 3c4b2a9ec2c PR target/86789 * config/m32r/m32r.c (TARGET_HAVE_SPECULA [...]
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 | 4 ++++
gcc/config/m32r/m32r.c | 3 +++
2 files changed, 7 insertions(+)
--
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 2153e58d865 [llvm-ar] Correct help text
new bd8ff3504a8 [llvm-ar] Fix help text test. NFC.
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/tools/llvm-ar/invalid-command-line.test | 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 lld.
from 893491803 [lld] Make tests calling llvm-ar more robust
new 062161377 [LLD][ELF] - Remove redundant code. NFC.
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/InputFiles.cpp | 3 +--
1 file changed, 1 insertion(+), 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 clang.
from 112ff305be clang-format: fix a crash in comment wraps.
new 87aefa4312 Try to make builtin address space declarations not useless
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/AST/ASTContext.h | 2 +
include/clang/Basic/BuiltinsAMDGPU.def | 14 +++---
include/clang/Basic/TargetInfo.h | 12 +++++
lib/AST/ASTContext.cpp | 18 ++++++--
lib/Basic/Targets/AMDGPU.h | 21 +++++++++
lib/CodeGen/CGBuiltin.cpp | 62 ++++++++------------------
lib/Sema/SemaExpr.cpp | 5 ++-
test/CodeGenCUDA/builtins-amdgcn.cu | 18 ++++++++
test/CodeGenOpenCL/builtins-amdgcn.cl | 66 ++++++++++++++++++----------
test/CodeGenOpenCL/numbered-address-space.cl | 34 ++++++++++++++
test/SemaOpenCL/numbered-address-space.cl | 31 +++++++++++++
11 files changed, 207 insertions(+), 76 deletions(-)
create mode 100644 test/CodeGenCUDA/builtins-amdgcn.cu
create mode 100644 test/CodeGenOpenCL/numbered-address-space.cl
create mode 100644 test/SemaOpenCL/numbered-address-space.cl
--
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 8ad1f0104f4 PR target/86782 * config/frv/frv.c (TARGET_HAVE_SPECULATI [...]
new 9d98ff9755a PR target/86787 * config/iq2000/iq2000.c (TARGET_HAVE_SPE [...]
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/iq2000/iq2000.c | 3 +++
2 files changed, 9 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 binutils-gdb.
from 09a8cc152b Automatic date update in version.in
new 36a900f483 Add a testcase for PR binutils/23460
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:
ld/ChangeLog | 11 +++++++++++
ld/testsuite/ld-plugin/lto.exp | 26 ++++++++++++++++++++++++++
ld/testsuite/ld-plugin/pr23460a.c | 4 ++++
ld/testsuite/ld-plugin/pr23460b.c | 4 ++++
ld/testsuite/ld-plugin/pr23460c.c | 4 ++++
ld/testsuite/ld-plugin/pr23460d.c | 4 ++++
ld/testsuite/ld-plugin/pr23460e.c | 4 ++++
ld/testsuite/ld-plugin/pr23460f.c | 4 ++++
8 files changed, 61 insertions(+)
create mode 100644 ld/testsuite/ld-plugin/pr23460a.c
create mode 100644 ld/testsuite/ld-plugin/pr23460b.c
create mode 100644 ld/testsuite/ld-plugin/pr23460c.c
create mode 100644 ld/testsuite/ld-plugin/pr23460d.c
create mode 100644 ld/testsuite/ld-plugin/pr23460e.c
create mode 100644 ld/testsuite/ld-plugin/pr23460f.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 927ec9c4c9 Test commit access
new 112ff305be clang-format: fix a crash in comment wraps.
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/Format/BreakableToken.cpp | 26 +++++++++++++++----
unittests/Format/FormatTestComments.cpp | 6 +++++
unittests/Format/FormatTestJS.cpp | 45 ++++++++++++++++++---------------
3 files changed, 52 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.