Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: use C99 declaration in the for-loop hash_table_foreach() macro | Eric Engestrom | 2018-10-25 | 1 | -2/+0 |
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | broadcom/vc5: Don't annotate dumps with stale live intervals. | Eric Anholt | 2018-03-19 | 1 | -0/+2 |
| | | | | | As you're debugging register allocation, you may have changed the intervals and not recomputed yet. Just skip the dump in that case. | ||||
* | broadcom/vc5: Re-do live variables after removing thrsws. | Eric Anholt | 2018-03-19 | 1 | -3/+13 |
| | | | | Otherwise our start/ends ips won't line up with the actual instructions. | ||||
* | broadcom: Add VC5 NIR compiler. | Eric Anholt | 2017-10-10 | 1 | -0/+340 |
This is a pretty straightforward fork of VC4's NIR compiler to VC5. The condition codes, registers, and I/O have all changed, making the backend hard to share, though their heritage is still recognizable. v2: Move to src/broadcom/compiler to match intel's layout, rename more "vc5" to "v3d", rename QIR to VIR ("V3D IR") to avoid symbol conflicts with vc4, use new v3d_debug header, add compiler init/free functions, do texture swizzling in NIR to allow optimization. |