This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from 72c520a Introduce floating table headers in LNT
new cc4112f Use jquery to format dates
new 61c4a80 Put run dates next to orders in Matrix view
new c06cb64 Remove a debugging print
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:
lnt/server/ui/templates/layout.html | 20 ++++++++++++++++++++
lnt/server/ui/templates/v4_matrix.html | 7 ++++---
lnt/server/ui/views.py | 12 +++++++++++-
3 files changed, 35 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 gcc.
from ce7e2f0e PR c++/77722 * cp-gimplify.c (cp_ubsan_maybe_instrument_ret [...]
new 66108a5 Implement P0018R3, C++17 lambda capture of *this by value as [...]
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/cp/ChangeLog | 11 +++++
gcc/cp/lambda.c | 23 +++++++++--
gcc/cp/parser.c | 20 ++++++++-
gcc/testsuite/ChangeLog | 3 ++
gcc/testsuite/g++.dg/cpp1z/lambda-this1.C | 68 +++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/lambda-this2.C | 68 +++++++++++++++++++++++++++++++
6 files changed, 188 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-this1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-this2.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 d370d4d [llvm-cxxfilt] Use llvm::outs(). Simplify.
new 97c9e02 [lit] Add instructions to run lit's test suite
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:
utils/lit/README.txt | 16 ++++++++++++++++
1 file changed, 16 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 libcxx.
from 0e5fbd4 [cmake] Add linker option "-Wl,-z,defs" in standalone build
new c3e00f6 Revert r282483 - [cmake] Add linker option "-Wl,-z,defs" in 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:
CMakeLists.txt | 12 ------------
1 file changed, 12 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 8263469 [RDF] Add "dead" flag to node attributes
new a02ae2b [DebugInfo] Add comments to phi dbg.value tracking code, NFC
new 93aa89c [x86] use isNullFPConstant(); NFCI
new d370d4d [llvm-cxxfilt] Use llvm::outs(). Simplify.
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/Target/X86/X86ISelLowering.cpp | 75 +++++++++++++++++--------------------
lib/Transforms/Utils/Local.cpp | 14 ++++---
tools/llvm-cxxfilt/CMakeLists.txt | 1 +
tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 7 +---
4 files changed, 46 insertions(+), 51 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 3979119 [RDF] Special treatment of exception handling registers
new 8263469 [RDF] Add "dead" flag to node attributes
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/Target/Hexagon/RDFGraph.cpp | 9 ++++++++-
lib/Target/Hexagon/RDFGraph.h | 24 ++++++++++++++++--------
lib/Target/Hexagon/RDFLiveness.cpp | 29 ++++++++++++++++++++++++-----
3 files changed, 48 insertions(+), 14 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 d3cf9ea Improve CMake output of host and target triple
new 3979119 [RDF] Special treatment of exception handling registers
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/Target/Hexagon/RDFGraph.cpp | 66 +++++++++++++++++++++++++++++++++++++++--
lib/Target/Hexagon/RDFGraph.h | 2 ++
2 files changed, 65 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 lnt.
from 01eab2d Docs for importreport
new be90222 More modern exception
new 72c520a Introduce floating table headers in LNT
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:
lnt/server/ui/templates/layout.html | 68 +++++++++++++++++++++-------------
lnt/server/ui/templates/v4_matrix.html | 21 +++++++----
lnt/server/ui/templates/v4_run.html | 2 +-
lnt/tests/compile.py | 2 +-
4 files changed, 58 insertions(+), 35 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 2182c89 [CMake] Use if(... IN_LIST ...) instead of list(FIND...)
new bedf4a9 [SCEV] Make PendingLoopPredicates more frugal; NFCI
new 0618af6 [SCEV] Remove custom RAII wrapper; NFC
new 4ecb8cd [SCEV] Reduce the scope of a struct; NFC
new 9f114d8 [SCEV] Use find instead of find_as; NFC
new e42a387 [SCEV] Replace a struct with a function; NFC
new d3cf9ea Improve CMake output of host and target triple
The 6 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 | 2 +
cmake/modules/GetHostTriple.cmake | 1 -
include/llvm/Analysis/ScalarEvolution.h | 2 +-
lib/Analysis/ScalarEvolution.cpp | 364 +++++++++++++++-----------------
4 files changed, 169 insertions(+), 200 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.