Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *). | Eric Anholt | 2016-11-29 | 1 | -2/+2 |
* | vc4: Convert vc4_opt_peephole_sf to work with control flow. | Eric Anholt | 2016-07-12 | 1 | -4/+18 |
* | vc4: Create a basic block structure and move the instructions into it. | Eric Anholt | 2016-07-12 | 1 | -1/+2 |
* | vc4: Optimize out redundant SF updates. | Eric Anholt | 2016-07-04 | 1 | -5/+77 |
* | vc4: Move SF removal to a separate peephole pass. | Eric Anholt | 2016-07-04 | 1 | -0/+82 |