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
/
def_use_manager.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-09
Add folding of OpCompositeExtract and OpConstantComposite constant instructions.
Steven Perron
1
-0
/
+4
2018-01-12
Adding early exit versions of several ForEach* methods
Alan Baker
1
-0
/
+28
2017-12-11
Add scalar replacement
Alan Baker
1
-0
/
+8
2017-12-03
Fixed typo that leaked to the binary
Daan Wendelen
1
-1
/
+1
2017-11-27
Re-format source tree - NFC.
Diego Novillo
1
-32
/
+20
2017-11-23
Adding new def -> use mapping container
Alan Baker
1
-9
/
+98
2017-11-10
Have all MemPasses preserve the def-use manager.
Steven Perron
1
-0
/
+22
2017-11-08
Re-format files in source, source/opt, source/util, source/val and tools.
Diego Novillo
1
-5
/
+3
2017-11-08
Add the IRContext (part 2): Add def-use manager
Steven Perron
1
-28
/
+10
2017-10-06
Implement Linker (module combiner)
Pierre Moreau
1
-0
/
+1
2017-07-07
Add LocalMultiStoreElim pass
GregF
1
-0
/
+6
2016-09-22
Clean up header dependency.
Lei Zhang
1
-2
/
+1
2016-09-16
Add MessageConsumer to PassManager, Pass, and analysis interfaces.
Lei Zhang
1
-3
/
+13
2016-09-02
Relicense SPIRV-Tools under Apache 2.0
David Neto
1
-21
/
+9
2016-08-30
Get annotation instructions of a given id.
qining
1
-0
/
+7
2016-08-17
Refine the DefUseManager
qining
1
-14
/
+21
2016-08-15
Make analyses RAII-like and turn disable copy/move constructors.
Lei Zhang
1
-7
/
+11
2016-08-12
Clear old def-use record when re-analyze an ID
qining
1
-0
/
+6
2016-08-12
Move the def-use analysis for single inst to public
qining
1
-3
/
+3
2016-07-29
Optimization: Add def use analysis.
Lei Zhang
1
-0
/
+108