VTIL-Core/VTIL-Compiler/optimizer
2020-06-27 03:39:24 +02:00
..
bblock_extension_pass.cpp Pushing optimized basic block extension. 2020-06-24 06:47:58 +02:00
bblock_extension_pass.hpp Renamed some leftover files. 2020-06-20 10:56:42 +02:00
branch_correction_pass.cpp Fixing branch correction/analysis, few other minor fixes. 2020-06-26 08:36:44 +02:00
branch_correction_pass.hpp Renamed some leftover files. 2020-06-20 10:56:42 +02:00
dead_code_elimination_pass.cpp Switching to inline const instruction definitions. 2020-06-26 00:24:11 +02:00
dead_code_elimination_pass.hpp Start work on faster DCE/propagation algorithms. 2020-06-26 06:03:14 -04:00
fast_dead_code_elimination_pass.cpp Fix propagation and DCE algorithms. 2020-06-26 07:05:03 -04:00
fast_dead_code_elimination_pass.hpp Start work on faster DCE/propagation algorithms. 2020-06-26 06:03:14 -04:00
fast_propagation_pass.cpp Fix propagation and DCE algorithms. 2020-06-26 07:05:03 -04:00
fast_propagation_pass.hpp Fix propagation and DCE algorithms. 2020-06-26 07:05:03 -04:00
istack_ref_substitution_pass.cpp Switch to forced is_valid for all passes. 2020-06-22 02:53:20 +02:00
istack_ref_substitution_pass.hpp Renamed some leftover files. 2020-06-20 10:56:42 +02:00
mov_propagation_pass.cpp Switching to inline const instruction definitions. 2020-06-26 00:24:11 +02:00
mov_propagation_pass.hpp Renamed some leftover files. 2020-06-20 10:56:42 +02:00
register_renaming_pass.cpp Fixing local register renaming pass. 2020-06-25 06:37:03 +02:00
register_renaming_pass.hpp Renamed some leftover files. 2020-06-20 10:56:42 +02:00
stack_pinning_pass.cpp Fixed for clang. 2020-06-22 17:16:59 +02:00
stack_pinning_pass.hpp Renamed some leftover files. 2020-06-20 10:56:42 +02:00
stack_propagation_pass.cpp Switching to inline const instruction definitions. 2020-06-26 00:24:11 +02:00
stack_propagation_pass.hpp Renamed some leftover files. 2020-06-20 10:56:42 +02:00
symbolic_rewrite_pass.cpp Equals will invoke simplification so improve perf by changing the order. 2020-06-27 03:39:24 +02:00
symbolic_rewrite_pass.hpp Improved symbolic rewrite performance. 2020-06-24 07:01:19 +02:00