summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: Improve alias analysis for GDSNicolai Haehnle2019-07-171-4/+4
* [AliasAnalysis] Second prototype to cache BasicAA / anyAA state.Alina Sbirlea2019-03-221-5/+6
* [AMDGPU] Add an experimental buffer fat pointer address space.Neil Henning2019-03-181-11/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Allow subclassing ExternalAAMatt Arsenault2018-11-071-0/+8
* AMDGPU: Remove leftovers from configurable address spacesMatt Arsenault2018-09-111-20/+10
* AMDGPU: Remove remnants of old address space mappingMatt Arsenault2018-08-311-34/+9
* AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bit addr spaceSamuel Pitoiset2018-08-221-30/+34
* AMDGPU: fix existing alias rules for constant and globalSamuel Pitoiset2018-08-221-5/+5
* Revert "AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bit addr space"Vitaly Buka2018-08-201-1/+1
* AMDGPU: fix compilation errors since r340171Samuel Pitoiset2018-08-201-1/+1
* AMDGPU: bump AS.MAX_COMMON_ADDRESS to 6 since 32-bit addr spaceSamuel Pitoiset2018-08-201-1/+1
* [AMDGPU] Change constant addr space to 4Yaxun Liu2018-02-131-3/+3
* Reapply "AMDGPU: Add 32-bit constant address space"Matt Arsenault2018-02-091-1/+2
* Revert "AMDGPU: Add 32-bit constant address space"Rafael Espindola2018-02-071-2/+1
* AMDGPU: Add 32-bit constant address spaceMarek Olsak2018-02-071-1/+2
* [AMDGPU] calling conventions for AMDPAL OS typeTim Renouf2017-09-291-1/+4
* [AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko2017-08-081-4/+13
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* [IR] Make getParamAttributes take argument numbers, not ArgNo+1Reid Kleckner2017-04-131-3/+3
* [AMDGPU] Temporarily change constant address space from 4 to 2Yaxun Liu2017-04-061-5/+5
* [AMDGPU] Remove assumption that vector and scalar types do not aliasStanislav Mekhanoshin2017-03-311-8/+0
* AMDGPU/R600: Fix amdgpu alias analysis pass.Jan Vesely2017-03-311-3/+8
* [AMDGPU] Get address space mapping by target triple environmentYaxun Liu2017-03-271-17/+50
* [AMDGPU] Add address space based alias analysis passStanislav Mekhanoshin2017-03-171-0/+117
OpenPOWER on IntegriCloud