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