aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/ir3/ir3_ra.c
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: add 'high' register classRob Clark2017-04-171-53/+111
* freedreno/ir3: fix # of registersRob Clark2016-05-041-1/+1
* freedreno/ir3: fix small RA bugRob Clark2016-04-241-1/+2
* freedreno/ir3: fix silly brain-fart in RARob Clark2016-04-041-2/+1
* freedreno/ir3: add dumping for use/def/live-in/live-outRob Clark2016-04-041-0/+31
* freedreno/ir3: remove ir3_instruction::categoryRob Clark2016-04-041-6/+8
* freedreno/ir3: Get rid of nested functionsBernhard Rosenkränzer2016-02-101-15/+15
* freedreno/ir3: better array register allocationRob Clark2016-01-161-8/+48
* freedreno/ir3: array reworkRob Clark2016-01-161-41/+149
* freedreno/ir3: bit of ra refactorRob Clark2016-01-161-25/+20
* freedreno/ir3: cosmetic de-indentRob Clark2016-01-161-36/+34
* freedreno/ir3: rename ir3_block::bdRob Clark2015-12-041-4/+4
* freedreno/ir3: use instr flag to mark unused instructionsRob Clark2015-11-261-6/+19
* util/ra: Make allocating conflict lists optionalJason Ekstrand2015-08-181-1/+1
* freedreno/ir3/ra: fix failed assert for a0/p0Rob Clark2015-07-101-0/+5
* freedreno/ir3: cache defining instructionRob Clark2015-06-301-65/+86
* freedreno/ir3: fix RA issue with faninRob Clark2015-06-301-5/+15
* freedreno/ir3: fix crash in RARob Clark2015-06-301-2/+5
* freedreno/ir3: fixes for indirect writesRob Clark2015-06-301-2/+4
* freedreno/ir3: pass sz to split_dest()Rob Clark2015-06-211-0/+2
* freedreno/ir3: block reshuffling and loops!Rob Clark2015-06-211-37/+189
* freedreno/ir3: move inputs/outputs to shaderRob Clark2015-06-211-11/+11
* freedreno/ir3/ra: use register_allocateRob Clark2015-06-211-474/+539
* freedreno/ir3: use standard list implementationRob Clark2015-06-211-33/+54
* freedreno/ir3: drop dot graph dumpingRob Clark2015-06-211-2/+2
* freedreno/ir3: relative dstRob Clark2015-03-081-28/+119
* freedreno/ir3: drop deref nodesRob Clark2015-03-081-11/+8
* freedreno/ir3: helpful iterator macrosRob Clark2015-03-081-8/+11
* freedreno/ir3: fix pos_regid > max_regRob Clark2015-01-071-1/+1
* freedreno/ir3: start on indirect gpr readsRob Clark2015-01-071-1/+17
* freedreno/ir3: simplify RARob Clark2015-01-071-365/+233
* freedreno/ir3: runtime enable RA debug for DEBUG buildsRob Clark2015-01-071-1/+6
* freedreno/ir3: split out legalize passRob Clark2014-12-231-152/+1
* freedreno/ir3: ra debugRob Clark2014-12-231-8/+35
* freedreno/ir3: fix lockups with lame FRAG shadersRob Clark2014-10-031-1/+10
* freedreno/ir3: fix potential segfault in RARob Clark2014-09-091-2/+6
* freedreno/ir3: split out shader compiler from a3xxRob Clark2014-07-251-0/+790