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
/
inline_pass.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-27
Re-format source tree - NFC.
Diego Novillo
1
-27
/
+29
2017-11-23
Adding new def -> use mapping container
Alan Baker
1
-4
/
+2
2017-11-20
Adding an unique id to Instruction generated by IRContext
Alan Baker
1
-14
/
+16
2017-11-15
Add the decoration manager to the IRContext.
Steven Perron
1
-5
/
+4
2017-11-13
Fix decorations of inlined functions.
Daniel Schürmann
1
-0
/
+10
2017-11-08
Re-format files in source, source/opt, source/util, source/val and tools.
Diego Novillo
1
-56
/
+43
2017-11-02
Add a new class opt::CFG to represent the CFG for the module.
Diego Novillo
1
-3
/
+6
2017-10-31
Add the IRContext (part 1)
Steven Perron
1
-3
/
+3
2017-10-27
Re-factor Phi insertion code out of LocalMultiStoreElimPass
Diego Novillo
1
-36
/
+13
2017-10-20
Change BasicBlock to use InstructionList to hold instructions.
Steven Perron
1
-12
/
+10
2017-09-05
Inliner: Fix LoopMerge when inline into loop header of multi block loop
David Neto
1
-8
/
+12
2017-09-01
Inliner: Remap callee entry block id to single-trip loop header
David Neto
1
-0
/
+4
2017-09-01
Inline: Fix single-block loop caller cases
David Neto
1
-9
/
+75
2017-08-29
Inline: Fix remapping of non-label forward references in callee phi
GregF
1
-15
/
+29
2017-08-10
Inliner: callee can have early return that isn't multi-return
David Neto
1
-17
/
+27
2017-08-04
Inline: Split out InlineExhaustivePass from InlinePass
GregF
1
-63
/
+23
2017-06-20
Transform multiple entry points
David Neto
1
-1
/
+1
2017-05-12
Inline: Inline early return function if no returns in loop.
Greg Fischer
1
-32
/
+208
2017-04-25
Inline: Do not inline functions with multiple returns (for now)
GregF
1
-4
/
+26
2017-03-31
Avoid inlining calls to external functions
David Neto
1
-3
/
+11
2017-03-29
Add exhaustive function call inlining to spirv-opt
Greg Fischer
1
-0
/
+440