summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/gbc_expander.cc
AgeCommit message (Expand)Author
2012-10-16Change shadow_frame_size_ to num_shadow_frame_refs_. Fix LLVM build. Shih-wei Liao
2012-09-26Corresponding CL of thread flags for portable. TDYa127
2012-09-21Change dex cache to be java object instead of array, add pointer to dex file ... Mathieu Chartier
2012-09-15Overall clean up of gbc_expander and intrinsics. Shih-wei Liao
2012-09-15Fix quick fly2iceland after rebase. TDYa127
2012-09-15Check opt_flags to remove null check. TDYa127
2012-09-15Implement CatchTargets. TDYa127
2012-09-15Fix run-test 030. TDYa127
2012-09-15Integrating portable path with the Frontend. Shih-wei Liao
2012-09-15Add suspend by ourselves to improve performance. TDYa127
2012-09-15Fix phi bug on exception edges. TDYa127
2012-09-15Fix wrong update phi. Shih-wei Liao
2012-09-15Basic block based rewriting Logan Chien
2012-09-15Initialize GBCExpander with NULL. Logan Chien
2012-09-15Implement Div/Rem/fptosi. TDYa127
2012-09-15Implement remaining intrinsics. TDYa127
2012-09-15Implement SGet/SPut/AGet/APut. TDYa127
2012-09-15Fix the metadata include. Logan Chien
2012-09-15Move some helper functions to gbc_expander. TDYa127
2012-09-15Implement copy/const/check_suspend intrinsic for expander. Logan Chien
2012-09-15Cleanup gbc_expander for fly2iceland. Logan Chien
2012-09-15Starting to implement fly2iceland. TDYa127
2012-09-15Cleanup runtime support. Inline via IR builder. TDYa127
2012-09-15Merge iceland to greenland. TDYa127
2012-09-15GBC Expander. Removed lir. Shih-wei Liao