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.h
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
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-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-15
Remove unnecessary checks for small methods.
TDYa127
2012-05-14
Reduce shadow frame size.
TDYa127
2012-05-03
Separate object register and shadow frame entry.
TDYa127
2012-05-01
Remove unnecessary zero-initializer.
Logan Chien
2012-04-24
Just use getPtrEquiveInt to load method.
TDYa127
2012-04-23
Implement partial sharpening for LLVM.
Logan Chien
2012-04-21
Use dex_pc instead of line_number.
TDYa127
2012-04-17
Implement MarkGCCard.
TDYa127
2012-04-12
Fix 041. Float to int.
TDYa127
2012-04-11
Fix illegal field access bug to pass 075.
Logan Chien
2012-04-10
Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method comp...
Logan Chien
2012-04-10
Fix 065 and 066 tests (slow path). Refactor invoke-* instructions.
Logan Chien
2012-04-10
Implement throw-verification-error opcode in LLVM-based compiler.
Logan Chien
2012-04-10
Refactor the temporary solution of the stubs.
TDYa127
2012-04-07
Late method resolution.
TDYa127
2012-04-06
Use ELF function index to distinguish generated functions.
Logan Chien
2012-04-03
Implement StackOverflow check.
TDYa127
2012-04-02
Fix the division overflow.
TDYa127
2012-04-02
Fix SHL, SHR, USHR implementation bug.
Logan Chien
2012-03-30
Kill constants.h and fix some copyright headers.
Elliott Hughes
2012-03-09
Add object-space related runtime support.
Shih-wei Liao
2012-03-06
Move the compiler away from libdex.
Elliott Hughes
2012-03-01
Code cleanup: Move private members to the end of class declaration.
Logan Chien
2012-02-29
Compile llvm.Module into ELF object file.
Logan Chien
2012-02-29
Fix LLVM compiler following array object representation change
Ian Rogers
2012-02-29
Remove CADMs from LLVM code generator.
Logan Chien
2012-02-29
Extract method-related information from CompilationUnit.
Logan Chien
2012-02-20
Add shadow stack support to Dex compiler.
Logan Chien
2012-02-19
Implement invoke-virtual instruction.
Logan Chien
2012-02-18
Implement invoke-static and invoke-direct instructions.
Logan Chien
2012-02-18
Add resolve method.
Logan Chien
2012-02-18
Implement sget* instructions.
Logan Chien
2012-02-18
Implement new-array instruction.
Logan Chien
2012-02-18
Implement const-class instruction.
Logan Chien
2012-02-17
Add dex cache codegen helper function.
Logan Chien
2012-02-17
Implement iget* instructions.
Logan Chien
2012-02-16
Implement aget* instructions.
Logan Chien
2012-02-16
Implement array-length instruction.
Logan Chien
2012-02-16
Implement floating-point binary arithmetic instructions.
Logan Chien
2012-02-16
Implement integer binary arithmetic instructions.
Logan Chien
2012-02-16
Implement conditional branch.
Logan Chien
[next]