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: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-119
/
+0
*
i965: Fix invalid pointer read in dead_control_flow_eliminate().
Kenneth Graunke
2016-04-04
1
-0
/
+4
*
i965/cfg: Fix comment list punctuation
Ian Romanick
2016-02-26
1
-1
/
+1
*
i965/cfg: Split out dead control flow paths to simplify both paths
Ian Romanick
2016-02-26
1
-55
/
+38
*
i965/cfg: Don't handle fully empty if/else/endif
Ian Romanick
2016-02-26
1
-10
/
+4
*
i965/cfg: Eliminate an empty then-branch of an if/else/endif
Ian Romanick
2016-02-26
1
-0
/
+14
*
i965/cfg: Track prev_block and prev_inst explicitly in the whole function
Ian Romanick
2016-02-26
1
-5
/
+7
*
i965/cfg: Slightly rearrange dead_control_flow_eliminate
Ian Romanick
2016-02-26
1
-56
/
+57
*
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