suyu/src/shader_recompiler/frontend/ir
lat9nq 0bb85f6a75 shader_recompiler,video_core: Cleanup some GCC and Clang errors
Mostly fixing unused *, implicit conversion, braced scalar init,
fpermissive, and some others.

Some Clang errors likely remain in video_core, and std::ranges is still
a pertinent issue in shader_recompiler

shader_recompiler: cmake: Force bracket depth to 1024 on Clang
Increases the maximum fold expression depth

thread_worker: Include condition_variable

Don't use list initializers in control flow

Co-authored-by: ReinUsesLisp <reinuseslisp@airmail.cc>
2021-07-22 21:51:26 -04:00
..
attribute.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
attribute.h shader: Add partial rasterizer integration 2021-07-22 21:51:23 -04:00
basic_block.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
basic_block.h spirv: Initial bindings support 2021-07-22 21:51:22 -04:00
breadth_first_search.h shader: Abstract breadth searches and use the abstraction 2021-07-22 21:51:26 -04:00
condition.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
condition.h shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
flow_test.cpp shader: Initial recompiler work 2021-07-22 21:51:21 -04:00
flow_test.h shader: Implement CSET and CSETP 2021-07-22 21:51:23 -04:00
ir_emitter.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
ir_emitter.h shader: Address feedback 2021-07-22 21:51:26 -04:00
microinstruction.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
microinstruction.h shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
modifiers.h shader: Address feedback 2021-07-22 21:51:26 -04:00
opcodes.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
opcodes.h shader: Add pools and rename files 2021-07-22 21:51:21 -04:00
opcodes.inc shader: Add subgroup masks 2021-07-22 21:51:26 -04:00
post_order.cpp shader: Primitive Vulkan integration 2021-07-22 21:51:22 -04:00
post_order.h shader: Support SSA loops on IR 2021-07-22 21:51:22 -04:00
pred.h shader: Rename, implement FADD.SAT and P2R (imm) 2021-07-22 21:51:22 -04:00
program.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
program.h shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available 2021-07-22 21:51:25 -04:00
reg.h shader: Fix alignment checks on RZ 2021-07-22 21:51:25 -04:00
type.cpp shader: Make typed IR 2021-07-22 21:51:21 -04:00
type.h shader: Make typed IR 2021-07-22 21:51:21 -04:00
value.cpp shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
value.h shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00