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
2017-11-15
Add the decoration manager to the IRContext.
Steven Perron
23
-203
/
+280
2017-11-15
Initial implementation of merge return pass.
Alan Baker
10
-3
/
+505
2017-11-15
Appveyor: skip building tags
Lei Zhang
1
-0
/
+7
2017-11-15
Appveyor: Stop testing VS 2013/2015 Debug
Lei Zhang
1
-0
/
+5
2017-11-13
Add analysis to compute mappings between instructions and basic blocks.
Diego Novillo
8
-46
/
+85
2017-11-13
Fix decorations of inlined functions.
Daniel Schürmann
6
-31
/
+362
2017-11-13
Tests: Add optional dependency on Effcee stateful matcher
David Neto
9
-29
/
+152
2017-11-10
Have all MemPasses preserve the def-use manager.
Steven Perron
16
-2
/
+133
2017-11-09
Travis: auto deploy build artifacts to GitHub Releases
Lei Zhang
1
-8
/
+34
2017-11-09
Appveyor: auto deploy build artifacts to GitHub Releases
Lei Zhang
1
-3
/
+26
2017-11-08
Re-format files in source, source/opt, source/util, source/val and tools.
Diego Novillo
120
-2996
/
+2585
2017-11-08
Add the IRContext (part 2): Add def-use manager
Steven Perron
33
-229
/
+508
2017-11-07
Opt: Fix HasLoads to not report decoration as load.
GregF
2
-1
/
+138
2017-11-07
Opt: Remove CommonUniformElimination from -O and -Os (for now)
GregF
1
-2
/
+4
2017-11-06
Describe public_spirv_tools_dev@khronos.org mailing list
David Neto
2
-10
/
+25
2017-11-02
Validate storage class of target pointer for OpStore
Nuno Subtil
2
-5
/
+61
2017-11-02
Move class CFG from namespace opt to namespace ir.
Diego Novillo
3
-14
/
+12
2017-11-02
Add a new class opt::CFG to represent the CFG for the module.
Diego Novillo
20
-392
/
+480
2017-10-31
Add the IRContext (part 1)
Steven Perron
66
-246
/
+604
2017-10-31
Add validation for OpBranchConditional
Nuno Subtil
2
-6
/
+182
2017-10-31
Lowered initial capacity of move-to-front sequence
Andrey Tuganov
1
-3
/
+3
2017-10-31
Fix copyright check when the build directory is in the source directory.
Steven Perron
1
-1
/
+1
2017-10-31
ADCE: Dead if elimination
GregF
11
-305
/
+1241
2017-10-30
More re-factoring to simplify pass initialization.
Diego Novillo
14
-33
/
+14
2017-10-28
Add option to relax validation of store types.
Steven Perron
9
-126
/
+522
2017-10-28
Compression: removed 'presumed index' feature
Andrey Tuganov
1
-66
/
+1
2017-10-28
Use std::lower_bound for opcode lookup
Jesus Carabano
2
-14
/
+30
2017-10-27
Re-factor Phi insertion code out of LocalMultiStoreElimPass
Diego Novillo
36
-1315
/
+984
2017-10-25
Change the sections in the module to use the InstructionList class.
Steven Perron
11
-135
/
+181
2017-10-25
Turn all function static non-POD variables into global POD variables
Lei Zhang
13
-227
/
+295
2017-10-24
Validate SpvOpVectorShuffle
Józef Kucia
3
-7
/
+318
2017-10-24
restrict opcodes targeting OpDecorationGroup
Jesus Carabano
2
-0
/
+36
2017-10-24
Fixed --eliminate-common-uniform so that it does not eliminate loads of volat...
Daniel Schürmann
3
-3
/
+463
2017-10-24
Optimizer: Line and NoLine are not debug1 or debug2
David Neto
1
-3
/
+2
2017-10-23
Refactored compression debugger
Andrey Tuganov
7
-114
/
+303
2017-10-23
Run dead variable elimination when using -O and -Os
Steven Perron
3
-6
/
+10
2017-10-23
DeadBranchElim: Fix dead block elimination
GregF
2
-21
/
+51
2017-10-23
Add pass to remove dead variables at the module level.
Steven Perron
12
-9
/
+535
2017-10-23
Optimizer: OpModuleProcessed is in its own layout section
David Neto
8
-12
/
+75
2017-10-21
Add Android.mk build to Travis CI
Andrey Tuganov
1
-14
/
+22
2017-10-20
Added dummy android test application
Andrey Tuganov
3
-0
/
+33
2017-10-20
Fix cfg_cleanup.cpp. My bad.
David Neto
1
-2
/
+0
2017-10-20
Remove coding redundancy in cfg_cleanup_pass.cpp
David Neto
1
-7
/
+7
2017-10-20
Add instruction_list to Android.mk
Andrey Tuganov
1
-0
/
+1
2017-10-20
Add validation pass for conversion instructions
Andrey Tuganov
10
-4
/
+1544
2017-10-20
Change BasicBlock to use InstructionList to hold instructions.
Steven Perron
18
-123
/
+677
2017-10-19
Removed todos from validate_id.cpp
Andrey Tuganov
1
-566
/
+4
2017-10-19
DeadBranchElim: Slightly more defensive coding
David Neto
1
-0
/
+6
2017-10-19
The reviewed cfg_cleanup optimize pass
David Neto
7
-66
/
+651
2017-10-19
CFG cleanup pass - Remove unreachable blocks.
Diego Novillo
13
-1
/
+507
[next]