util: rename list_empty() to list_is_empty()
[mesa.git] / src / gallium / drivers / lima / ir / pp / regalloc.c
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-09-25 Vasily Khoruzhicklima/ppir: add node dependency types
2019-09-13 Andreas Baierllima/ppir: Add undef handling
2019-09-05 Erico Nuneslima/ppir: improve regalloc spill cost calculation
2019-09-05 Erico Nuneslima/ppir: optimizations in regalloc spilling code
2019-09-05 Erico Nuneslima/ppir: mark regalloc created ssa unspillable
2019-08-24 Vasily Khoruzhicklima/ppir: print register index and components number...
2019-08-24 Vasily Khoruzhicklima/ppir: add better liveness analysis
2019-08-20 Erico Nuneslima/ppir: use ra_get_best_spill_node to select spill...
2019-08-14 Vasily Khoruzhicklima/ppir: use src accessors in ppir regalloc
2019-08-06 Erico Nuneslima: add summary report for shader-db
2019-07-31 Erico Nuneslima/ppir: refactor texture code to simplify scheduler
2019-07-23 Erico Nuneslima/ppir: fix debug logs in regalloc
2019-07-23 Erico Nuneslima/ppir: fix alignment on regalloc spilling loads
2019-07-19 Erico Nuneslima/ppir: branch regalloc fixes
2019-06-06 Vasily Khoruzhicklima/ppir: fix crash when program uses no registers...
2019-04-11 Qiang Yugallium: add lima driver