Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .set instead of = when printing assignment in assembly output | Krzysztof Parzyszek | 2018-03-27 | 1 | -1/+1 |
| | | | | | | | | | On Hexagon "x = y" is a syntax used in most instructions, and is not treated as a directive. Differential Revision: https://reviews.llvm.org/D44256 llvm-svn: 328635 | ||||
* | Fix PR31896. | Evgeniy Stepanov | 2017-02-21 | 1 | -0/+16 |
Address of an alias of a global with offset is incorrectly lowered as an address of the global (i.e. ignoring offset). llvm-svn: 295762 |