aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/SkSLCFGGenerator.h
Commit message (Expand)AuthorAge
* renamed SkSL's assert macrosGravatar Ethan Nicholas2018-06-12
* Revert "refactored SkSLVarDeclaration out of existence"Gravatar Ethan Nicholas2017-11-07
* refactored SkSLVarDeclaration out of existenceGravatar Ethan Nicholas2017-11-07
* Improved skslc optimizer, particularly around vectors.Gravatar Ethan Nicholas2017-04-20
* skslc can now be compiled with no Skia dependencies, in preparation for its e...Gravatar Ethan Nicholas2017-03-31
* Revert "skslc can now be compiled with no Skia dependencies, in preparation f...Gravatar Ethan Nicholas2017-03-31
* skslc can now be compiled with no Skia dependencies, in preparation for its e...Gravatar Ethan Nicholas2017-03-31
* Revert "skslc can now be compiled with no Skia dependencies, in preparation for"Gravatar Ethan Nicholas2017-03-30
* skslc can now be compiled with no Skia dependencies, in preparation forGravatar Ethan Nicholas2017-03-30
* Revert "Added dead variable / code elimination to skslc."Gravatar Ethan Nicholas2017-02-06
* Added dead variable / code elimination to skslc.Gravatar Ethan Nicholas2017-02-03
* Added constant propagation and better variable liveness tracking to skslc.Gravatar Ethan Nicholas2017-01-19
* Revert "Added constant propagation and better variable liveness tracking to"Gravatar Ethan Nicholas2017-01-19
* Added constant propagation and better variable liveness tracking toGravatar Ethan Nicholas2017-01-19
* added basic dataflow analysis to skslcGravatar ethannicholas2016-10-13