dynarmic/src/ir_opt
Lioncash a8ba15f0d5 intrusive_list: Make Remove and IsEmpty stdlib compatible
Makes the name match the standard library equivalents.

C++17 introduces non-member empty() which allows for nicer handling
in generic contexts. May as well make the data structure compatible with
it.
2016-08-19 20:25:18 +01:00
..
dead_code_elimination_pass.cpp intrusive_list: Make Remove and IsEmpty stdlib compatible 2016-08-19 20:25:18 +01:00
get_set_elimination_pass.cpp ir: separate components out a little more 2016-08-17 20:46:21 +01:00
passes.h Implement some simple IR optimizations (get/set eliminiation and DCE) 2016-07-21 21:48:45 +01:00
verification_pass.cpp ir/opcodes: Implement IR::AreTypesCompatible 2016-08-19 01:34:14 +01:00