This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from fd315fa Pass request args through machine latest redirect
new a3d8a89 Fixup prefixes in more cases
new 36cfb1a Enhance APIs
new 9457a4c Refactor db startup code to have fewer DB round trips
new 4528219 Avoid lazy queries in recent page
The 4 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/server/db/testsuitedb.py | 5 +
lnt/server/db/v4db.py | 36 ++++---
lnt/server/ui/api.py | 119 +++++++++++++---------
lnt/server/ui/static/lnt_graph.js | 4 +-
lnt/server/ui/templates/layout.html | 2 +-
lnt/server/ui/templates/v4_regression_detail.html | 2 +-
lnt/server/ui/views.py | 11 +-
tests/server/ui/test_api.py | 70 +++++--------
8 files changed, 134 insertions(+), 115 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 2bcb057fc Fix build and PDB test on Linux
new 133eadd49 Fix a threading bug.
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/Strings.cpp | 5 +++++
1 file changed, 5 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 2be27088222 [Dominators] Clean up GenericDomTree.h. NFC.
new d89466b34c1 [PDB] Start emitting source file and line information
new 403309b018c [Dominators] Clean up typedefs in GenericDomTreeConstruction. 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:
.../DebugInfo/CodeView/DebugSubsectionRecord.h | 12 ++++++
.../PDB/Native/DbiModuleDescriptorBuilder.h | 4 ++
.../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 1 +
include/llvm/Support/GenericDomTreeConstruction.h | 45 ++++++++++++----------
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 30 ++++++++++-----
.../PDB/Native/DbiModuleDescriptorBuilder.cpp | 6 +++
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 8 +++-
7 files changed, 73 insertions(+), 33 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 487a77626 [LLD][LinkerScript] Add support for segment NONE.
new afa01587c [PDB] Start emitting source file and line information
new d715108e3 Replace CRLF with LF.
new 2bcb057fc Fix build and PDB test on Linux
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:
COFF/Chunks.h | 9 +-
COFF/PDB.cpp | 153 ++++++--
COFF/Writer.cpp | 2 +-
test/COFF/Inputs/pdb_lines_1.yaml | 480 +++++++++++++++++++++++
test/COFF/Inputs/{pdb2.yaml => pdb_lines_2.yaml} | 156 ++++----
test/COFF/icf-associative.test | 8 +-
test/COFF/pdb-source-lines.test | 124 ++++++
test/COFF/pdb.test | 6 +-
test/ELF/invalid-z.s | 18 +-
9 files changed, 820 insertions(+), 136 deletions(-)
create mode 100644 test/COFF/Inputs/pdb_lines_1.yaml
copy test/COFF/Inputs/{pdb2.yaml => pdb_lines_2.yaml} (64%)
create mode 100644 test/COFF/pdb-source-lines.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 gcc-6-branch
in repository gcc.
from 5e24783528d PR c++/70844 - -Wuseless-cast and inheriting constructor.
new d8239673817 Backport: [Patch ARM] Fix PR71778
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 | 10 ++++++++++
gcc/config/arm/arm-builtins.c | 7 ++++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/arm/pr71778.c | 24 ++++++++++++++++++++++++
4 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr71778.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 0e83c02b0c clang-format: Fix C99 designated initializers corner cases
new 1b12bf4092 CodeGen: Cast temporary variable to proper address space
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/CGCall.cpp | 6 ++--
lib/CodeGen/CGDecl.cpp | 24 ++-------------
lib/CodeGen/CGExpr.cpp | 44 ++++++++++++++++++++-------
lib/CodeGen/CodeGenFunction.h | 42 ++++++++++++++++++++-----
test/CodeGen/address-space.c | 4 +--
test/CodeGen/default-address-space.c | 19 +++++++-----
test/CodeGen/x86_64-arguments.c | 4 +--
test/CodeGenCXX/amdgcn-automatic-variable.cpp | 16 ++++++++--
8 files changed, 102 insertions(+), 57 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 a3d787dff Add lsan interceptors for libdispatch functions on darwin
new ebb8e45a1 Revert "Add lsan interceptors for libdispatch functions on darwin"
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/lsan/CMakeLists.txt | 1 -
lib/lsan/lsan.h | 2 -
lib/lsan/lsan_common_mac.cc | 3 +-
lib/lsan/lsan_mac.cc | 192 -------------------------------
lib/lsan/lsan_thread.cc | 4 +-
lib/lsan/lsan_thread.h | 2 +-
test/lsan/TestCases/Darwin/dispatch.mm | 59 ----------
test/lsan/TestCases/Darwin/lit.local.cfg | 9 --
test/lsan/lit.common.cfg | 2 +-
9 files changed, 6 insertions(+), 268 deletions(-)
delete mode 100644 lib/lsan/lsan_mac.cc
delete mode 100644 test/lsan/TestCases/Darwin/dispatch.mm
delete mode 100644 test/lsan/TestCases/Darwin/lit.local.cfg
--
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 gcc-7-branch
in repository gcc.
from 5d3a842bb09 doc: update x86 -mcx16 option description
new b5774173f09 Backport: [Patch ARM] Fix PR71778
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 | 10 ++++++++++
gcc/config/arm/arm-builtins.c | 7 ++++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/arm/pr71778.c | 24 ++++++++++++++++++++++++
4 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr71778.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 llvm.
from 04b8896eca6 [NewGVN] Simplify findConditionEquivalence(). NFCI.
new e075b10f6bf [CodeView] Fix dumping of public symbol record flags
new 2be27088222 [Dominators] Clean up GenericDomTree.h. 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/DebugInfo/CodeView/CodeView.h | 10 ++++
include/llvm/DebugInfo/CodeView/EnumTables.h | 1 +
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 2 +-
include/llvm/Support/GenericDomTree.h | 79 ++++++++++++--------------
lib/DebugInfo/CodeView/EnumTables.cpp | 10 ++++
lib/DebugInfo/CodeView/SymbolDumper.cpp | 2 +-
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp | 2 +-
lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 11 +++-
test/DebugInfo/PDB/pdbdump-headers.test | 4 +-
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 16 +++++-
10 files changed, 88 insertions(+), 49 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/2.23/master
in repository glibc.
from 9f172a30ac Correct collation rules for Malayalam.
new efa26d9c13 CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 pro [...]
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 | 7 +++++++
NEWS | 1 +
elf/rtld.c | 3 ++-
3 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.