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-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
2012-05-03
Code cleanup.
TDYa127
2012-05-02
Change to implement fill-array-data with runtime function.
Logan Chien
2012-05-02
Move payload data structures to dex_instruction.h.
Logan Chien
2012-05-02
Use try item offset to find catch block instead of Dex PC.
Logan Chien
2012-05-01
Remove unnecessary zero-initializer.
Logan Chien
2012-04-24
Fix run-test 003, llvm method_compiler bug.
TDYa127
2012-04-24
Just use getPtrEquiveInt to load method.
TDYa127
2012-04-23
Implement partial sharpening for LLVM.
Logan Chien
2012-04-22
Fix llvm runtime support bug.
TDYa127
2012-04-22
Partial inlining of the stub check.
TDYa127
2012-04-21
Implement X86 trampoline for llvm compiler.
TDYa127
2012-04-21
Add more Thread to runtime support llvm.
TDYa127
2012-04-21
Use dex_pc instead of line_number.
TDYa127
2012-04-18
Add Thread to some runtime support.
TDYa127
2012-04-17
Implement MarkGCCard.
TDYa127
2012-04-16
Update frame size after the bitcode is translated into machine code.
Logan Chien
2012-04-14
Separate out more of LLVM build. Move verifier.
Ian Rogers
2012-04-12
Fix 041. Float to int.
TDYa127
2012-04-11
Fix filled new array bug.
TDYa127
[next]