index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_dead_control_flow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
1
-3
/
+3
*
i965/cfg: Remove if_block/else_block.
Matt Turner
2014-11-11
1
-8
/
+0
*
i965: Add and use functions to get next/prev blocks.
Matt Turner
2014-09-24
1
-8
/
+8
*
i965: Make instruction lists local to the bblocks.
Matt Turner
2014-09-24
1
-3
/
+3
*
i965/fs: Don't iterate between blocks with inst->next/prev.
Matt Turner
2014-09-24
1
-2
/
+3
*
i965: Remove now unneeded calls to calculate_cfg().
Matt Turner
2014-09-24
1
-2
/
+0
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-1
/
+1
*
i965: Update if_block/else_block in the dead control flow pass.
Matt Turner
2014-09-05
1
-0
/
+7
*
i965: Preserve CFG when deleting dead control flow.
Matt Turner
2014-08-22
1
-9
/
+45
*
i965: Add and use foreach_block macro.
Matt Turner
2014-08-18
1
-2
/
+1
*
i965: Improve dead control flow elimination.
Matt Turner
2014-07-24
1
-10
/
+15
*
i965: Add cfg to backend_visitor.
Matt Turner
2014-07-21
1
-3
/
+3
*
i965/cfg: Clean up cfg_t constructors.
Matt Turner
2013-12-04
1
-1
/
+1
*
i965/cfg: Rework to make IF & ELSE blocks flow into ENDIF.
Matt Turner
2013-12-04
1
-2
/
+2
*
i965: Add a pass to remove dead control flow.
Matt Turner
2013-11-20
1
-0
/
+83