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
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-06
Support SPIR-V 1.3 and Vulkan 1.1
David Neto
4
-12
/
+18
2018-02-27
Consistently include latest spirv.h header file.
David Neto
1
-1
/
+1
2018-02-27
linker: Allow modules to be partially linked
Pierre Moreau
1
-7
/
+10
2018-02-27
tools/linker: Allow setting --verify-ids on the command line
Pierre Moreau
1
-0
/
+3
2018-02-27
Add loop unswitch pass.
Victor Lomuller
1
-0
/
+6
2018-02-27
Unroller support for multiple induction variables
Stephen McGroarty
1
-1
/
+28
2018-02-14
Initial support for loop unrolling.
Stephen McGroarty
1
-0
/
+2
2018-02-08
Loop invariant code motion initial implementation
Alexander Johnston
1
-0
/
+2
2018-02-07
Make use of the instruction folder.
Steven Perron
1
-0
/
+5
2018-02-01
Add pass to reaplce invalid opcodes
Steven Perron
1
-0
/
+6
2018-01-30
InsertExtractElim: Split out DeadInsertElim as separate pass
GregF
1
-0
/
+6
2018-01-25
Initial implementation of if conversion
Alan Baker
1
-0
/
+4
2018-01-18
Create a pass to work around a driver bug related to OpUnreachable.
Steven Perron
1
-0
/
+6
2018-01-18
spirv-dis: Add --color option to force color disassembly
David Neto
1
-9
/
+23
2018-01-08
Allow relaxing validation of pointers in logical addressing mode
Lei Zhang
1
-0
/
+4
2018-01-05
Linker code cleanups
Pierre Moreau
1
-6
/
+9
2018-01-04
Add --print-all optimizer option
David Neto
1
-0
/
+5
2017-12-21
Implement SSA CCP (SSA Conditional Constant Propagation).
Diego Novillo
1
-0
/
+8
2017-12-21
Fixing bugs in type manager memory management
Alan Baker
1
-0
/
+5
2017-12-20
Update the legalization passes.
Steven Perron
1
-2
/
+19
2017-12-19
Convert private variables to function scope.
Steven Perron
1
-0
/
+5
2017-12-11
Add scalar replacement
Alan Baker
1
-2
/
+11
2017-12-08
Add option to spirv-opt to skip the validator.
Steven Perron
1
-22
/
+32
2017-12-07
Add global redundancy elimination
Steven Perron
1
-0
/
+5
2017-12-05
Sort flags in help message - NFC.
Diego Novillo
1
-57
/
+57
2017-11-29
Linker: Fix incorrect exit status.
Daniel Schürmann
1
-2
/
+2
2017-11-23
Move SetContextMessageConsumer into libspirv namespace
David Neto
1
-1
/
+1
2017-11-23
Create a local value numbering pass
Steven Perron
1
-0
/
+5
2017-11-21
Add new compression algorithm and models
Andrey Tuganov
8
-148
/
+190
2017-11-15
Initial implementation of merge return pass.
Alan Baker
1
-0
/
+8
2017-11-08
Re-format files in source, source/opt, source/util, source/val and tools.
Diego Novillo
9
-408
/
+399
2017-10-28
Add option to relax validation of store types.
Steven Perron
2
-5
/
+25
2017-10-23
Refactored compression debugger
Andrey Tuganov
2
-48
/
+151
2017-10-23
Add pass to remove dead variables at the module level.
Steven Perron
1
-0
/
+4
2017-10-19
CFG cleanup pass - Remove unreachable blocks.
Diego Novillo
1
-0
/
+6
2017-10-12
Refactored MARK-V API
Andrey Tuganov
8
-36
/
+14772
2017-10-10
Add -O, -Os and -Oconfig flags.
Diego Novillo
1
-52
/
+235
2017-10-06
Implement Linker (module combiner)
Pierre Moreau
2
-1
/
+153
2017-09-26
Create the dead function elimination pass
Steven Perron
1
-0
/
+5
2017-09-25
Add SPIRV_SPIRV_COMPRESSION option to cmake
Andrey Tuganov
1
-6
/
+10
2017-09-20
Updated markv_autogen
Andrey Tuganov
1
-4
/
+18
2017-09-18
Add strength reduction; for now replace multiply by power of 2
Steven Perron
1
-0
/
+4
2017-09-06
Update MARK-V to version 1.01
Andrey Tuganov
1
-41
/
+99
2017-09-05
spirv-as: Fail for unrecognized long option
David Neto
1
-6
/
+8
2017-08-29
InlineOpaque: Remove from usage until complete Opaque policy is designed.
GregF
1
-6
/
+0
2017-08-28
Disassembler: Print colour codes only when writing to a terminal
David Neto
1
-2
/
+12
2017-08-18
Opt: Create InlineOpaquePass
GregF
1
-12
/
+24
2017-08-10
Add id descriptor feature to SPIR-V
Andrey Tuganov
3
-11
/
+78
2017-08-04
Inline: Split out InlineExhaustivePass from InlinePass
GregF
1
-1
/
+1
2017-08-03
Add CommonUniformElim pass
GregF
1
-0
/
+8
[next]