dynarmic/src
Lioncash 2e180a7f14 backend/x64/a32_interface: Mark Context move constructor and move assignment as noexcept
Provides a more "correct" move constructor/assignment operator, since
these relevant functions shouldn't throw exceptions.

Has the benefit of playing nicely with std::move_if_noexcept and other
noexcept library facilities.
2020-04-22 20:58:09 +01:00
..
backend/x64 backend/x64/a32_interface: Mark Context move constructor and move assignment as noexcept 2020-04-22 20:58:09 +01:00
common common: Remove address_range.h 2020-04-22 20:57:38 +01:00
frontend frontend/A32/ir_emitter: Mark PC() and AlignPC() as const-qualified member functions 2020-04-22 20:57:38 +01:00
ir_opt constant_propagation_pass: Fold byte reversal opcodes where applicable 2020-04-22 20:57:37 +01:00
CMakeLists.txt common: Remove address_range.h 2020-04-22 20:57:38 +01:00