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_range_analysis.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: replace GCC unroll with an option that works on GCC < 8.0
Marek Olšák
2020-02-27
1
-8
/
+14
*
nir: Make unroll pragma work on clang
Kristian H. Kristensen
2020-02-04
1
-9
/
+18
*
nir: no-op C99 _Pragma() with MSVC
Brian Paul
2019-11-23
1
-0
/
+7
*
nir/range_analysis: Make sure the table validation only occurs once
Ian Romanick
2019-11-22
1
-38
/
+58
*
nir/range-analysis: Add pragmas to help loop unrolling
Ian Romanick
2019-11-22
1
-0
/
+10
*
nir: Keep the range analysis HT around intra-pass until we make a change.
Eric Anholt
2019-10-04
1
-9
/
+4
*
nir/range-analysis: Use types to provide better ranges from bcsel and mov
Ian Romanick
2019-09-25
1
-25
/
+4
*
nir/range-analysis: Use types in the hash key
Ian Romanick
2019-09-25
1
-38
/
+98
*
nir/range-analysis: Bail if the types don't match
Ian Romanick
2019-09-25
1
-0
/
+20
*
nir: do not assume that the result of fexp2(a) is always an integral
Samuel Pitoiset
2019-09-02
1
-0
/
+1
*
nir/range-analysis: Add a lot more assertions about the contents of tables
Ian Romanick
2019-08-29
1
-6
/
+128
*
nir/range-analysis: Range tracking for fpow
Ian Romanick
2019-08-29
1
-0
/
+66
*
nir/range-analysis: Handle constants in nir_op_mov just like nir_op_bcsel
Ian Romanick
2019-08-29
1
-2
/
+9
*
nir/range-analysis: Fix incorrect fadd range result for (ne_zero, ne_zero)
Ian Romanick
2019-08-29
1
-3
/
+8
*
nir/range-analysis: Adjust result range of multiplication to account for flus...
Ian Romanick
2019-08-29
1
-31
/
+22
*
nir/range-analysis: Adjust result range of exp2 to account for flush-to-zero
Ian Romanick
2019-08-29
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