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.cc
Age
Commit message (
Expand
)
Author
2013-02-01
Remove separate libart-compiler-llvm
Brian Carlstrom
2013-02-01
Rename compiler_llvm CompilationUnit to LlvmCompilationUnit
Brian Carlstrom
2013-01-15
Prune dexlang from the llvm compiler.
jeffhao
2013-01-09
Fix portable path.
TDYa127
2013-01-08
Fix Portable build
buzbee
2013-01-04
Add memory barrier for final instance fields.
Ian Rogers
2012-12-13
Move casts.h and stl_util.h into base/.
Elliott Hughes
2012-12-04
Using gcmap instead of shadow frame.
TDYa127
2012-11-25
Quick compiler: Single .so for all targets
buzbee
2012-11-20
Quick Compiler function renaming
buzbee
2012-10-26
Eliminate #ifdef ART_USE_QUICK_COMPILER
buzbee
2012-10-11
Enable multi-threaded Quick compilation
buzbee
2012-10-05
Explicitly pass Thread::Current to MutexLock and Alloc.
Ian Rogers
2012-09-15
Fix quick fly2iceland after rebase.
TDYa127
2012-09-15
Implement CatchTargets.
TDYa127
2012-09-15
Skip some methods to get the phone booting.
Shih-wei Liao
2012-09-15
Integrating portable path with the Frontend.
Shih-wei Liao
2012-09-15
Merge iceland to greenland.
TDYa127
2012-09-15
GBC Expander. Removed lir.
Shih-wei Liao
2012-08-28
Avoid compile time rewriting of dex code by verifier.
Ian Rogers
2012-08-15
Global lock levels for the LLVM side.
Shih-wei Liao
2012-07-23
Use native target build to reduce dependences.
Shih-wei Liao
2012-06-27
Fix build. Remove unused declaration.
TDYa127
2012-06-27
Compile method one-by-one.
Logan Chien
2012-06-06
Cleanup proxy stub compiler code.
Logan Chien
2012-06-03
Implement proxy stub for compiler_llvm.
TDYa127
2012-05-30
Make compiler_llvm target independent. To build x86 image.
Shih-wei Liao
2012-05-15
Reorder LLVM initialize procedure.
Logan Chien
2012-05-14
Only do the suspend check at return and loop latch.
TDYa127
2012-05-08
Don't fork dex2oat process on target device.
Logan Chien
2012-04-23
Add mutex lock to CompilationUnit.
Logan Chien
2012-04-22
Fix unit test by holding compiler_lock_ on ourselves.
Logan Chien
2012-04-20
Remove the mutex lock from Materialize().
Shih-wei Liao
2012-04-20
Specify the filename upon writing.
Shih-wei Liao
2012-04-18
Compilation_unit experiment. Fix because of no long_call.
TDYa127
2012-04-17
Fix stack overflow errors.
Shih-wei Liao
2012-04-15
Remove the CompilerLLVM mutex lock workaround.
Logan Chien
2012-04-15
Implement runtime support inlining.
TDYa127
2012-04-06
Use ELF function index to distinguish generated functions.
Logan Chien
2012-04-06
Add ELF loader to OatFile.
Logan Chien
2012-03-29
Cope with runtime refactoring on the LLVM side.
Shih-wei Liao
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
Create an instance of CompilerLLVM in the constructor of Compiler.
Logan Chien
2012-03-26
Add GetCompilationUnit() to CompilerLLVM.
Logan Chien
2012-03-26
Add ELF index to art::compiler_llvm::CompilationUnit.
Logan Chien
2012-03-26
Workaround on SEGV of LLVM backend.
Logan Chien
2012-03-14
Replace some LLVM-specific code with something more general.
Elliott Hughes
[next]