Age | Commit message (Expand) | Author |
---|---|---|
2011-01-31 | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke |
2011-01-21 | ra: Use the same context when realloc'ing arrays. | Kenneth Graunke |
2011-01-18 | ra: Take advantage of the adjacency list in finding a node to spill. | Eric Anholt |
2011-01-18 | ra: Remove unused "name" field in regs. | Eric Anholt |
2011-01-18 | ra: Take advantage of the adjacency list in ra_select() too. | Eric Anholt |
2011-01-18 | ra: Add an adjacency list to trade space for time in ra_simplify(). | Eric Anholt |
2011-01-18 | ra: Trade off some space to get time efficiency in ra_set_finalize(). | Eric Anholt |
2010-10-22 | mesa: move declaration before code | Brian Paul |
2010-10-21 | i965: Add support for register spilling. | Eric Anholt |
2010-09-29 | ra: First cut at a graph-coloring register allocator for mesa. | Eric Anholt |