summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/call-argument-types.ll
Commit message (Expand)AuthorAgeFilesLines
* [MachineScheduler] Reduce reordering due to mem op clusteringJay Foad2020-01-141-5/+6
* AMDGPU: Allow getMemOperandWithOffset to analyze stack accessesMatt Arsenault2019-09-051-26/+25
* AMDGPU: Decompose all values to 32-bit pieces for calling conventionsMatt Arsenault2019-07-191-9/+7
* CodeGen: Set hasSideEffects = 0 on BUNDLEMatt Arsenault2019-07-031-7/+10
* AMDGPU: Always use s33 for global scratch wave offsetMatt Arsenault2019-06-201-11/+9
* AMDGPU: Avoid most waitcnts before callsMatt Arsenault2019-06-141-25/+24
* AMDGPU: Don't fix emergency stack slot at offset 0Matt Arsenault2019-06-051-48/+48
* AMDGPU: Invert frame index offset interpretationMatt Arsenault2019-06-051-18/+20
* AMDGPU: Introduce TokenFactor for ABI register copies in call sequenceMatt Arsenault2019-05-161-40/+43
* [AMDGPU] Prepare for introduction of v3 and v5 MVTsTim Renouf2019-03-171-1/+172
* [DAGCombiner] If a TokenFactor would be merged into its user, consider the us...Nirav Dave2019-03-131-1/+1
* [AMDGPU] Mark test functions with hidden visibilityScott Linder2019-02-011-47/+47
* Bias physical register immediate assignmentsNirav Dave2018-11-141-32/+28
* [SchedModel] Fix for read advance cycles with implicit pseudo operands.Jonas Paulsson2018-10-301-11/+11
* AMDGPU: Fix not preserving alignent in call setupsMatt Arsenault2018-09-131-0/+50
* DAG: Handle odd vector sizes in calling conv splittingMatt Arsenault2018-09-101-5/+22
* AMDGPU: Fix packing undef parts of build_vectorMatt Arsenault2018-08-121-2/+2
* AMDGPU: Break 64-bit arguments into 32-bit piecesMatt Arsenault2018-07-311-7/+43
* AMDGPU: Split wide vectors of i16/f16 into 32-bit regs on callsMatt Arsenault2018-07-311-0/+57
* AMDGPU: Scalarize vector argument types to callsMatt Arsenault2018-07-311-4/+39
* AMDGPU: Stop wasting argument registers with v3i32/v3f32Matt Arsenault2018-07-281-5/+59
* AMDGPU: Increase default stack alignmentMatt Arsenault2018-03-291-2/+2
* [AMDGPU] Change constant addr space to 4Yaxun Liu2018-02-131-6/+6
* [AMDGPU] Switch to the new addr space mapping by defaultYaxun Liu2018-02-021-19/+19
* [AMDGPU] Prevent post-RA scheduler from breaking memory clausesStanislav Mekhanoshin2017-09-191-8/+8
* AMDGPU: Stop modifying SP in call sequencesMatt Arsenault2017-09-141-7/+7
* Re-land MachineInstr: Reason locally about some memory objects before going t...Balaram Makam2017-08-301-3/+3
* Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2017-08-171-44/+32
* [MachineCopyPropagation] Extend pass to do COPY source forwardingGeoff Berry2017-08-161-32/+44
* Revert "MachineInstr: Reason locally about some memory objects before going t...Balaram Makam2017-08-161-3/+3
* MachineInstr: Reason locally about some memory objects before going to AA.Balaram Makam2017-08-141-3/+3
* AMDGPU: Remove error on calls for amdgcnMatt Arsenault2017-08-031-4/+4
* AMDGPU: Don't place arguments in emergency stack slotMatt Arsenault2017-08-021-7/+7
* AMDGPU: Initial implementation of callsMatt Arsenault2017-08-011-0/+527
OpenPOWER on IntegriCloud