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. | ||||
* | ARM: report an error when attempting to target a misalgined BLX | Tim Northover | 2016-05-10 | 1 | -0/+40 |
The CodeGen problem was fixed in r269101, but we still miscompiled assembly that tried the same thing. llvm-svn: 269126 |