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
/
jni_compiler.cc
Age
Commit message (
Expand
)
Author
2012-10-15
Add vregs to ShadowFrame.
Ian Rogers
2012-09-21
Change dex cache to be java object instead of array, add pointer to dex file ...
Mathieu Chartier
2012-08-15
Fix JNI compiler for portable path.
TDYa127
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
Compile method one-by-one.
Logan Chien
2012-06-21
Remove Frame, merge shadow and quick representations.
Ian Rogers
2012-06-06
Implement thin-lock fast path for compiler-llvm.
TDYa127
2012-06-03
Refactor runtime support builder.
TDYa127
2012-06-03
Lazy pushing shadow frame.
TDYa127
2012-05-30
Remove data dependency of push/pop shadow frame.
TDYa127
2012-05-12
TBAA, separate RuntimeInfo and ShadowFrame.
TDYa127
2012-05-09
TBAA, separate JRuntime and ConstJObject.
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
Remove unnecessary exception check.
TDYa127
2012-04-24
No need zero initialize jni shadow frame.
TDYa127
2012-04-22
Fix llvm runtime support bug.
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
Compilation_unit experiment. Fix because of no long_call.
TDYa127
2012-04-18
Fix jni compiler bug (Compiler_llvm).
TDYa127
2012-04-16
Update frame size after the bitcode is translated into machine code.
Logan Chien
2012-04-11
Fix 044-proxy. Implement proxy for now, working on x86 and ARM.
TDYa127
2012-04-10
Fix jni_compiler_test in LLVM part.
TDYa127
2012-04-10
Refactor the temporary solution of the stubs.
TDYa127
2012-04-09
Remove the useless "suspend count already zero" message for new threads.
Elliott Hughes
2012-04-07
Late method resolution.
TDYa127
2012-04-06
Use ELF function index to distinguish generated functions.
Logan Chien
2012-04-01
LLVM doesn't use Frame.
TDYa127
2012-03-26
Acquire lock for synchronized methods.
TDYa127
2012-03-26
Fix GEP & refactor compiler_llvm::JniCompiler.
TDYa127
2012-03-26
Add ELF index to art::CompiledMethod.
Logan Chien
2012-03-26
Implement LLVM version of jni_compiler to pass 17 jni_compiler tests.
TDYa127
2012-02-29
Compile llvm.Module into ELF object file.
Logan Chien
2012-02-29
JNI compiler.
Logan Chien