summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/basic_block.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-16shader: Add copy constructor to instructionsReinUsesLisp1-0/+3
2021-10-31ShaderCache: Order Phi Arguments from farthest away to nearest.Fernando Sahmkow1-0/+14
2021-07-23glasm: Rework control flow introducing a syntax listReinUsesLisp1-41/+10
2021-07-23shader: Intrusively store in a block if it's sealed or notReinUsesLisp1-0/+9
2021-07-23shader: Move microinstruction header to the value headerReinUsesLisp1-1/+0
2021-07-23shader: Intrusively store register values in block for SSA passReinUsesLisp1-0/+10
2021-07-23shader: Inline common IR::Block methodsReinUsesLisp1-5/+12
2021-07-23spirv: Initial bindings supportReinUsesLisp1-0/+16
2021-07-23shader: Add support for forward declarationsReinUsesLisp1-1/+1
2021-07-23shader: Initial implementation of an ASTReinUsesLisp1-4/+36
2021-07-23shader: Add pools and rename filesReinUsesLisp1-7/+4
2021-07-23shader: Initial instruction supportReinUsesLisp1-1/+1
2021-07-23shader: SSA and dominanceReinUsesLisp1-4/+16
2021-07-23shader: Initial recompiler workReinUsesLisp1-0/+134