forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 342
Merge 2020-09-14 into swift/tensorflow #1808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Text by Saleem!
This allows the logic to be reused by both the builders and the tests. (cherry picked from commit a3fc61c)
…09a1128caa2de2723fe307c81 [lldb] Move Xcode SDK helper functions into lldbutil
Conflicts: lldb/packages/Python/lldbsuite/test/make/Makefile.rules lldb/packages/Python/lldbsuite/test/plugins/builder_base.py lldb/packages/Python/lldbsuite/test/plugins/builder_darwin.py
Temporarily remove remote support from TestPlaygrounds.py to facilitate the merge passing PR testing. This will require upstream changes which I'll cherry-pick separately.
rdar://problem/67823748
The version of `st1d` that operates with vector plus immediate addressing mode uses the alias `st1d { <Zn>.d }, <Pg>, [<Za>.d]` for rendering `st1d { <Zn>.d }, <Pg>, [<Za>.d, #0]`. The disassembler was generating `<Zn>.s` instead of `<Zn>.d>`. Differential Revision: https://reviews.llvm.org/D86633
Merge bastille into rebranch
(cherry picked from commit a45ccc9)
Patch by [email protected] Differential Revision: https://reviews.llvm.org/D86552 (cherry picked from commit 1596ea8)
rdar://problem/67347966&67348151&67348391&67884852
… DWARFExpression holds the data that represents a constant value In some cases when we have a DW_AT_const_value and the data can be found in the DWARFExpression then ValueObjectVariable does not handle it properly and we end up with an extracting data from value failed error. The test is a very stripped down assembly file since reproducing this relies on the results of compiling with -O1 which may not be stable over time. Differential Revision: https://reviews.llvm.org/D86311 (cherry picked from commit 93b2551)
Fixes error: no matching constructor for initialization of 'std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >' with older toolchain (clang/libcxx) on Ubuntu 16.04. The issue is the StringRef-to-std::string conversion. (cherry picked from commit 7f717b6)
…74e8633b040a16c55f0ad6b96 [lldb] Fix "no matching std::pair constructor" on Ubuntu 16.04 (NFC)
…_dw_at_const_value_when_dwarf_expr_holds_constant_value [LLDB] Fix how ValueObjectVariable handles DW_AT_const_value when the DWARFExpression holds the data that represents a constant value
We saw a crash recently (rdar://problem/65276489) that looks related to an invalid ValueObjectSP in a summary providers in Cocoa.cpp e.g. NSBundleSummaryProvider(...). This adds checks before we use them usually by calling NSStringSummaryProvider. Differential Revision: https://reviews.llvm.org/D84272 (cherry picked from commit 6700f4b)
When collecting `i1` values via `findAllDefs`, ignore Constant's operands, since Constant's operands might not be `i1`. Fixes https://bugs.llvm.org/show_bug.cgi?id=46923 which causes ICE ``` llvm-project/llvm/lib/IR/Constants.cpp:1924: static llvm::Constant *llvm::ConstantExpr::getZExt(llvm::Constant *, llvm::Type *, bool): Assertion `C->getType()->getScalarSizeInBits() < Ty->getScalarSizeInBits()&& "SrcTy must be smaller than DestTy for ZExt!"' failed. ``` Differential Revision: https://reviews.llvm.org/D85007 (cherry picked from commit cbea175)
… (NFC) Move the construction of the triple out of getArchCFlags in the DarwinBuilder. (cherry picked from commit b981924)
(cherry picked from commit 2955a27)
…10c349a1d502ba83af632ae98+2955a27abc25cd1b9d737c211c2cfe11e2a5de3e 🍒/bastille/b981924bdda71b610c349a1d502ba83af632ae98+2955a27abc25cd1b9d737c211c2cfe11e2a5de3e
[lldb] Re-enable TestPlaygrounds.py
…unds.py [lldb] Fix TestPlaygrounds.py when running on-device
[lldb] Fix latent compiler warnings
I checked, and that branch didn't contain any new changes (other than, e.g. ordering of additions and whitespace changes).
…ensorflow-stage * 'swift/tensorflow' of github.com:apple/llvm-project: add support for python 3.8 lldb build
Manually merged upstream commits from apple/llvm-project:apple/swift-master
Add files from swift/tensorflow branch
Regenerate LLDB python bindings
dan-zheng
approved these changes
Sep 18, 2020
LGTM. Github won't let me actually "approve" because the "files" tab crashes github. (I guess because there are a lot of files.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.