Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC] Fix trivial typos in comments | James Henderson | 2020-01-06 | 1 | -1/+1 |
| | | | | | | | | Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D72143 Patch by Kazuaki Ishizaki. | ||||
* | Fix static analysis warnings in ARM calling convention lowering | Oliver Stannard | 2019-11-04 | 1 | -22/+22 |
| | | | | Fixes https://bugs.llvm.org/show_bug.cgi?id=43891 | ||||
* | [Alignment] Get DataLayout::StackAlignment as Align | Guillaume Chatelet | 2019-09-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Summary: Internally it is needed to know if StackAlignment is set but we can expose it as llvm::Align. This is patch is part of a series to introduce an Alignment type. See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html See this patch for the introduction of the type: https://reviews.llvm.org/D64790 Reviewers: courbet Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67852 llvm-svn: 372585 | ||||
* | [ARM] Deduplicate table generated CC analysis code | Reid Kleckner | 2019-01-28 | 1 | -0/+284 |
Create ARMCallingConv.cpp and emit code for calling convention analysis from there. llvm-svn: 352431 |