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
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
2012-03-13
Fix LLVM #includes and push one piece of LLVM-specific lossage down.
Elliott Hughes
2012-03-13
Unify the invoke stubs and replace "oat" with "Art" in the API.
Elliott Hughes
2012-03-13
Fix the LLVM build. Separate out libart-compiler-llvm.so.
Shih-wei Liao
2012-03-07
Use llvm_shutdown_obj to fix "static initialization order fiasco."
Shih-wei Liao
2012-03-06
Fix memory corruption due to premature llvm_shutdown().
Shih-wei Liao
2012-03-03
Enable -arm-long-calls for ARMv7/Thumb2 code generation.
Logan Chien
2012-03-02
Print LLVM passes time consumption.
Logan Chien
2012-03-01
Remove MutexLock from the argument. Use AssertHeld instead.
Logan Chien
2012-03-01
Cleanup LLVM code generation code.
Logan Chien
2012-03-01
Move llvm::PassRegistry to InitializeLLVM().
Logan Chien
2012-03-01
Implement Link-loading and pass 62 tests in JniInternalTest.
Shih-wei Liao
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-24
Ignore frame-larger-than warning for auto generated code.
Logan Chien
2012-02-19
Add upcall compiler.
Logan Chien
2012-02-16
Add art runtime support declaration.
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