summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InferAddressSpaces/AMDGPU
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: Add intrinsics for address space identificationMatt Arsenault2019-09-051-0/+55
* InferAddressSpaces: Fix cloning original addrspacecastMatt Arsenault2019-06-176-39/+65
* AMDGPU: Ignore subtarget for InferAddressSpacesMatt Arsenault2019-06-171-0/+13
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* [InferAddressSpaces] Enhance the handling of cosntexpr.Michael Liao2019-05-101-0/+12
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1711-0/+1479
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1711-1479/+0
* IR: Add immarg attributeMatt Arsenault2019-03-121-9/+0
* [Transforms] fix typo in test case. NFC.Xing GUO2019-03-021-1/+1
* [InferAddressSpaces] Fix crash on select of non-ptr operandsJoey Gouly2019-02-211-0/+9
* Add a 'dynamic' parameter to the objectsize intrinsicErik Pilkington2019-01-301-6/+6
* AMDGPU: Fix tests using old number for constant address spaceMatt Arsenault2018-09-102-6/+6
* [AMDGPU] Switch to the new addr space mapping by defaultYaxun Liu2018-02-0210-493/+493
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-192-40/+40
* InferAddressSpaces: Fix bug about replacing addrspacecastYaxun Liu2017-10-301-0/+13
* [InferAddressSpaces] Fix assertion about null pointerYaxun Liu2017-07-071-0/+12
* InferAddressSpaces: Search constant expressions for addrspacecastsMatt Arsenault2017-04-281-2/+19
* InferAddressSpaces: Infer from just addrspacecastsMatt Arsenault2017-04-282-7/+58
* InferAddressSpaces: Infer for just GEPsMatt Arsenault2017-04-211-0/+48
* AMDGPU: Add all atomicrmw fields to atomic.inc/decMatt Arsenault2017-03-301-20/+74
* AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault2017-03-216-62/+62
* Let llvm.objectsize be conservative with null pointersGeorge Burgess IV2017-03-211-6/+6
* Bug 31948: Fix assertion when bitcasting constantexpr pointersMatt Arsenault2017-02-171-0/+3
* InferAddressSpaces: Handle more cases with constant select operandsMatt Arsenault2017-02-021-15/+114
* InferAddressSpaces: Handle selectMatt Arsenault2017-02-011-0/+165
* InferAddressSpaces: Fix broken casting of constantsMatt Arsenault2017-01-311-2/+20
* InferAddressSpaces: Handle icmpMatt Arsenault2017-01-312-4/+145
* InferAddressSpaces: Support memory intrinsicsMatt Arsenault2017-01-313-1/+249
* InferAddressSpaces: Support atomicsMatt Arsenault2017-01-312-0/+78
* InferAddressSpaces: Don't replace volatile usersMatt Arsenault2017-01-311-0/+82
* AMDGPU: Implement hook for InferAddressSpacesMatt Arsenault2017-01-313-0/+450
OpenPOWER on IntegriCloud