This website requires JavaScript.
Explore
Help
Sign In
Citra-emu
/
dynarmic
Watch
1
Star
0
Fork
0
You've already forked dynarmic
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dynarmic
/
src
/
ir_opt
History
Lioncash
87083af733
general: Remove trailing spaces
...
General code-related cleanup. Gets rid of trailing spaces in the codebase.
2020-04-22 21:04:21 +01:00
..
a32_constant_memory_reads_pass.cpp
ir_opt/a32_constant_memory_reads_pass: Apply const where applicable to locals
2020-04-22 21:00:47 +01:00
a32_get_set_elimination_pass.cpp
ir_opt/a32_get_set_elimination_pass: Mark local variables as const where applicable
2020-04-22 21:00:47 +01:00
a64_callback_config_pass.cpp
ir_opt/a64_callback_config_pass: Mark locals as const where applicable
2020-04-22 21:00:47 +01:00
a64_get_set_elimination_pass.cpp
ir_opt/a64_get_set_elimination_pass: Add handling for NZCV raw get and set operations
2020-04-22 20:58:11 +01:00
a64_merge_interpret_blocks.cpp
General: Convert multiple namespace specifiers to nested namespace specifiers where applicable
2020-04-22 20:44:38 +01:00
constant_propagation_pass.cpp
general: Remove trailing spaces
2020-04-22 21:04:21 +01:00
dead_code_elimination_pass.cpp
General: Convert multiple namespace specifiers to nested namespace specifiers where applicable
2020-04-22 20:44:38 +01:00
passes.h
Implement DC instructions
2020-04-22 20:46:14 +01:00
verification_pass.cpp
ir_opt/verification_pass: Add include for std::puts
2020-04-22 21:03:38 +01:00