VTIL-Core/VTIL-Compiler/optimizer
2022-01-20 03:45:19 +01:00
..
bblock_extension_pass.cpp Routine uses unordered_map now, other minor changes. 2020-08-24 04:38:15 +02:00
bblock_extension_pass.hpp Implemented optimizer::execution_order. 2020-08-23 05:44:11 +02:00
bblock_thunk_removal_pass.cpp Added more test cases, added fix for synthetic bug described by wallds, added exhaust_pass to apply_all 2022-01-20 03:45:19 +01:00
bblock_thunk_removal_pass.hpp Fixed invalid pointer from deleting blocks while in recursive call 2022-01-14 17:01:04 +01:00
branch_correction_pass.cpp Fix all warning in x86 2021-08-17 23:24:32 +08:00
branch_correction_pass.hpp Implemented optimizer::execution_order. 2020-08-23 05:44:11 +02:00
dead_code_elimination_pass.cpp Implementing parallel-df DCE. 2020-08-23 05:44:25 +02:00
dead_code_elimination_pass.hpp Implementing parallel-df DCE. 2020-08-23 05:44:25 +02:00
fast_dead_code_elimination_pass.cpp Implemented auto-scope ref and exception-less stack cleanup. 2020-08-01 21:21:16 +02:00
fast_dead_code_elimination_pass.hpp Fix all warning in x86 2021-08-17 23:24:32 +08:00
fast_propagation_pass.cpp Merge pull request #58 from abay12676/master 2021-10-30 19:30:49 +03:00
fast_propagation_pass.hpp Fixing license headers yet once again. 2020-07-09 02:43:51 +02:00
istack_ref_substitution_pass.cpp Fix all warning in x86 2021-08-17 23:24:32 +08:00
istack_ref_substitution_pass.hpp Fixing license headers yet once again. 2020-07-09 02:43:51 +02:00
mov_propagation_pass.cpp Fix x86 optimizers, demo-tests: 2021-08-16 02:54:00 +08:00
mov_propagation_pass.hpp Fixing license headers yet once again. 2020-07-09 02:43:51 +02:00
register_renaming_pass.cpp Removing some redundancies. 2020-08-28 07:11:08 +02:00
register_renaming_pass.hpp Implemented optimizer::execution_order. 2020-08-23 05:44:11 +02:00
stack_pinning_pass.cpp Fix all warning in x86 2021-08-17 23:24:32 +08:00
stack_pinning_pass.hpp Implemented optimizer::execution_order. 2020-08-23 05:44:11 +02:00
stack_propagation_pass.cpp Removed vector allocating ::recurse, replacing with ::enum_paths. 2020-08-22 03:47:49 +02:00
stack_propagation_pass.hpp Added CustomHashable concept overload for std::hash. 2020-07-29 06:47:21 +02:00
symbolic_rewrite_pass.cpp Fix constexpr compile error 2021-08-18 22:05:41 +08:00
symbolic_rewrite_pass.hpp Fixing license headers yet once again. 2020-07-09 02:43:51 +02:00