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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-05
Add barrier instructions validation pass
Andrey Tuganov
12
-43
/
+963
2018-02-05
Avoid vector copies in range-for loops in opt/types.cpp
David Neto
1
-6
/
+6
2018-02-02
Disambiguate between const and nonconst ForEachSuccessorLabel
David Neto
10
-28
/
+45
2018-02-02
Add general folding infrastructure.
Steven Perron
8
-469
/
+797
2018-02-02
Start v2018.1-dev
David Neto
1
-0
/
+3
2018-02-02
Finalize v2018.0
David Neto
1
-1
/
+1
2018-02-02
Update CHANGES
David Neto
1
-1
/
+12
2018-02-01
Reordering performance passes ordering to produce better opts
Alan Baker
1
-8
/
+8
2018-02-01
Add LoopUtils class to gather some loop transformation support.
Victor Lomuller
16
-24
/
+1756
2018-02-01
Add pass to reaplce invalid opcodes
Steven Perron
11
-0
/
+889
2018-02-01
Added OpenCL ExtInst validation rules
Andrey Tuganov
2
-2
/
+4468
2018-02-01
Add adjacency validation pass
Jeremy Hayes
9
-30
/
+409
2018-01-31
Fixed harmless uninit var warning
Andrey Tuganov
1
-1
/
+1
2018-01-31
Use SPIR-V headers from "unified1" directory
David Neto
5
-5
/
+4
2018-01-31
Remove constexpr from Analysis operators
Alan Baker
5
-47
/
+53
2018-01-31
Opt: Add ScalarReplacement to RegisterSizePasses
GregF
1
-0
/
+1
2018-01-30
Add memory semantics checks to validate atomics
Andrey Tuganov
2
-101
/
+274
2018-01-30
Update CHANGES
David Neto
1
-2
/
+15
2018-01-30
Prevent unnecessary changes to the IR in dead branch elim
Alan Baker
2
-27
/
+74
2018-01-30
Improved error message in val capabilities
Andrey Tuganov
2
-30
/
+35
2018-01-30
Enhancements to block merging
Alan Baker
3
-88
/
+316
2018-01-30
Fix dereference of possibly nullptr
Alan Baker
2
-1
/
+27
2018-01-30
InsertExtractElim: Split out DeadInsertElim as separate pass
GregF
15
-955
/
+1235
2018-01-29
Fixes in CCP for #1228
Alan Baker
4
-6
/
+71
2018-01-25
Add LoopDescriptor as an IRContext analysis.
Victor Lomuller
6
-25
/
+76
2018-01-25
DeadInsertElim: Detect and DCE dead Inserts
Greg Fischer
3
-7
/
+961
2018-01-25
Initial implementation of if conversion
Alan Baker
18
-9
/
+948
2018-01-24
Validator: restricted some atomic ops for shaders
Andrey Tuganov
2
-5
/
+132
2018-01-24
Added Vulkan-specifc checks to image validation
Andrey Tuganov
4
-34
/
+148
2018-01-22
Use id_map in Fold*ToConstant
Steven Perron
2
-16
/
+137
2018-01-22
Add generic folding function and use in CCP
Steven Perron
5
-3
/
+1300
2018-01-19
Fixes infinite loop in ADCE
Alan Baker
3
-16
/
+66
2018-01-19
Introduce an instruction builder helper class.
Victor Lomuller
4
-6
/
+422
2018-01-18
Simplifying code for adding instructions to worklist
Alan Baker
3
-14
/
+89
2018-01-18
Create a pass to work around a driver bug related to OpUnreachable.
Steven Perron
10
-1
/
+558
2018-01-18
Adding testcase for #1210
Alan Baker
1
-0
/
+43
2018-01-18
CFG: force the creation of a predecessor entry for all basic block.
Victor Lomuller
1
-0
/
+3
2018-01-18
spirv-dis: Add --color option to force color disassembly
David Neto
1
-9
/
+23
2018-01-17
Fixing missing early exit from break identification
Alan Baker
1
-0
/
+1
2018-01-17
Adding support for switch removal in ADCE
Alan Baker
4
-42
/
+114
2018-01-17
Capturing value table by reference in local redundancy elim
Alan Baker
1
-1
/
+1
2018-01-16
Update CHANGES
David Neto
1
-0
/
+2
2018-01-16
Fixes missing increment in common uniform elim
Alan Baker
2
-0
/
+113
2018-01-15
Skip SpecConstants in CCP.
Steven Perron
3
-2
/
+34
2018-01-12
Update CHANGES
David Neto
1
-0
/
+2
2018-01-12
Add MatrixConstant
Greg Fischer
2
-0
/
+40
2018-01-12
Remove redundant passes from legalization passes
Steven Perron
1
-4
/
+1
2018-01-12
Adding early exit versions of several ForEach* methods
Alan Baker
20
-215
/
+393
2018-01-12
Move initialization of the const mgr to the constructor.
Steven Perron
5
-10
/
+44
2018-01-12
Start v2018.0-dev
David Neto
1
-0
/
+3
[next]