This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8afd81dda1c Added Delta IR Reduction Tool
new 4587973c3e6 [InstCombine][NFC] Added comments about constants in 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/Transforms/InstCombine/pow-exp.ll | 1 +
test/Transforms/InstCombine/pow_fp_int.ll | 1 +
2 files changed, 2 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 lld.
from 12924f062 [lld][WebAssembly] Use createGlobalVariable helper function. NFC.
new dee1e4fba [WebAssembly][lld] control __data_end export with config->shared
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 | 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 llvm.
from 03bcb717410 Linker: Add support for GlobalIFunc.
new 8afd81dda1c Added Delta IR Reduction Tool
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:
docs/BugpointRedesign.md | 105 ++++++++++++++++
test/CMakeLists.txt | 1 +
test/Reduce/Inputs/remove-funcs.py | 10 ++
test/Reduce/remove-funcs.ll | 34 +++++
tools/LLVMBuild.txt | 1 +
tools/llvm-reduce/CMakeLists.txt | 24 ++++
tools/llvm-reduce/DeltaManager.h | 25 ++++
tools/{ => llvm-reduce}/LLVMBuild.txt | 53 ++------
tools/llvm-reduce/TestRunner.cpp | 57 +++++++++
tools/llvm-reduce/TestRunner.h | 56 +++++++++
tools/llvm-reduce/deltas/Delta.cpp | 179 +++++++++++++++++++++++++++
tools/llvm-reduce/deltas/Delta.h | 84 +++++++++++++
tools/llvm-reduce/deltas/ReduceFunctions.cpp | 80 ++++++++++++
tools/llvm-reduce/deltas/ReduceFunctions.h | 20 +++
tools/llvm-reduce/llvm-reduce.cpp | 106 ++++++++++++++++
15 files changed, 790 insertions(+), 45 deletions(-)
create mode 100644 docs/BugpointRedesign.md
create mode 100755 test/Reduce/Inputs/remove-funcs.py
create mode 100644 test/Reduce/remove-funcs.ll
create mode 100644 tools/llvm-reduce/CMakeLists.txt
create mode 100644 tools/llvm-reduce/DeltaManager.h
copy tools/{ => llvm-reduce}/LLVMBuild.txt (50%)
create mode 100644 tools/llvm-reduce/TestRunner.cpp
create mode 100644 tools/llvm-reduce/TestRunner.h
create mode 100644 tools/llvm-reduce/deltas/Delta.cpp
create mode 100644 tools/llvm-reduce/deltas/Delta.h
create mode 100644 tools/llvm-reduce/deltas/ReduceFunctions.cpp
create mode 100644 tools/llvm-reduce/deltas/ReduceFunctions.h
create mode 100644 tools/llvm-reduce/llvm-reduce.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 lldb.
from 4fa498912 [lldb][NFC] Move to StringRef in some places in IRForTarget
new 4ae1808aa [lldb][NFC] Modernize IRForTarget::CreateResultVariable
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:
.../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 41 +++++++++++-----------
1 file changed, 20 insertions(+), 21 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 8d42b70692f * doc/extend.texi: Add const qualifier to ld intrinsics.
new 940e8704c9a /cp 2019-08-08 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 5 +++++
gcc/cp/decl.c | 19 +++++++++++--------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/cpp0x/enum20.C | 2 +-
gcc/testsuite/g++.dg/other/friend3.C | 4 ++--
gcc/testsuite/g++.dg/parse/dtor5.C | 10 +++++-----
gcc/testsuite/g++.dg/parse/friend7.C | 6 ++++--
gcc/testsuite/g++.dg/template/error22.C | 2 +-
gcc/testsuite/g++.old-deja/g++.brendan/err-msg5.C | 2 +-
9 files changed, 39 insertions(+), 20 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 9c9d6b00b50 [LICM] Support unary FNeg in LICM
new 03bcb717410 Linker: Add support for GlobalIFunc.
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/IR/GlobalAlias.h | 4 --
include/llvm/IR/GlobalIFunc.h | 4 --
include/llvm/IR/GlobalIndirectSymbol.h | 4 ++
include/llvm/Transforms/Utils/ValueMapper.h | 9 +--
lib/Linker/IRMover.cpp | 98 ++++++++++++++++-------------
lib/Transforms/Utils/ValueMapper.cpp | 43 ++++++-------
test/LTO/Resolution/X86/Inputs/ifunc2.ll | 6 ++
test/LTO/Resolution/X86/ifunc2.ll | 19 ++++++
8 files changed, 111 insertions(+), 76 deletions(-)
create mode 100644 test/LTO/Resolution/X86/Inputs/ifunc2.ll
create mode 100644 test/LTO/Resolution/X86/ifunc2.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 zorg.
from d325d339 [monorepo] Fix lldbsrcdir implementation
new 06f124f5 [monorepo] Add lldb standalone build dir
new 5228691b [monorepo] External lit lives in the build dir
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:
zorg/jenkins/monorepo_build.py | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 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 lldb.
from 0bf41815f [lldb][NFC] Directly use StringRef instead of temporary std::string
new 669a79818 [lldb] Fix HAVE_LIBCOMPRESSION
new 4fa498912 [lldb][NFC] Move to StringRef in some places in IRForTarget
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:
.../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 69 ++++++++++------------
.../Process/gdb-remote/GDBRemoteCommunication.cpp | 1 +
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 5 +-
3 files changed, 34 insertions(+), 41 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 15d6d81960 Fix up fd limit diagnosis code
new 5f2fed9979 Mark clang-scan-deps test as requiring thread support
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/ClangScanDeps/regular_cdb.cpp | 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 7a3746d7bb8 [SelectionDAG][X86] Move setcc mask splitting for mload/mst [...]
new e47aa43f61c [X86] Improve codegen of v8i64->v8i16 and v16i32->v16i8 tru [...]
new 9c9d6b00b50 [LICM] Support unary FNeg in LICM
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/Target/X86/X86ISelLowering.cpp | 23 ++++++++++++++++++++++-
lib/Transforms/Scalar/LICM.cpp | 3 ++-
test/CodeGen/X86/min-legal-vector-width.ll | 14 ++++++--------
test/Transforms/LICM/hoisting.ll | 3 +--
4 files changed, 31 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.