This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f4a23c67761 [WebAssembly][NFC] Generalize operand numbers in SIMD tests
new bfa7594241b [CodeGenPrepare] Preserve debug locs in OptimizeExtractBits
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/CodeGenPrepare.cpp | 7 +-
.../CodeGenPrepare/sink-shift-and-trunc.ll | 110 +++++++++++++++++++++
2 files changed, 116 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/CodeGenPrepare/sink-shift-and-trunc.ll
--
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 f70e088ff4 Provide type_align gdbarch function for nios2.
new a3a6aef409 Fix possible exception leak in python.c
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:
gdb/ChangeLog | 5 +++++
gdb/python/python.c | 33 ++++++++++++++++++---------------
2 files changed, 23 insertions(+), 15 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 linux.
from 090b75bcba62 Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kerne [...]
new b1f4ff74fcb0 tracing/Makefile: Fix handling redefinition of CC_FLAGS_FTRACE
new 5b945fd2c34c Merge tag 'trace-v4.19-rc3' of git://git.kernel.org/pub/sc [...]
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:
Makefile | 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 binutils-gdb.
from 6c414b6923 Automatic date update in version.in
new f70e088ff4 Provide type_align gdbarch function for nios2.
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:
gdb/ChangeLog | 5 +++++
gdb/nios2-tdep.c | 11 +++++++++++
2 files 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 compiler-rt.
from 9d4690817 [libFuzzer] Disable value-profile-strncmp.test on aarch64.
new 48793d895 [XRay] Remove the deprecated __xray_log_init API
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/xray/xray_log_interface.h | 25 +--
lib/xray/tests/unit/CMakeLists.txt | 2 -
lib/xray/tests/unit/fdr_logging_test.cc | 202 ---------------------
lib/xray/xray_basic_logging.cc | 71 ++++----
lib/xray/xray_fdr_logging.cc | 109 ++++-------
lib/xray/xray_profiling.cc | 11 +-
test/xray/TestCases/Posix/fdr-mode.cc | 1 -
test/xray/TestCases/Posix/fdr-single-thread.cc | 6 +-
test/xray/TestCases/Posix/fdr-thread-order.cc | 8 +-
.../TestCases/Posix/profiling-multi-threaded.cc | 2 +-
10 files changed, 77 insertions(+), 360 deletions(-)
delete mode 100644 lib/xray/tests/unit/fdr_logging_test.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 clang.
from a495c43386 Generate unique identifiers for Decl objects
new 58cfe5b8b7 [analyzer] Further printing improvements: use declarations,
new 9bc2172b74 [analyzer] Temporary disabling svalbuilder-rearrange-compari [...]
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/AST/Stmt.cpp | 1 -
lib/StaticAnalyzer/Core/Environment.cpp | 3 +--
lib/StaticAnalyzer/Core/ExprEngine.cpp | 11 +++++------
lib/StaticAnalyzer/Core/MemRegion.cpp | 10 +++++-----
lib/StaticAnalyzer/Core/SymbolManager.cpp | 5 ++++-
test/Analysis/svalbuilder-rearrange-comparisons.c | 3 +++
6 files changed, 18 insertions(+), 15 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 e1fb567d8b [modules] Support use of -E on modules built from the command line.
new ef244e5043 [modules] Don't bother creating a global module fragment whe [...]
new e4d256f38d [analyzer] Skip printing duplicate nodes, even if nodes have [...]
new 03164d3e0e Support generating unique identifiers for Stmt objects
new f702afcb3e [analyzer] Dump unique identifiers for statements in exploded graph
new d046c9fafa StmtPrinter: allow customizing the end-of-line character
new 843c06ec25 [analyzer] Use correct end-of-line character when printing s [...]
new 7d1cca4458 [analyzer] Dump reproducible identifiers for statements in e [...]
new ab961c560a [analyzer] Generate and use stable identifiers for LocationContext
new a495c43386 Generate unique identifiers for Decl objects
The 9 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/DeclBase.h | 3 +
include/clang/AST/Stmt.h | 4 +
include/clang/Analysis/AnalysisDeclContext.h | 29 ++++--
.../Core/PathSensitive/Environment.h | 1 +
lib/AST/DeclBase.cpp | 7 ++
lib/AST/DeclPrinter.cpp | 2 +-
lib/AST/Stmt.cpp | 8 ++
lib/AST/StmtPrinter.cpp | 109 +++++++++++----------
lib/Analysis/AnalysisDeclContext.cpp | 6 +-
lib/Sema/Sema.cpp | 4 +-
lib/StaticAnalyzer/Core/Environment.cpp | 12 ++-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 47 ++++-----
lib/StaticAnalyzer/Core/ProgramState.cpp | 9 +-
13 files changed, 144 insertions(+), 97 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 74afe0c677 test/Driver/output-file-cleanup.c: delete non-readable tempo [...]
new 84853833c2 [modules] Frontend support for building a header module from [...]
new 80e197b92b [modules] Driver support for precompiling a collection of fi [...]
new e1fb567d8b [modules] Support use of -E on modules built from the command line.
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:
include/clang/Basic/DiagnosticDriverKinds.td | 3 +
include/clang/Basic/DiagnosticFrontendKinds.td | 6 ++
include/clang/Basic/DiagnosticIDs.h | 2 +-
include/clang/Basic/DiagnosticSemaKinds.td | 2 +
include/clang/Basic/LangOptions.h | 5 +-
include/clang/Driver/Action.h | 27 ++++++-
include/clang/Driver/CC1Options.td | 2 +
include/clang/Frontend/FrontendAction.h | 20 +++++-
include/clang/Frontend/FrontendActions.h | 13 ++++
include/clang/Frontend/FrontendOptions.h | 3 +
include/clang/Lex/ModuleMap.h | 12 ++--
lib/Driver/Action.cpp | 14 ++++
lib/Driver/Driver.cpp | 82 ++++++++++++++++------
lib/Driver/ToolChain.cpp | 1 +
lib/Driver/ToolChains/Clang.cpp | 78 +++++++++++++++-----
lib/Driver/Types.cpp | 2 +
lib/Frontend/CompilerInstance.cpp | 22 ++----
lib/Frontend/CompilerInvocation.cpp | 3 +
lib/Frontend/FrontendAction.cpp | 17 +++--
lib/Frontend/FrontendActions.cpp | 74 ++++++++++++++++++-
lib/Frontend/Rewrite/FrontendActions.cpp | 7 +-
lib/FrontendTool/ExecuteCompilerInvocation.cpp | 2 +
lib/Lex/ModuleMap.cpp | 39 +++++++---
lib/Sema/Sema.cpp | 3 +-
lib/Sema/SemaDecl.cpp | 20 +++++-
test/Driver/header-module.cpp | 13 ++++
.../Inputs => Modules/Inputs/no-module-map}/a.h | 2 +-
.../b.h | 1 +
test/Modules/no-module-map.cpp | 48 +++++++++++++
29 files changed, 438 insertions(+), 85 deletions(-)
create mode 100644 test/Driver/header-module.cpp
copy test/{Index/Inputs => Modules/Inputs/no-module-map}/a.h (67%)
copy test/Modules/Inputs/{libstdcxx-ambiguous-internal => no-module-map}/b.h (82%)
create mode 100644 test/Modules/no-module-map.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 llvm.
from db12109a870 [WebAssembly] SIMD shifts
new f4a23c67761 [WebAssembly][NFC] Generalize operand numbers in SIMD tests
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/CodeGen/WebAssembly/simd-arith.ll | 212 ++++++-------
test/CodeGen/WebAssembly/simd-comparisons.ll | 168 +++++-----
test/CodeGen/WebAssembly/simd-offset.ll | 444 +++++++++++++--------------
test/CodeGen/WebAssembly/simd.ll | 220 ++++++-------
4 files changed, 522 insertions(+), 522 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 5455b4c4993 Fix filesystem race issue in SampleProfTest introduced in r [...]
new db12109a870 [WebAssembly] SIMD shifts
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/WebAssembly/WebAssemblyInstrSIMD.td | 26 +++
test/CodeGen/WebAssembly/simd-arith.ll | 265 +++++++++++++++++++++++++
test/MC/WebAssembly/simd-encodings.s | 36 ++++
3 files changed, 327 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.