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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-13
Fixes #1407. Removing assertion against void pointer
Alan Baker
1
-3
/
+1
2018-03-13
Fixes #1404. Don't DCE workgroup size
Alan Baker
2
-2
/
+13
2018-03-12
Fix InsertFeedingExtract rule when extract remains.
Greg Fischer
1
-1
/
+1
2018-03-12
Reimplement the DecorationManager
Pierre Moreau
5
-203
/
+285
2018-03-08
Remove extension whitelist from some transforms
David Neto
8
-236
/
+1
2018-03-08
Add missing SPV extension strings
Rex Xu
10
-0
/
+60
2018-03-07
Fixes #1385. Grab correct input to calculate indices.
Alan Baker
1
-1
/
+1
2018-03-06
Fixes #1376. Don't handle half folding gracefully.
Alan Baker
1
-2
/
+6
2018-03-05
Support SPV_GOOGLE_decorate_string and SPV_GOOGLE_hlsl_functionality1
David Neto
1
-1
/
+2
2018-03-05
Avoid generating duplicate names when merging types
Steven Perron
1
-0
/
+1
2018-03-02
Handles more cases of redundant selects
Alan Baker
1
-11
/
+51
2018-03-01
Fixes #1361. Mark all non-constant global values as varying in CCP
Alan Baker
1
-2
/
+17
2018-02-28
Fixes #1357. Support null constants better in folding
Alan Baker
2
-21
/
+62
2018-02-28
Opt: Add constant folding for FToI and IToF
GregF
1
-28
/
+150
2018-02-28
Fixes #1354. Do not merge integer division.
Alan Baker
1
-57
/
+19
2018-02-27
Add more folding rules for vector shuffle.
Steven Perron
2
-0
/
+104
2018-02-27
Remove Function::GetBlocks pushed by accident
Victor Lomuller
1
-5
/
+0
2018-02-27
Remove uses DCEInst and call ADCE
Steven Perron
8
-147
/
+39
2018-02-27
Consistently include latest spirv.h header file.
David Neto
1
-1
/
+1
2018-02-27
Merge arithmetic with non-trivial constant operands
Alan Baker
5
-67
/
+1381
2018-02-27
Add loop unswitch pass.
Victor Lomuller
18
-22
/
+1379
2018-02-27
Unroller support for multiple induction variables
Stephen McGroarty
7
-168
/
+460
2018-02-22
Clean up variables before sroa
Steven Perron
1
-0
/
+5
2018-02-22
Preserve analysies in the simplification pass
Steven Perron
2
-2
/
+9
2018-02-22
Opt: Check for side-effects in DCEInst()
GregF
2
-2
/
+31
2018-02-21
Fixes #1338. Handle OpConstantNull in branch/switch conditions
Alan Baker
1
-5
/
+19
2018-02-21
Reduce instruction create and deletion during inlining.
Steven Perron
1
-5
/
+8
2018-02-21
Add Insert-extract elimination back into legalization passes.
Steven Perron
1
-0
/
+1
2018-02-20
Add folding for redundant add/sub/mul/div/mix operations
Arseny Kapoulkine
8
-19
/
+248
2018-02-20
Revert "Preserve analysies in the simplification pass"
Steven Perron
1
-8
/
+0
2018-02-20
Preserve analysies in the simplification pass
Steven Perron
1
-0
/
+8
2018-02-20
Speed up Phi insertion.
Diego Novillo
2
-61
/
+91
2018-02-20
Fix folding insert feeding extract
Steven Perron
1
-3
/
+3
2018-02-18
Fixes #1300. Adding checks for bad CCP transitions and unsettled values
Alan Baker
3
-25
/
+82
2018-02-16
Make better use of simplification pass
Steven Perron
1
-2
/
+6
2018-02-16
Add constant folding rules for floating-point comparison
Arseny Kapoulkine
1
-39
/
+140
2018-02-16
Remove constants from constant manager in KillInst
Arseny Kapoulkine
3
-1
/
+15
2018-02-16
Simplify OpPhi instructions referencing unreachable continues
Steven Perron
1
-3
/
+9
2018-02-16
Get CCP to use the constant floating point rules.
Steven Perron
4
-9
/
+23
2018-02-15
Avoid using static unordered_map (#1304)
Lei Zhang
1
-1
/
+1
2018-02-15
Add folding of redundant OpSelect insns
Arseny Kapoulkine
1
-0
/
+34
2018-02-14
Add id to name map
Steven Perron
6
-29
/
+94
2018-02-14
Fold binary floating point operators.
Steven Perron
4
-17
/
+210
2018-02-14
Initial support for loop unrolling.
Stephen McGroarty
10
-25
/
+1558
2018-02-14
Fixes #1295. Mark undef values as varying in ccp.
Alan Baker
1
-4
/
+6
2018-02-12
Cleanup. Use proper #include guard. NFC.
Diego Novillo
1
-3
/
+3
2018-02-12
Avoid using the def-use manager during inlining.
Steven Perron
1
-3
/
+2
2018-02-09
Fix spirv.h include to rely on include paths
Arseny Kapoulkine
1
-1
/
+1
2018-02-09
Add folding of OpCompositeExtract and OpConstantComposite constant instructions.
Steven Perron
10
-22
/
+249
2018-02-08
Add header files missing from CMakeLists.txt
Steven Perron
1
-0
/
+3
[next]