index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
nir
/
nir_control_flow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
Jason Ekstrand
2015-09-11
1
-1
/
+1
*
nir: Use !block_ends_in_jump() in a few places rather than open-coding.
Kenneth Graunke
2015-08-24
1
-12
/
+9
*
nir/cf: reimplement nir_cf_node_remove() using the new API
Connor Abbott
2015-08-24
1
-31
/
+0
*
nir/cf: add new control modification API's
Connor Abbott
2015-08-24
1
-0
/
+62
*
nir/cf: use a cursor for inserting control flow
Connor Abbott
2015-08-24
1
-171
/
+26
*
nir/cf: add split_block_cursor()
Connor Abbott
2015-08-24
1
-0
/
+48
*
nir/cf: add split_block_before_instr()
Connor Abbott
2015-08-24
1
-0
/
+18
*
nir/cf: fix link_blocks() when there are no successors
Connor Abbott
2015-08-24
1
-1
/
+2
*
nir/cf: clean up jumps when cleaning up CF nodes
Connor Abbott
2015-08-24
1
-1
/
+4
*
nir/cf: remove uses of SSA definitions that are being deleted
Connor Abbott
2015-08-24
1
-8
/
+24
*
nir/cf: handle jumps better in stitch_blocks()
Connor Abbott
2015-08-24
1
-6
/
+16
*
nir/cf: handle jumps in split_block_end()
Connor Abbott
2015-08-24
1
-1
/
+8
*
nir/cf: add block_ends_in_jump()
Connor Abbott
2015-08-24
1
-0
/
+8
*
nir/cf: handle phi nodes better in split_block_beginning()
Connor Abbott
2015-08-24
1
-0
/
+13
*
nir/cf: split up and improve nir_handle_remove_jumps()
Connor Abbott
2015-08-24
1
-54
/
+81
*
nir/cf: add remove_phi_src() helper
Connor Abbott
2015-08-24
1
-0
/
+17
*
nir/cf: add insert_phi_undef() helper
Connor Abbott
2015-08-24
1
-0
/
+25
*
nir: move control flow modification to its own file
Connor Abbott
2015-08-24
1
-0
/
+693