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
/
compiler
/
nir
/
nir_loop_analyze.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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