This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 9a1c17246 Try again to mark TestRdar12408181.py as skipped
new 89891421d A third attempt to mark TestRdar12408181.py as skipped
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:
.../Python/lldbsuite/test/lang/objc/rdar-12408181/TestRdar12408181.py | 4 +++-
1 file changed, 3 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 gcc.
from 087b46f29fd /cp 2018-01-17 Paolo Carlini <paolo.carlini(a)oracle.com>
new f0b6455e925 PR ipa/83051 * ipa-inline.c (flatten_function): Do not ov [...]
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 | 6 ++++++
gcc/ipa-inline.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr83051-2.c | 12 ++++++++++++
4 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr83051-2.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 bbb2a7afcc2 Revert [PowerPC] This reverts commit rL322721
new 6459a2d3270 [globalisel][tablegen] Honour priority order within nested [...]
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/ARM/GlobalISel/select-pr35926.mir | 40 ++++++++++++++++++++++++++
utils/TableGen/GlobalISelEmitter.cpp | 13 +++++++++
2 files changed, 53 insertions(+)
create mode 100644 test/CodeGen/ARM/GlobalISel/select-pr35926.mir
--
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 3bbf11426 Revert "[libFuzzer] Support using libc++"
new 03a88ba9f Reland "[libFuzzer] Support using libc++"
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/fuzzer/CMakeLists.txt | 36 ++++++++++++++++++++++
lib/fuzzer/FuzzerInterface.h | 22 ++++++++------
lib/fuzzer/FuzzerLoop.cpp | 6 ++--
lib/fuzzer/FuzzerMain.cpp | 2 +-
lib/fuzzer/tests/CMakeLists.txt | 16 ++++++++--
test/fuzzer/CMakeLists.txt | 67 +++++++++++++++++++++++++++++------------
test/fuzzer/lit.cfg | 11 +++++--
test/fuzzer/lit.site.cfg.in | 2 ++
8 files changed, 126 insertions(+), 36 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 dae01861697 [testsuite]
new e89257dbeb0 /cp 2018-01-17 Paolo Carlini <paolo.carlini(a)oracle.com>
new 087b46f29fd /cp 2018-01-17 Paolo Carlini <paolo.carlini(a)oracle.com>
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:
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/constexpr.c | 6 ++++--
gcc/cp/decl.c | 8 ++++++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-ice19.C | 13 +++++++++++++
5 files changed, 36 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-ice19.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 lld.
from 9530762c7 [WebAssembly] Remove DEBUG_FUNCTION_NAME after llvm change
new 01950f9ba [WebAssembly] Simplify generation of "names" section
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/wasm/alias.ll | 2 +-
test/wasm/relocatable.ll | 2 ++
test/wasm/weak-symbols.ll | 4 +++
wasm/InputChunks.h | 13 ++++++----
wasm/Symbols.h | 7 +----
wasm/Writer.cpp | 66 +++++++++++++++--------------------------------
6 files changed, 37 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 llvm.
from ec5a93629f9 [MDA] Use common code instead of reimplementing same. [NFC]
new bbb2a7afcc2 Revert [PowerPC] This reverts commit rL322721
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/llvm/Analysis/TargetTransformInfo.h | 9 --
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 -
lib/Analysis/TargetTransformInfo.cpp | 4 -
lib/Target/PowerPC/PPCCallingConv.td | 53 -------
lib/Target/PowerPC/PPCFastISel.cpp | 2 -
lib/Target/PowerPC/PPCFrameLowering.cpp | 14 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 17 +--
lib/Target/PowerPC/PPCRegisterInfo.cpp | 18 ---
lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 13 --
lib/Target/PowerPC/PPCTargetTransformInfo.h | 2 +-
lib/Transforms/IPO/GlobalOpt.cpp | 164 +--------------------
test/CodeGen/PowerPC/coldcc.ll | 46 ------
test/CodeGen/PowerPC/coldcc2.ll | 42 ------
test/Other/pass-pipelines.ll | 2 +-
.../GlobalOpt/PowerPC/coldcc_coldsites.ll | 81 ----------
test/Transforms/GlobalOpt/PowerPC/lit.local.cfg | 3 -
test/Transforms/GlobalOpt/coldcc_stress_test.ll | 48 ------
17 files changed, 13 insertions(+), 507 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/coldcc.ll
delete mode 100644 test/CodeGen/PowerPC/coldcc2.ll
delete mode 100644 test/Transforms/GlobalOpt/PowerPC/coldcc_coldsites.ll
delete mode 100644 test/Transforms/GlobalOpt/PowerPC/lit.local.cfg
delete mode 100644 test/Transforms/GlobalOpt/coldcc_stress_test.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 clang.
from 3d90a2c568 [ASTMatchers] Add isNoReturn() match narrower for FunctionDe [...]
new b6a88f34d7 [clang-format] Replace unordered_set with an array
new b97e2a8d87 [analyzer] Better UI in html reports for displaying shortcuts help
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/Format/Format.cpp | 19 +++---------
lib/Rewrite/HTMLRewrite.cpp | 4 +++
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 47 +++++++++++++++++++++++++++--
3 files changed, 53 insertions(+), 17 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 7c831c8c4ac [GISel] Make constrainSelectedInstRegOperands() available t [...]
new ec5a93629f9 [MDA] Use common code instead of reimplementing same. [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:
lib/Analysis/MemoryDependenceAnalysis.cpp | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.