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
/
compiler
/
nir
/
nir_opt_dead_cf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/dead_cf: Remove dead control flow after infinite loops.
Bas Nieuwenhuizen
2019-10-11
1
-0
/
+7
*
nir/dead_cf: Repair SSA if the pass makes progress
Jason Ekstrand
2019-09-06
1
-2
/
+13
*
nir/dead_cf: Call instructions aren't dead
Jason Ekstrand
2019-05-31
1
-1
/
+1
*
nir: Don't forget if-uses in new nir_opt_dead_cf liveness check
Kenneth Graunke
2019-02-20
1
-0
/
+10
*
nir: remove simple dead if detection from nir_opt_dead_cf()
Timothy Arceri
2019-02-16
1
-7
/
+2
*
nir/dead_cf: Stop relying on liveness analysis
Jason Ekstrand
2019-02-14
1
-21
/
+39
*
nir/dead_cf: Inline cf_node_has_side_effects
Jason Ekstrand
2019-02-14
1
-41
/
+32
*
nir: Unset metadata debug bit if no progress made
Matt Turner
2019-01-09
1
-1
/
+6
*
nir: Use nir_src_is_const and nir_src_as_* in core code
Jason Ekstrand
2018-10-22
1
-5
/
+2
*
nir: Pull block_ends_in_jump into nir.h
Jason Ekstrand
2018-08-27
1
-11
/
+1
*
nir/dead_cf: also remove useless ifs
Caio Marcelo de Oliveira Filho
2018-03-21
1
-14
/
+30
*
nir/dead_cf: rephrase definition of a dead loop node
Caio Marcelo de Oliveira Filho
2018-03-21
1
-8
/
+7
*
nir: Make nir_foo_first/last_cf_node return a block instead
Jason Ekstrand
2016-10-06
1
-3
/
+2
*
nir/dead_cf: Don't crash on unreachable after-loop blocks
Jason Ekstrand
2016-09-02
1
-1
/
+2
*
nir: make use of nir_cf_list_extract() helper
Timothy Arceri
2016-08-09
1
-2
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
1
-1
/
+1
*
nir/opt_dead_cf: fix indentation
Thomas Hindoe Paaboel Andersen
2016-04-30
1
-4
/
+4
*
nir/opt_dead_cf: correction of side effect check
Thomas Hindoe Paaboel Andersen
2016-04-30
1
-2
/
+2
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_phi_src
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
1
-3
/
+3
*
nir/opt_dead_cf: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-22
/
+21
*
nir: rename nir_foreach_block*() to nir_foreach_block*_call()
Connor Abbott
2016-04-20
1
-1
/
+1
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
1
-1
/
+1
*
nir: move to compiler/
Emil Velikov
2016-01-26
1
-0
/
+358