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
/
optimizer.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-23
Add RegisterLegalizationPasses() into the interface
Lei Zhang
1
-0
/
+15
2017-11-23
Create a local value numbering pass
Steven Perron
1
-0
/
+6
2017-11-20
Adding an unique id to Instruction generated by IRContext
Alan Baker
1
-5
/
+4
2017-11-20
Add dead function elimination to -O and -Os
Steven Perron
1
-0
/
+2
2017-11-15
Initial implementation of merge return pass.
Alan Baker
1
-2
/
+9
2017-11-08
Add the IRContext (part 2): Add def-use manager
Steven Perron
1
-1
/
+1
2017-11-07
Opt: Remove CommonUniformElimination from -O and -Os (for now)
GregF
1
-2
/
+4
2017-10-31
Add the IRContext (part 1)
Steven Perron
1
-2
/
+3
2017-10-23
Run dead variable elimination when using -O and -Os
Steven Perron
1
-2
/
+4
2017-10-23
Add pass to remove dead variables at the module level.
Steven Perron
1
-0
/
+5
2017-10-19
The reviewed cfg_cleanup optimize pass
David Neto
1
-5
/
+5
2017-10-19
CFG cleanup pass - Remove unreachable blocks.
Diego Novillo
1
-0
/
+5
2017-10-10
Add -O, -Os and -Oconfig flags.
Diego Novillo
1
-5
/
+39
2017-09-26
Create the dead function elimination pass
Steven Perron
1
-0
/
+7
2017-09-18
Add strength reduction; for now replace multiply by power of 2
Steven Perron
1
-0
/
+5
2017-08-18
Opt: Create InlineOpaquePass
GregF
1
-0
/
+5
2017-08-04
Inline: Split out InlineExhaustivePass from InlinePass
GregF
1
-2
/
+3
2017-08-03
Add CommonUniformElim pass
GregF
1
-0
/
+5
2017-07-10
Add AggressiveDCEPass
GregF
1
-0
/
+5
2017-07-07
Add LocalMultiStoreElim pass
GregF
1
-0
/
+5
2017-07-07
DeadBranchElim: Add DeadBranchElimPass
GregF
1
-0
/
+5
2017-06-27
BlockMerge: Add BlockMergePass
GregF
1
-0
/
+5
2017-06-21
mem2reg: Add InsertExtractElimPass
GregF
1
-0
/
+5
2017-06-19
mem2reg: Add LocalSingleStoreElimPass
GregF
1
-0
/
+5
2017-06-12
mem2reg: Add pass to eliminate local loads and stores in single block.
GregF
1
-1
/
+6
2017-06-04
Mem2Reg: Add Local Access Chain Convert pass
GregF
1
-0
/
+5
2017-04-21
Add bit pattern interface for setting default value for spec constants
qining
1
-0
/
+6
2017-04-20
Added --compact-ids to /tools/opt
Andrey Tuganov
1
-0
/
+5
2017-04-06
Add FlattenDecoration transform
David Neto
1
-0
/
+5
2017-04-03
Fix optimizer on when to write the binary
David Neto
1
-1
/
+4
2017-03-29
Add exhaustive function call inlining to spirv-opt
Greg Fischer
1
-0
/
+4
2016-09-21
Publish the C++ interface.
Lei Zhang
1
-1
/
+1
2016-09-20
Add a C++ interface to the optimization functionalities.
Lei Zhang
1
-0
/
+121