| Commit message (Expand) | Author | Age | Files | Lines |
| * | AMDGPU: Improve alias analysis for GDS | Nicolai Haehnle | 2019-07-17 | 1 | -4/+4 |
| * | [AliasAnalysis] Second prototype to cache BasicAA / anyAA state. | Alina Sbirlea | 2019-03-22 | 1 | -5/+6 |
| * | [AMDGPU] Add an experimental buffer fat pointer address space. | Neil Henning | 2019-03-18 | 1 | -11/+12 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Allow subclassing ExternalAA | Matt Arsenault | 2018-11-07 | 1 | -0/+8 |
| * | AMDGPU: Remove leftovers from configurable address spaces | Matt Arsenault | 2018-09-11 | 1 | -20/+10 |
| * | AMDGPU: Remove remnants of old address space mapping | Matt Arsenault | 2018-08-31 | 1 | -34/+9 |
| * | AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bit addr space | Samuel Pitoiset | 2018-08-22 | 1 | -30/+34 |
| * | AMDGPU: fix existing alias rules for constant and global | Samuel Pitoiset | 2018-08-22 | 1 | -5/+5 |
| * | Revert "AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bit addr space" | Vitaly Buka | 2018-08-20 | 1 | -1/+1 |
| * | AMDGPU: fix compilation errors since r340171 | Samuel Pitoiset | 2018-08-20 | 1 | -1/+1 |
| * | AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bit addr space | Samuel Pitoiset | 2018-08-20 | 1 | -1/+1 |
| * | [AMDGPU] Change constant addr space to 4 | Yaxun Liu | 2018-02-13 | 1 | -3/+3 |
| * | Reapply "AMDGPU: Add 32-bit constant address space" | Matt Arsenault | 2018-02-09 | 1 | -1/+2 |
| * | Revert "AMDGPU: Add 32-bit constant address space" | Rafael Espindola | 2018-02-07 | 1 | -2/+1 |
| * | AMDGPU: Add 32-bit constant address space | Marek Olsak | 2018-02-07 | 1 | -1/+2 |
| * | [AMDGPU] calling conventions for AMDPAL OS type | Tim Renouf | 2017-09-29 | 1 | -1/+4 |
| * | [AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war... | Eugene Zelenko | 2017-08-08 | 1 | -4/+13 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -3/+3 |
| * | [IR] Make getParamAttributes take argument numbers, not ArgNo+1 | Reid Kleckner | 2017-04-13 | 1 | -3/+3 |
| * | [AMDGPU] Temporarily change constant address space from 4 to 2 | Yaxun Liu | 2017-04-06 | 1 | -5/+5 |
| * | [AMDGPU] Remove assumption that vector and scalar types do not alias | Stanislav Mekhanoshin | 2017-03-31 | 1 | -8/+0 |
| * | AMDGPU/R600: Fix amdgpu alias analysis pass. | Jan Vesely | 2017-03-31 | 1 | -3/+8 |
| * | [AMDGPU] Get address space mapping by target triple environment | Yaxun Liu | 2017-03-27 | 1 | -17/+50 |
| * | [AMDGPU] Add address space based alias analysis pass | Stanislav Mekhanoshin | 2017-03-17 | 1 | -0/+117 |