index
:
platform/upstream/SPIRV-Tools
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
devel_package
master
sandbox/dkson95/gcc14-asan
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sdk-1.3.250
tizen
tizen_20181206
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Graphics System / GL; Licenses: Apache-2.0;
Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
opt
/
fold.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-27
Merge arithmetic with non-trivial constant operands
Alan Baker
1
-14
/
+4
2018-02-16
Get CCP to use the constant floating point rules.
Steven Perron
1
-8
/
+8
2018-02-14
Fold binary floating point operators.
Steven Perron
1
-4
/
+8
2018-02-09
Add folding of OpCompositeExtract and OpConstantComposite constant instructions.
Steven Perron
1
-11
/
+28
2018-02-07
Make use of the instruction folder.
Steven Perron
1
-25
/
+8
2018-02-02
Add general folding infrastructure.
Steven Perron
1
-5
/
+56
2018-01-22
Use id_map in Fold*ToConstant
Steven Perron
1
-16
/
+24
2018-01-22
Add generic folding function and use in CCP
Steven Perron
1
-2
/
+278
2018-01-10
Add generic folding function and use in CCP
Steven Perron
1
-0
/
+61
2017-12-22
Fix https://github.com/KhronosGroup/SPIRV-Tools/issues/1130
Diego Novillo
1
-5
/
+12
2017-12-21
Implement SSA CCP (SSA Conditional Constant Propagation).
Diego Novillo
1
-6
/
+48
2017-10-17
Re-factor generic constant folding code out of FoldSpecConstantOpAndComposite...
Diego Novillo
1
-0
/
+244