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
/
compilation_unit.cc
Age
Commit message (
Expand
)
Author
2012-10-11
Enable multi-threaded Quick compilation
buzbee
2012-09-15
Fix quick fly2iceland after rebase.
TDYa127
2012-09-15
Integrating portable path with the Frontend.
Shih-wei Liao
2012-09-15
Cleanup runtime support. Inline via IR builder.
TDYa127
2012-09-15
GBC Expander. Removed lir.
Shih-wei Liao
2012-07-11
Code cleanup: Use "const T*" instead of "T const*"
Logan Chien
2012-06-30
Workaround for x86 build now.
Shih-wei Liao
2012-06-27
Compile method one-by-one.
Logan Chien
2012-06-23
Revert "Cleanup runtime support. Inline via IR builder."
Shih-wei Liao
2012-06-22
Cleanup runtime support. Inline via IR builder.
TDYa127
2012-06-17
Set Target CPU.
Shih-wei Liao
2012-06-06
Implement thin-lock fast path for compiler-llvm.
TDYa127
2012-06-03
Optimization experiment.
Shih-wei Liao
2012-06-03
Refactor runtime support builder.
TDYa127
2012-05-24
Reduce memory usage.
TDYa127
2012-05-19
Improve output code, while compilation time delta is in the noise range
TDYa127
2012-05-18
Use multithread while compiling LLVM bitcode.
Logan Chien
2012-05-16
Call out the functions that we actually import.
Shih-wei Liao
2012-05-15
Fix X86 compilation.
TDYa127
2012-05-15
Code cleanup: Remove unnecessary parameter.
Logan Chien
2012-05-14
Reduce compilation time.
TDYa127
2012-05-14
Only do the suspend check at return and loop latch.
TDYa127
2012-05-09
Free the resource on target device.
TDYa127
2012-05-09
Restore the logging of compilation progress on target device.
TDYa127
2012-05-08
Don't fork dex2oat process on target device.
Logan Chien
2012-05-08
Reduce memory usage by halving the materialization threshold.
Shih-wei Liao
2012-05-04
Manage llvm::TargetMachine with smart pointer.
Logan Chien
2012-04-23
Use FunctionInline instead of AlwaysInline. -O3.
Shih-wei Liao
2012-04-23
Forgot to close pipe -- Bug fix. Also, change to use PLOG.
Shih-wei Liao
2012-04-23
Add mutex lock to CompilationUnit.
Logan Chien
2012-04-22
Replace tmpfile with pipe.
Logan Chien
2012-04-21
Set materialized file names correctly.
Shih-wei Liao
2012-04-20
Fix on-device compile.
Shih-wei Liao
2012-04-20
Tidy up some C-isms.
Elliott Hughes
2012-04-20
Enable separate compilation.
Shih-wei Liao
2012-04-20
Specify the filename upon writing.
Shih-wei Liao
2012-04-20
Add always inliner.
Shih-wei Liao
2012-04-17
Fix stack overflow errors.
Shih-wei Liao
2012-04-16
Compilation_unit experiment.
Shih-wei Liao
2012-04-16
Update frame size after the bitcode is translated into machine code.
Logan Chien
2012-04-15
Implement runtime support inlining.
TDYa127
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-30
Experimental.
Shih-wei Liao
2012-03-26
Remove ELF filename argument.
Logan Chien
2012-03-26
Add ELF extractor to oatdump.
Logan Chien
2012-03-26
Add ELF index to art::compiler_llvm::CompilationUnit.
Logan Chien
2012-03-26
Emit the ELF image into the memory buffer.
Logan Chien
2012-03-01
Remove duplicated code.
Logan Chien
2012-03-01
Add kMips and mips32r2 target attribute. Remove NoFramePointerElim.
Shih-wei Liao
[next]