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_range_analysis.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/range-analysis: Bail if the types don't match
Ian Romanick
2019-09-26
1
-0
/
+20
*
nir: do not assume that the result of fexp2(a) is always an integral
Samuel Pitoiset
2019-09-04
1
-0
/
+1
*
nir: Add is_not_negative helper function
Dylan Baker
2019-09-04
1
-0
/
+6
*
nir/range-analysis: Handle constants in nir_op_mov just like nir_op_bcsel
Ian Romanick
2019-09-04
1
-2
/
+9
*
nir/range-analysis: Fix incorrect fadd range result for (ne_zero, ne_zero)
Ian Romanick
2019-09-04
1
-3
/
+8
*
nir/range-analysis: Adjust result range of multiplication to account for flus...
Ian Romanick
2019-09-04
1
-31
/
+22
*
nir/range-analysis: Adjust result range of exp2 to account for flush-to-zero
Ian Romanick
2019-09-04
1
-2
/
+14
*
nir/range-analysis: Fail gracefully on non-SSA sources
Ian Romanick
2019-08-14
1
-0
/
+3
*
nir/range-analysis: Range tracking for ffma and flrp
Ian Romanick
2019-08-05
1
-114
/
+138
*
nir/range-analysis: Range tracking for bcsel
Ian Romanick
2019-08-05
1
-0
/
+77
*
nir/range-analysis: Tighten the range of fsat based on the range of its source
Ian Romanick
2019-08-05
1
-1
/
+22
*
nir/range-analysis: Rudimentary value range analysis pass
Ian Romanick
2019-08-05
1
-0
/
+653