summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/basic_block.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Add copy constructor to instructionsReinUsesLisp2021-11-161-0/+3
* ShaderCache: Order Phi Arguments from farthest away to nearest.Fernando Sahmkow2021-10-311-0/+14
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-41/+10
* shader: Intrusively store in a block if it's sealed or notReinUsesLisp2021-07-231-0/+9
* shader: Move microinstruction header to the value headerReinUsesLisp2021-07-231-1/+0
* shader: Intrusively store register values in block for SSA passReinUsesLisp2021-07-231-0/+10
* shader: Inline common IR::Block methodsReinUsesLisp2021-07-231-5/+12
* spirv: Initial bindings supportReinUsesLisp2021-07-231-0/+16
* shader: Add support for forward declarationsReinUsesLisp2021-07-231-1/+1
* shader: Initial implementation of an ASTReinUsesLisp2021-07-231-4/+36
* shader: Add pools and rename filesReinUsesLisp2021-07-231-7/+4
* shader: Initial instruction supportReinUsesLisp2021-07-231-1/+1
* shader: SSA and dominanceReinUsesLisp2021-07-231-4/+16
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+134