This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from 0754dd1 Use yaml schema mechanism to describe compile suite
new f4f9463 testsuitedb: Simplify relation specification; NFC
new 109f293 testsuitedb: Request index for Sample->RunId
new eb82c65 testsuitedb: Specify backrelations with cascading behavior
new aa5b6f6 Simplify deletion code; NFC
new c2d7a4b api: Implement machine deletion
The 5 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:
lnt/lnttool/updatedb.py | 56 +++------------
lnt/server/db/testsuitedb.py | 134 +++++++++++++----------------------
lnt/server/ui/api.py | 26 ++++---
tests/lnttool/PostgresDB.shtest | 27 +++----
tests/lnttool/UpdateDB.py | 22 +++---
tests/server/ui/change_processing.py | 10 ++-
tests/server/ui/test_api_deletes.py | 44 +++++++++++-
7 files changed, 152 insertions(+), 167 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 c0e7d7e6da0 [CMake]Use LLVM_LIBRARY_DIR for lib path.
new 1b2c1142279 Remove set but not used variables from the debug info verif [...]
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/DebugInfo/DWARF/DWARFVerifier.cpp | 7 +------
1 file changed, 1 insertion(+), 6 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 6e026d67f8 [ODRHash] Avoid taking the types of FunctionDecl's
new 549561b9ed Change dyn_casts with unused variables to isa statements to [...]
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/CodeGen/CGStmtOpenMP.cpp | 4 ++--
lib/Sema/SemaDeclObjC.cpp | 2 +-
2 files changed, 3 insertions(+), 3 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 c0534f87d0 [Driver] Respect -target when determining target platform on [...]
new 6e026d67f8 [ODRHash] Avoid taking the types of FunctionDecl's
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/AST/ODRHash.cpp | 6 +++++-
test/Modules/odr_hash.cpp | 14 ++++++++++++++
2 files changed, 19 insertions(+), 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 llvm.
from ac4ebc9acc5 [libFuzzer] update the comments in afl/afl_driver.cpp
new c0e7d7e6da0 [CMake]Use LLVM_LIBRARY_DIR for lib path.
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:
runtimes/CMakeLists.txt | 8 +++++---
1 file changed, 5 insertions(+), 3 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 f3feda4b2 ELF: Reword a somewhat misleading error message.
new 3944a8513 ELF: Exclude dead symbols from -Map output.
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/MapFile.cpp | 2 +-
test/ELF/map-gc-sections.s | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/map-gc-sections.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.
from 3c1756a951 [PS4] Disable LTO unit features under ThinLTO, like for Darwin.
new c0534f87d0 [Driver] Respect -target when determining target platform on [...]
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/Driver/ToolChains/Darwin.cpp | 68 +++++++++++++++++++++++++++++-----------
test/Driver/darwin-version.c | 12 +++++++
2 files changed, 61 insertions(+), 19 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 0c2d050d1 [PDB] Put LLD's PDB writing code in a class NFC
new f3feda4b2 ELF: Reword a somewhat misleading error message.
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/Symbols.cpp | 2 +-
test/ELF/invalid/tls-symbol.s | 4 ++--
2 files changed, 3 insertions(+), 3 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 06e0ac200b5 [libFuzzer] simplify the handling of memmem/strstr
new f9915c27c22 AMDGPU: Detect kernarg segment pointer
new 12ab215732b [libFuzzer] remove stale code; NFC
new ac4ebc9acc5 [libFuzzer] update the comments in afl/afl_driver.cpp
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:
lib/Fuzzer/FuzzerMutate.cpp | 17 -------------
lib/Fuzzer/FuzzerMutate.h | 6 -----
lib/Fuzzer/afl/afl_driver.cpp | 4 +--
lib/Fuzzer/test/FuzzerUnittest.cpp | 29 ----------------------
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 6 ++++-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 5 +++-
.../AMDGPU/annotate-kernel-features-hsa-call.ll | 29 ++++++++++++++++++++++
.../CodeGen/AMDGPU/annotate-kernel-features-hsa.ll | 11 ++++++++
.../AMDGPU/attr-amdgpu-flat-work-group-size.ll | 2 +-
test/CodeGen/AMDGPU/attr-amdgpu-waves-per-eu.ll | 2 +-
test/CodeGen/AMDGPU/hsa.ll | 10 +++++++-
.../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 12 +++++++++
test/CodeGen/AMDGPU/mubuf-offset-private.ll | 26 +++++++++----------
test/CodeGen/AMDGPU/private-access-no-objects.ll | 10 ++++----
test/CodeGen/AMDGPU/trap.ll | 8 +++---
15 files changed, 96 insertions(+), 81 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 044cc11b1 Move feature-specific functions out of Strings.cpp.
new 0c2d050d1 [PDB] Put LLD's PDB writing code in a class 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:
COFF/PDB.cpp | 289 ++++++++++++++++++++++++++++++++++-------------------------
1 file changed, 167 insertions(+), 122 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.