This website requires JavaScript.
Explore
Help
Register
Sign In
TeamHepta
/
dynarmic
Watch
1
Star
0
Fork
0
You've already forked dynarmic
mirror of
https://github.com/azahar-emu/dynarmic.git
synced
2026-03-31 02:41:01 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
44b61212e5331bf5442c75503cfd2498a9ab2a0b
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