| Commit message (Expand) | Author | Age | Files | Lines |
* | util/ra: (trivial) fix c99 loop variable initialization | Roland Scheidegger | 2015-08-19 | 1 | -7/+8 |
* | util/ra: Make allocating conflict lists optional | Jason Ekstrand | 2015-08-18 | 1 | -9/+17 |
* | util/ra: Add a function for making all conflicts on a register transitive | Jason Ekstrand | 2015-08-18 | 1 | -0/+23 |
* | ra: Delete the conflict lists in ra_set_finalize | Jason Ekstrand | 2015-08-10 | 1 | -0/+5 |
* | ra: Refactor ra_set_finalize | Jason Ekstrand | 2015-08-10 | 1 | -26/+25 |
* | util: Avoid double promotion. | Matt Turner | 2015-07-29 | 1 | -1/+1 |
* | ra: Disable round-robin strategy for optimistically colorable nodes. | Francisco Jerez | 2015-02-23 | 1 | -1/+23 |
* | util: Move Mesa's bitset.h to util/. | Eric Anholt | 2015-02-20 | 1 | -1/+1 |
* | util: Silence signed-unsigned comparison warnings | Jan Vesely | 2014-12-17 | 1 | -6/+6 |
* | ra: Don't use regs as the ralloc context. | Matt Turner | 2014-12-01 | 1 | -1/+1 |
* | util: Use reg_belongs_to_class instead of BITSET_TEST | Jason Ekstrand | 2014-10-24 | 1 | -1/+1 |
* | mesa: Move register_allocate.c to util. | Eric Anholt | 2014-09-23 | 1 | -0/+654 |