This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from daf599b1b1 [c++2a] P0515R3: lexer support for new <=> token.
new 8b60629816 [c++2a] P0515R3: Support for overloaded operator<=>.
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/Basic/OperatorKinds.def | 1 +
lib/AST/ItaniumMangle.cpp | 3 +++
lib/AST/MicrosoftMangle.cpp | 9 +++++++++
lib/AST/StmtProfile.cpp | 4 ++++
lib/Parse/ParseExprCXX.cpp | 2 +-
lib/Sema/SemaOpenMP.cpp | 1 +
lib/Sema/SemaOverload.cpp | 3 +++
test/CodeGenCXX/cxx2a-three-way-comparison.cpp | 13 +++++++++++++
test/Lexer/cxx2a-spaceship.cpp | 4 ++--
test/SemaCXX/cxx2a-three-way-comparison.cpp | 24 ++++++++++++++++++++++++
10 files changed, 61 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGenCXX/cxx2a-three-way-comparison.cpp
create mode 100644 test/SemaCXX/cxx2a-three-way-comparison.cpp
--
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 401bca39e Revert "Merge .xdata into .rdata by default"
new 858c72712 clang-format.
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:
wasm/Driver.cpp | 2 +-
wasm/InputFiles.h | 2 +-
wasm/Symbols.h | 6 +++---
3 files changed, 5 insertions(+), 5 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 ad801037a69 [WebAssembly] Update MC tests now that hidden attr is supported
new bd4358cd2e3 [cmake] Expose opt-viewer availability
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:
cmake/modules/LLVMConfig.cmake.in | 1 +
1 file changed, 1 insertion(+)
--
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 5c41fe91cd5 Add flag to ArchiveWriter to test GNU64 format more efficiently
new ad801037a69 [WebAssembly] Update MC tests now that hidden attr is supported
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/MC/WebAssembly/array-fill.ll | 3 +++
test/MC/WebAssembly/weak-alias.ll | 16 ++++++++++------
test/MC/WebAssembly/weak.ll | 2 +-
3 files changed, 14 insertions(+), 7 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 glibc.
from ef5d8b4342 mips: Don't use MIN in dl-machine.h
new ff84a0e050 Use libm_alias_float for e500.
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 | 6 ++++++
sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S | 3 ++-
2 files changed, 8 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 clang.
from c66d3ae38b Mark all library options as hidden.
new daf599b1b1 [c++2a] P0515R3: lexer support for new <=> token.
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/Basic/DiagnosticLexKinds.td | 8 ++++
include/clang/Basic/TokenKinds.def | 1 +
lib/Lex/Lexer.cpp | 18 ++++++++
lib/Lex/TokenConcatenation.cpp | 6 +++
test/Lexer/cxx2a-spaceship.cpp | 73 +++++++++++++++++++++++++++++++
5 files changed, 106 insertions(+)
create mode 100644 test/Lexer/cxx2a-spaceship.cpp
--
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 3a90370ac [WebAssembly] Fix typos
new 401bca39e Revert "Merge .xdata into .rdata by default"
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/Driver.cpp | 4 ----
test/COFF/icf-xdata.s | 20 +++++---------------
test/COFF/pdb.test | 31 +++++++++++++++++++++++--------
3 files changed, 28 insertions(+), 27 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 2a6c2bd504e docs/GettingStarted.rst: Update the list of release version [...]
new 9a4e15cb762 Mark all library options as hidden.
new 5c41fe91cd5 Add flag to ArchiveWriter to test GNU64 format more efficiently
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:
lib/Analysis/LoopInfo.cpp | 2 +-
lib/Analysis/ObjCARCAnalysisUtils.cpp | 8 ++----
lib/Analysis/ScalarEvolution.cpp | 8 +++---
lib/Analysis/ScopedNoAliasAA.cpp | 2 +-
lib/Analysis/TypeBasedAliasAnalysis.cpp | 2 +-
lib/CodeGen/ImplicitNullChecks.cpp | 4 +--
lib/CodeGen/MIRPrinter.cpp | 3 +-
lib/CodeGen/MachineDominators.cpp | 2 +-
lib/CodeGen/RegAllocBase.cpp | 4 +--
lib/CodeGen/RegAllocGreedy.cpp | 9 +++---
lib/CodeGen/RegisterCoalescer.cpp | 7 ++---
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 10 +++----
lib/CodeGen/StackMaps.cpp | 2 +-
lib/CodeGen/TargetPassConfig.cpp | 32 ++++++++++------------
lib/IR/DIBuilder.cpp | 4 +--
lib/IR/Dominators.cpp | 6 ++--
lib/IR/LegacyPassManager.cpp | 22 +++++++--------
lib/Object/ArchiveWriter.cpp | 11 +++++++-
lib/ProfileData/InstrProf.cpp | 4 +--
lib/Support/RandomNumberGenerator.cpp | 4 +--
lib/Support/Statistic.cpp | 10 ++++---
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp | 10 +++----
lib/Target/X86/X86InstrInfo.cpp | 5 ++--
lib/Transforms/Utils/LCSSA.cpp | 7 +++--
lib/Transforms/Utils/SymbolRewriter.cpp | 3 +-
...e-SYM64-write.test => archive-GNU64-write.test} | 9 +++---
26 files changed, 100 insertions(+), 90 deletions(-)
rename test/Object/{archive-SYM64-write.test => archive-GNU64-write.test} (77%)
--
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 lldb.
from 3c6fe24c2 We had a situation where a kext was inlined into the kernel, [...]
new 5d5698c84 Add lldb-test.
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:
tools/CMakeLists.txt | 1 +
tools/lldb-test/CMakeLists.txt | 27 +++
tools/lldb-test/FormatUtil.cpp | 69 ++++++++
tools/lldb-test/FormatUtil.h | 75 +++++++++
.../lldb-test/SystemInitializerTest.cpp | 183 +--------------------
.../lldb-test/SystemInitializerTest.h | 15 +-
tools/lldb-test/lldb-test.cpp | 98 +++++++++++
7 files changed, 282 insertions(+), 186 deletions(-)
create mode 100644 tools/lldb-test/CMakeLists.txt
create mode 100644 tools/lldb-test/FormatUtil.cpp
create mode 100644 tools/lldb-test/FormatUtil.h
copy source/API/SystemInitializerFull.cpp => tools/lldb-test/SystemInitializerTest [...]
copy include/lldb/API/SystemInitializerFull.h => tools/lldb-test/SystemInitializer [...]
create mode 100644 tools/lldb-test/lldb-test.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.