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
/
function.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-03
Cleanup includes. (#1795)
dan sinclair
1
-3
/
+4
2018-08-03
Rewrite include guards (#1793)
dan sinclair
1
-3
/
+3
2018-07-12
Cleanup extraneous namespace qualifies in source/opt. (#1716)
dan sinclair
1
-3
/
+3
2018-07-12
Remove the module from opt::Function. (#1717)
dan sinclair
1
-7
/
+1
2018-07-12
Remove context() method from opt::Function (#1700)
dan sinclair
1
-3
/
+0
2018-07-09
Move the ir namespace to opt. (#1680)
dan sinclair
1
-5
/
+5
2018-05-01
Add a loop fusion pass.
Toomas Remmelg
1
-0
/
+26
2018-03-20
SSA rewrite pass.
Diego Novillo
1
-0
/
+6
2018-03-20
Add loop peeling utility
Victor Lomuller
1
-0
/
+8
2018-03-19
Change merge return pass to handle structured cfg.
Steven Perron
1
-0
/
+7
2018-02-27
Remove Function::GetBlocks pushed by accident
Victor Lomuller
1
-5
/
+0
2018-02-27
Add loop unswitch pass.
Victor Lomuller
1
-1
/
+21
2018-01-12
Adding ostream operators for IR structures
Alan Baker
1
-0
/
+3
2018-01-05
Linker code cleanups
Pierre Moreau
1
-2
/
+2
2017-12-18
Opt: Remove commented out duplicated type_id function
Pierre Moreau
1
-4
/
+0
2017-12-05
Dominator Tree Analysis (#3)
Stephen McGroarty
1
-0
/
+2
2017-11-20
Adding an unique id to Instruction generated by IRContext
Alan Baker
1
-2
/
+8
2017-11-08
Re-format files in source, source/opt, source/util, source/val and tools.
Diego Novillo
1
-2
/
+3
2017-10-19
CFG cleanup pass - Remove unreachable blocks.
Diego Novillo
1
-0
/
+3
2017-10-06
Implement Linker (module combiner)
Pierre Moreau
1
-1
/
+14
2017-05-12
Inline: Inline early return function if no returns in loop.
Greg Fischer
1
-1
/
+1
2017-03-31
opt::Function::cbegin and cend are const
David Neto
1
-2
/
+6
2017-03-29
Add exhaustive function call inlining to spirv-opt
Greg Fischer
1
-0
/
+11
2017-03-29
Add various accessors needed to read and edit SPIRV code.
David Srbecky
1
-0
/
+2
2016-09-02
Relicense SPIRV-Tools under Apache 2.0
David Neto
1
-21
/
+9
2016-08-25
ForEachInst optionally runs on attached debug line insts
David Neto
1
-10
/
+15
2016-08-12
Avoid non-oneliner definition in class and add missing iterators.
Lei Zhang
1
-5
/
+9
2016-08-11
Create an iterator class for in-memory representation.
Lei Zhang
1
-5
/
+8
2016-08-10
Change the interfaces of in-memory representation to use pointers.
Lei Zhang
1
-11
/
+28
2016-06-28
Promote ir namespace and create draft libspirv.{h|c}pp.
Lei Zhang
1
-2
/
+0
2016-06-24
Add classes for representing SPIR-V language constructs in memory.
Lei Zhang
1
-0
/
+80