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
/
method_compiler.cc
Age
Commit message (
Expand
)
Author
2012-10-23
Fix typo.
TDYa127
2012-10-16
Fix non-inline push_shadow_frame.
TDYa127
2012-10-15
Add vregs to ShadowFrame.
Ian Rogers
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
Move inferred_reg_category_map to greenland.
TDYa127
2012-09-15
Cleanup runtime support. Inline via IR builder.
TDYa127
2012-08-31
Remove the THROW_VERIFICATION_ERROR op and supporting code.
jeffhao
2012-08-15
Global lock levels for the LLVM side.
Shih-wei Liao
2012-07-11
Code cleanup: Use "const T*" instead of "T const*"
Logan Chien
2012-06-27
Code cleanup. Full sharpening.
TDYa127
2012-06-27
Remove fix stub hack.
Logan Chien
2012-06-27
Compile method one-by-one.
Logan Chien
2012-06-23
Revert "Cleanup runtime support. Inline via IR builder."
Shih-wei Liao
2012-06-22
Cleanup runtime support. Inline via IR builder.
TDYa127
2012-06-21
Remove Frame, merge shadow and quick representations.
Ian Rogers
2012-06-11
Fix assume_this_non_null.
TDYa127
2012-06-10
Fix MethodInfo. Remove unused shadow frame entry.
TDYa127
2012-06-06
Implement thin-lock fast path for compiler-llvm.
TDYa127
2012-06-03
Inline String.IndexOf and String.CompareTo.
TDYa127
2012-06-03
Implement proxy stub for compiler_llvm.
TDYa127
2012-06-03
Refactor runtime support builder.
TDYa127
2012-06-03
Lazy pushing shadow frame.
TDYa127
2012-05-31
Remove unnecessary exception and suspend checks.
TDYa127
2012-05-30
Remove data dependency of push/pop shadow frame.
TDYa127
2012-05-30
Refactor dalvik_reg.
TDYa127
2012-05-23
Fix invoke-direct and invoke-direct/range CTS.
Logan Chien
2012-05-18
Fix filled-new-array to pass CTS.
Logan Chien
2012-05-18
Only initialize the shadow frame table.
TDYa127
2012-05-18
Move all alloca to the first basic block.
TDYa127
2012-05-18
Inline specific method.
TDYa127
2012-05-17
Code cleanup. Simplify EmitArrayGEP.
TDYa127
2012-05-17
Don't allocate unused shadow frame entry.
TDYa127
2012-05-15
Remove unnecessary checks for small methods.
TDYa127
2012-05-15
Fix x86 type conversions. test-art-host-oat passes.
jeffhao
2012-05-14
Reduce shadow frame size.
TDYa127
2012-05-14
Only do the suspend check at return and loop latch.
TDYa127
2012-05-12
Remove unnecessary UpdateDexPC.
TDYa127
2012-05-12
Add support for llvm static branch prediction.
TDYa127
2012-05-12
TBAA, separate RuntimeInfo and ShadowFrame.
TDYa127
2012-05-09
TBAA, separate JRuntime and ConstJObject.
TDYa127
2012-05-09
Fix LLVM build for gcc 4.6. -Werror=unused-but-set-variable.
Shih-wei Liao
2012-05-06
TBAA, separate different types of heap load/store.
TDYa127
2012-05-06
TBAA, separate RuntimeInfo and JRuntime.
TDYa127
2012-05-05
Basic TBAA.
TDYa127
2012-05-03
Emit name only in debug mode.
TDYa127
2012-05-03
Separate object register and shadow frame entry.
TDYa127
2012-05-03
Remove unnecessary exception check.
TDYa127
2012-05-03
Improve the information in the bitcode.
TDYa127
2012-05-03
Reorder stack overflow check.
TDYa127
[next]