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
/
stub_compiler.cc
Age
Commit message (
Expand
)
Author
2013-02-01
Rename compiler_llvm CompilationUnit to LlvmCompilationUnit
Brian Carlstrom
2013-01-30
Fix portable build following object.h refactor.
Ian Rogers
2013-01-30
Directory restructuring of object.h
Ian Rogers
2012-12-12
Move logging.h into base/logging.h.
Elliott Hughes
2012-12-04
Using gcmap instead of shadow frame.
TDYa127
2012-10-26
Eliminate #ifdef ART_USE_QUICK_COMPILER
buzbee
2012-09-21
Change dex cache to be java object instead of array, add pointer to dex file ...
Mathieu Chartier
2012-09-15
Fix run-test 044/064.
TDYa127
2012-07-11
Code cleanup: Use "const T*" instead of "T const*"
Logan Chien
2012-06-27
Remove fix stub hack.
Logan Chien
2012-06-27
Compile method one-by-one.
Logan Chien
2012-06-26
Add CompiledCode for method and invoke stub.
Logan Chien
2012-06-20
Save R9 when up-call.
TDYa127
2012-06-06
Cleanup proxy stub compiler code.
Logan Chien
2012-06-03
GCC 4.6 (in dalvik-dev) is stricter about converting from NULL.
Shih-wei Liao
2012-06-03
Implement proxy stub for compiler_llvm.
TDYa127