index
:
~glisse/SPIRV-Tools
master
Unnamed repository; edit this file 'description' to name the repository.
glisse
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
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