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
/
compiler_llvm.h
Age
Commit message (
Expand
)
Author
2012-04-20
Remove the mutex lock from Materialize().
Shih-wei Liao
2012-04-06
Use ELF function index to distinguish generated functions.
Logan Chien
2012-03-30
Kill constants.h and fix some copyright headers.
Elliott Hughes
2012-03-26
Remove ELF filename argument.
Logan Chien
2012-03-26
Add GetElfImages() method to CompilerLLVM.
Logan Chien
2012-03-26
Add ElfImage to hold ELF image address and size.
Logan Chien
2012-03-26
Add ELF loader to load the executables.
Logan Chien
2012-03-26
Add GetCompilationUnit() to CompilerLLVM.
Logan Chien
2012-03-26
Code cleanup: Remove LLVM initialization dead code.
Logan Chien
2012-03-06
Fix memory corruption due to premature llvm_shutdown().
Shih-wei Liao
2012-03-01
Remove MutexLock from the argument. Use AssertHeld instead.
Logan Chien
2012-03-01
Rename header guard of compiler_llvm.h
Logan Chien
2012-03-01
Cleanup LLVM code generation code.
Logan Chien
2012-02-29
Compile llvm.Module into ELF object file.
Logan Chien
2012-02-29
JNI compiler.
Logan Chien
2012-02-29
Extract method-related information from CompilationUnit.
Logan Chien
2012-02-19
Add upcall compiler.
Logan Chien
2012-02-15
Cleanup "Beginning of LLVM backend for ART."
Logan Chien
2012-02-14
Beginning of LLVM backend for ART.
Shih-wei Liao