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_loop_analyze.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-31
/
+32
*
nir/loop_analyze: use nir_const_value.b for boolean results, not u32
Karol Herbst
2019-04-14
1
-1
/
+1
*
nir: Handle array-deref-of-vector case in loop analysis
Caio Marcelo de Oliveira Filho
2019-03-22
1
-3
/
+6
*
nir: only override previous alu during loop analysis if supported
Timothy Arceri
2019-03-21
1
-2
/
+4
*
nir: silence a couple new compiler warnings
Brian Paul
2019-03-12
1
-1
/
+1
*
nir: find induction/limit vars in iand instructions
Timothy Arceri
2019-03-12
1
-8
/
+91
*
nir: pass nir_op to calculate_iterations()
Timothy Arceri
2019-03-12
1
-7
/
+10
*
nir: add get_induction_and_limit_vars() helper to loop analysis
Timothy Arceri
2019-03-12
1
-15
/
+26
*
nir: add helper to return inversion op of a comparison
Timothy Arceri
2019-03-12
1
-0
/
+29
*
nir: simplify the loop analysis trip count code a little
Timothy Arceri
2019-03-12
1
-81
/
+82
*
nir: calculate trip count for more loops
Timothy Arceri
2019-03-12
1
-5
/
+36
*
nir: add guess trip count support to loop analysis
Timothy Arceri
2019-03-12
1
-6
/
+82
*
nir: Teach loop unrolling about 64-bit instruction lowering
Jason Ekstrand
2019-03-06
1
-10
/
+76
*
nir: avoid uninitialized variable warning
Timothy Arceri
2019-01-07
1
-1
/
+1
*
nir: Switch to using 1-bit Booleans for almost everything
Jason Ekstrand
2018-12-16
1
-14
/
+14
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
1
-14
/
+14
*
nir: remove unused variable
Alejandro PiƱeiro
2018-12-13
1
-1
/
+0
*
nir: detect more induction variables
Timothy Arceri
2018-12-13
1
-0
/
+36
*
nir: reword code comment
Timothy Arceri
2018-12-13
1
-2
/
+2
*
nir: in loop analysis track actual control flow type
Timothy Arceri
2018-12-13
1
-13
/
+21
*
nir: rework force_unroll_array_access()
Timothy Arceri
2018-12-13
1
-14
/
+35
*
nir: clarify some nit_loop_info member names
Timothy Arceri
2018-12-10
1
-7
/
+7
*
nir: small tidy ups for nir_loop_analyze()
Timothy Arceri
2018-12-10
1
-21
/
+10
*
nir: add complex_loop bool to loop info
Timothy Arceri
2018-08-29
1
-2
/
+6
*
nir: always attempt to find loop terminators
Timothy Arceri
2018-08-29
1
-7
/
+7
*
nir: fix selection of loop terminator when two or more have the same limit
Timothy Arceri
2018-06-30
1
-2
/
+2
*
nir: Remove deref chain support from analyze_loops
Jason Ekstrand
2018-06-22
1
-56
/
+0
*
nir: Support deref instructions in loop_analyze
Jason Ekstrand
2018-06-22
1
-4
/
+47
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
1
-0
/
+1
*
nir: move ends_in_break() helper to nir_loop_analyze.h
Timothy Arceri
2018-06-07
1
-13
/
+2
*
nir: Stop using apostrophes to pluralize.
Matt Turner
2017-03-23
1
-2
/
+2
*
nir: Delete unused arg in get_iteration
Elie TOURNIER
2017-02-27
1
-2
/
+2
*
nir: fix loop iteration count calculation for floats
Timothy Arceri
2017-01-04
1
-2
/
+2
*
nir: Add a loop analysis pass
Thomas Helland
2016-12-23
1
-0
/
+844