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
/
mem_pass.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-22
Opt: Check for side-effects in DCEInst()
GregF
1
-2
/
+4
2018-02-20
Speed up Phi insertion.
Diego Novillo
1
-51
/
+64
2018-02-02
Disambiguate between const and nonconst ForEachSuccessorLabel
David Neto
1
-2
/
+4
2018-01-12
Adding early exit versions of several ForEach* methods
Alan Baker
1
-29
/
+23
2018-01-12
Maintain instruction to block mapping in phi insertion
Alan Baker
1
-0
/
+2
2018-01-09
Rewriting dead branch elimination.
Alan Baker
1
-2
/
+6
2017-12-21
Store all enabled capabilities in the feature manger.
Steven Perron
1
-1
/
+1
2017-12-19
Allow pointers to pointers in logical addressing mode.
Steven Perron
1
-18
/
+34
2017-12-11
MultiStore: Support OpVariable Initialization
GregF
1
-0
/
+10
2017-12-04
DCEInst kill the same instruction twice.
Steven Perron
1
-3
/
+3
2017-12-04
Change IRContext::KillInst to delete instructions.
Steven Perron
1
-16
/
+18
2017-12-01
Opt: Remove unused lambda captures
Pierre Moreau
1
-4
/
+3
2017-11-27
Re-format source tree - NFC.
Diego Novillo
1
-26
/
+29
2017-11-23
Adding new def -> use mapping container
Alan Baker
1
-33
/
+34
2017-11-21
Optimize loads/stores on nested structs
GregF
1
-1
/
+1
2017-11-20
Adding an unique id to Instruction generated by IRContext
Alan Baker
1
-3
/
+3
2017-11-15
Add the decoration manager to the IRContext.
Steven Perron
1
-38
/
+3
2017-11-13
Add analysis to compute mappings between instructions and basic blocks.
Diego Novillo
1
-21
/
+4
2017-11-10
Have all MemPasses preserve the def-use manager.
Steven Perron
1
-0
/
+2
2017-11-08
Re-format files in source, source/opt, source/util, source/val and tools.
Diego Novillo
1
-8
/
+6
2017-11-08
Add the IRContext (part 2): Add def-use manager
Steven Perron
1
-8
/
+8
2017-11-07
Opt: Fix HasLoads to not report decoration as load.
GregF
1
-1
/
+1
2017-11-02
Add a new class opt::CFG to represent the CFG for the module.
Diego Novillo
1
-36
/
+27
2017-10-31
Add the IRContext (part 1)
Steven Perron
1
-2
/
+2
2017-10-31
ADCE: Dead if elimination
GregF
1
-10
/
+226
2017-10-27
Re-factor Phi insertion code out of LocalMultiStoreElimPass
Diego Novillo
1
-117
/
+483
2017-10-13
Opt: Move *NextId functionality into MemPass
GregF
1
-1
/
+1
2017-10-06
Implement Linker (module combiner)
Pierre Moreau
1
-1
/
+1
2017-08-18
Opt: Have "size" passes process full entry point call tree.
GregF
1
-4
/
+13
2017-08-10
ADCE: Add support for function calls
GregF
1
-5
/
+22
2017-08-04
AccessChainConvert: Add HasOnlySupportedRefs()
GregF
1
-2
/
+2
2017-08-04
Mem2Reg: Allow Image and Sampler types as base target types.
GregF
1
-4
/
+8
2017-08-02
Add MemPass, move all shared functions to it.
GregF
1
-0
/
+269