xenia/src/alloy/compiler/passes
2014-08-16 17:58:33 -07:00
..
constant_propagation_pass.cc ADD_CARRY constant prop for load-CA cases. 2014-08-07 13:23:44 -07:00
constant_propagation_pass.h C++11ing some things. 2014-07-13 21:53:31 -07:00
context_promotion_pass.cc Make context promotion pass use bitmaps. 2014-08-06 14:19:07 -07:00
context_promotion_pass.h Make context promotion pass use bitmaps. 2014-08-06 14:19:07 -07:00
control_flow_analysis_pass.cc Reset CFG edge tracking on re-run. 2014-08-06 11:38:36 -07:00
control_flow_analysis_pass.h C++11ing some things. 2014-07-13 21:53:31 -07:00
control_flow_simplification_pass.cc Adding control flow simplification pass to compensate for lack of phi. 2014-08-06 14:19:42 -07:00
control_flow_simplification_pass.h Adding control flow simplification pass to compensate for lack of phi. 2014-08-06 14:19:42 -07:00
data_flow_analysis_pass.cc Cleaning up asserts and file/line macros. 2014-07-12 16:51:52 -07:00
data_flow_analysis_pass.h C++11ing some things. 2014-07-13 21:53:31 -07:00
dead_code_elimination_pass.cc Fix clang warnings / move some plat code into poly. 2014-07-10 22:51:27 -07:00
dead_code_elimination_pass.h C++11ing some things. 2014-07-13 21:53:31 -07:00
finalization_pass.cc Running clang-format on alloy. 2014-07-10 20:20:00 -07:00
finalization_pass.h C++11ing some things. 2014-07-13 21:53:31 -07:00
register_allocation_pass.cc XECOUNT to countof. 2014-08-16 17:58:33 -07:00
register_allocation_pass.h Better validation that values aren't moving between blocks. 2014-08-06 09:00:59 -07:00
simplification_pass.cc Running clang-format on alloy. 2014-07-10 20:20:00 -07:00
simplification_pass.h C++11ing some things. 2014-07-13 21:53:31 -07:00
sources.gypi Adding control flow simplification pass to compensate for lack of phi. 2014-08-06 14:19:42 -07:00
validation_pass.cc Better validation that values aren't moving between blocks. 2014-08-06 09:00:59 -07:00
validation_pass.h C++11ing some things. 2014-07-13 21:53:31 -07:00
value_reduction_pass.cc Alloy now builds on clang. 2014-07-17 20:43:30 -07:00
value_reduction_pass.h C++11ing some things. 2014-07-13 21:53:31 -07:00