Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600: Fix failing testcase | Matt Arsenault | 2020-02-03 | 1 | -3/+3 |
| | | | | (cherry picked from commit 7dc49f77ee508b4152f9291c8e804e4eda3653d3) | ||||
* | Partially revert D61491 "AMDGPU: Be explicit about whether the high-word in ↵ | Jay Foad | 2019-09-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | SI_PC_ADD_REL_OFFSET is 0" Summary: D61491 caused us to use relocs when they're not strictly necessary, to refer to symbols in the text section. This is a pessimization and it's a problem for some loaders that don't support relocs yet. Reviewers: nhaehnle, arsenm, tpr Subscribers: kzhuravl, jvesely, wdng, yaxunl, dstuttard, t-tye, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D65813 llvm-svn: 370667 | ||||
* | [llvm-readobj] Change -long-option to --long-option in tests. NFC | Fangrui Song | 2019-05-01 | 1 | -1/+1 |
| | | | | | | | | | | We use both -long-option and --long-option in tests. Switch to --long-option for consistency. In the "llvm-readelf" mode, -long-option is discouraged as it conflicts with grouped short options and it is not accepted by GNU readelf. While updating the tests, change llvm-readobj -s to llvm-readobj -S to reduce confusion ("s" is --section-headers in llvm-readobj but --symbols in llvm-readelf). llvm-svn: 359649 | ||||
* | [AMDGPU] Change constant addr space to 4 | Yaxun Liu | 2018-02-13 | 1 | -3/+3 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D43170 llvm-svn: 325030 | ||||
* | AMDGPU/R600: Fix fixups used for constant arrays | Matt Arsenault | 2016-08-29 | 1 | -0/+28 |
Fixes bug 29289 llvm-svn: 279986 |