This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40
in repository llvm.
from 46cd679 Merging r293017 and r294267: -------------------------------- [...]
new 043de30 Merging r294318: -------------------------------------------- [...]
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/Bitcode/Reader/MetadataLoader.cpp | 56 +++++++++++++++++++++++---
test/Bitcode/DIGlobalVariableExpression.ll | 13 ++++--
test/Bitcode/DIGlobalVariableExpression.ll.bc | Bin 1120 -> 1128 bytes
test/Bitcode/dityperefs-3.8.ll | 15 ++++---
4 files changed, 67 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 94f2e5a Add PredicateInfo utility and printing pass
new b1b66d4 Fix a typo in an error message for a check of invalid Mach-O [...]
new 0956efb DebugInfo: Track spilled variables in LiveDebugValues
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/CodeGen/LiveDebugValues.cpp | 144 ++++++-
lib/Object/MachOObjectFile.cpp | 2 +-
test/DebugInfo/MIR/X86/live-debug-values-spill.mir | 468 +++++++++++++++++++++
test/Object/macho-invalid.test | 2 +-
4 files changed, 607 insertions(+), 9 deletions(-)
create mode 100644 test/DebugInfo/MIR/X86/live-debug-values-spill.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 libcxx.
from 5a78d25 Use copy.deepcopy instead of doing it manually.
new cd4ab9c Fix test failures when using modules.
new 2b495bd fix python3 syntax error
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:
test/libcxx/debug/containers/db_associative_container_tests.pass.cpp | 3 +++
test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp | 2 ++
test/libcxx/debug/containers/db_string.pass.cpp | 2 ++
test/libcxx/debug/containers/db_unord_container_tests.pass.cpp | 2 ++
test/libcxx/debug/debug_abort.pass.cpp | 3 +++
test/libcxx/debug/debug_throw.pass.cpp | 2 ++
test/libcxx/debug/debug_throw_register.pass.cpp | 3 +++
test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.cxx1z.pass.cpp | 2 ++
test/support/filesystem_dynamic_test_helper.py | 2 +-
9 files changed, 20 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 6fb211f * MAINTAINERS: Adjust bug reporting URL.
new b0bcbce 2017-02-04 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-types.c | 29 ++++++++++++++++++++++-------
2 files changed, 28 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 llvm.
from 9851624 ADT: Add explicit conversions for reverse ilist iterators
new 94f2e5a Add PredicateInfo utility and printing pass
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/InitializePasses.h | 1 +
include/llvm/Transforms/Utils/PredicateInfo.h | 247 +++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Transforms/Utils/CMakeLists.txt | 1 +
lib/Transforms/Utils/PredicateInfo.cpp | 640 ++++++++++++++++++++++++
lib/Transforms/Utils/Utils.cpp | 1 +
test/Transforms/Util/PredicateInfo/condprop.ll | 463 +++++++++++++++++
test/Transforms/Util/PredicateInfo/testandor.ll | 205 ++++++++
8 files changed, 1559 insertions(+)
create mode 100644 include/llvm/Transforms/Utils/PredicateInfo.h
create mode 100644 lib/Transforms/Utils/PredicateInfo.cpp
create mode 100644 test/Transforms/Util/PredicateInfo/condprop.ll
create mode 100644 test/Transforms/Util/PredicateInfo/testandor.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 3d044c0 bfd: Fix objdump --dynamic-reloc for SPARC 64-bit to show sym [...]
new 1291063 gdb: fix ARI warning in sparc-tdep.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/sparc-tdep.c | 4 ++--
2 files changed, 7 insertions(+), 2 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 34a6e0d [X86] Disable conditional tail calls (PR31257)
new 9851624 ADT: Add explicit conversions for reverse ilist iterators
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/ADT/ilist_iterator.h | 19 ++++++-
include/llvm/CodeGen/MachineInstrBundleIterator.h | 17 ++++++
unittests/ADT/IListIteratorTest.cpp | 40 ++++++++++++++
.../CodeGen/MachineInstrBundleIteratorTest.cpp | 64 ++++++++++++++++++++++
4 files changed, 137 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 libcxx.
from 426546e Stop using random_shuffle in the libc++ test suite. It's goin [...]
new 5a78d25 Use copy.deepcopy instead of doing it manually.
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/libcxx/compiler.py | 12 ------------
test/libcxx/test/format.py | 5 +++--
2 files changed, 3 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 46b9dc3 build-linux.sh: Improve error reporting.
new 9e76448 Add support for linux repo and branch specification.
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:
build-linux.sh | 36 ++++++++++++++++++++++--------------
tcwg-buildapp.sh | 16 +++++++---------
2 files changed, 29 insertions(+), 23 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 dabb7fc GlobalISel: translate @llvm.va_end intrinsic.
new 9ac774d Fix the docs build
new 34a6e0d [X86] Disable conditional tail calls (PR31257)
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:
docs/FaultMaps.rst | 11 ++--
include/llvm/Target/TargetInstrInfo.h | 19 -------
lib/CodeGen/BranchFolding.cpp | 37 -------------
lib/Target/X86/X86ExpandPseudo.cpp | 21 +-------
lib/Target/X86/X86InstrControl.td | 31 -----------
lib/Target/X86/X86InstrInfo.cpp | 79 ---------------------------
lib/Target/X86/X86InstrInfo.h | 7 ---
lib/Target/X86/X86MCInstLower.cpp | 9 +---
test/CodeGen/X86/conditional-tailcall.ll | 53 -------------------
test/CodeGen/X86/shrink-compare.ll | 6 ++-
test/CodeGen/X86/tail-call-conditional.mir | 85 ------------------------------
11 files changed, 12 insertions(+), 346 deletions(-)
delete mode 100644 test/CodeGen/X86/conditional-tailcall.ll
delete mode 100644 test/CodeGen/X86/tail-call-conditional.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.