summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/uniform-cfg.ll
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: Add pass to lower kernel arguments to loadsMatt Arsenault2018-06-261-9/+8
* [AMDGPU] Fixed incorrect uniform branch conditionTim Renouf2018-01-091-1/+1
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-1/+1
* [AMDGPU][MC][GFX8][GFX9] Corrected names of integer v_{add/addc/sub/subrev/su...Dmitry Preobrazhensky2017-11-201-1/+1
* AMDGPU: Fix -enable-var-scope violationsMatt Arsenault2017-11-121-3/+3
* [AMDGPU] Eliminate no effect instructions before s_endpgmStanislav Mekhanoshin2017-08-161-2/+4
* AMDGPU/SI: Don't fix a PHI under uniform branch in SIFixSGPRCopies only when ...Changpeng Fang2017-08-031-0/+22
* [AMDGPU] Optimize SI_IF lowering for simple if regionsStanislav Mekhanoshin2017-07-261-3/+0
* AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault2017-03-211-20/+20
* [AMDGPU] Remove getBidirectionalReasonRankStanislav Mekhanoshin2017-03-111-1/+1
* CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt2017-01-311-10/+12
* AMDGPU: Implement early ifcvt target hooks.Matt Arsenault2017-01-251-2/+2
* Enable FeatureFlatForGlobal on Volcanic IslandsMatt Arsenault2017-01-241-1/+1
* Revert "CodeGen: Allow small copyable blocks to "break" the CFG."Kyle Butt2017-01-111-19/+13
* CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt2017-01-101-13/+19
* AMDGPU: Don't required structured CFGMatt Arsenault2016-12-061-5/+5
* AMDGPU/SI: Avoid moving PHIs to VALU when phi values are defined in scalar br...Tom Stellard2016-11-291-35/+36
* AMDGPU: Remove unnecessary and on conditional branchMatt Arsenault2016-11-071-7/+1
* AMDGPU: Use unsigned compare for eq/neMatt Arsenault2016-09-301-16/+14
* AMDGPU: Use i64 scalar compare instructionsMatt Arsenault2016-09-171-139/+270
* AMDGPU: Support commuting with immediate in src0Matt Arsenault2016-09-081-3/+3
* AMDGPU: Run pointer optimization passesMatt Arsenault2016-06-151-5/+6
* AMDGPU: Implement ReverseBranchConditionMatt Arsenault2016-05-211-6/+2
* AMDGPU: Implement AnalyzeBranchMatt Arsenault2016-05-211-9/+48
* AMDGPU: Remove verifier check for scc live insMatt Arsenault2016-05-131-6/+44
* AMDGPU/SI: Enable the post-ra schedulerTom Stellard2016-04-301-6/+6
* AMDGPU/SI: Detect uniform branches and emit s_cbranch instructionsTom Stellard2016-02-121-0/+365
OpenPOWER on IntegriCloud