summaryrefslogtreecommitdiff
path: root/source/opt/function.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-12Adding ostream operators for IR structuresAlan Baker1-0/+12
2018-01-05Linker code cleanupsPierre Moreau1-1/+1
2017-11-27Re-format source tree - NFC.Diego Novillo1-2/+3
2017-11-20Adding an unique id to Instruction generated by IRContextAlan Baker1-16/+14
2017-10-06Implement Linker (module combiner)Pierre Moreau1-2/+27
2017-03-29Add exhaustive function call inlining to spirv-optGreg Fischer1-2/+9
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto1-21/+9
2016-08-26IrLoader gracefully handles incomplete blocks and functionsDavid Neto1-6/+8
2016-08-25ForEachInst optionally runs on attached debug line instsDavid Neto1-10/+21
2016-08-10Change the interfaces of in-memory representation to use pointers.Lei Zhang1-6/+6
2016-06-28Promote ir namespace and create draft libspirv.{h|c}pp.Lei Zhang1-2/+0
2016-06-24Add classes for representing SPIR-V language constructs in memory.Lei Zhang1-0/+49