index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler_llvm
/
compilation_unit.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix quick fly2iceland after rebase.
TDYa127
2012-09-15
1
-17
/
+21
*
Integrating portable path with the Frontend.
Shih-wei Liao
2012-09-15
1
-5
/
+19
*
Cleanup runtime support. Inline via IR builder.
TDYa127
2012-09-15
1
-8
/
+22
*
GBC Expander. Removed lir.
Shih-wei Liao
2012-09-15
1
-0
/
+19
*
Code cleanup: Use "const T*" instead of "T const*"
Logan Chien
2012-07-11
1
-5
/
+5
*
Workaround for x86 build now.
Shih-wei Liao
2012-06-30
1
-0
/
+8
*
Compile method one-by-one.
Logan Chien
2012-06-27
1
-78
/
+169
*
Revert "Cleanup runtime support. Inline via IR builder."
Shih-wei Liao
2012-06-23
1
-12
/
+9
*
Cleanup runtime support. Inline via IR builder.
TDYa127
2012-06-22
1
-9
/
+12
*
Set Target CPU.
Shih-wei Liao
2012-06-17
1
-1
/
+5
*
Implement thin-lock fast path for compiler-llvm.
TDYa127
2012-06-06
1
-6
/
+9
*
Optimization experiment.
Shih-wei Liao
2012-06-03
1
-1
/
+1
*
Refactor runtime support builder.
TDYa127
2012-06-03
1
-3
/
+1
*
Reduce memory usage.
TDYa127
2012-05-24
1
-4
/
+7
*
Improve output code, while compilation time delta is in the noise range
TDYa127
2012-05-19
1
-1
/
+1
*
Use multithread while compiling LLVM bitcode.
Logan Chien
2012-05-18
1
-90
/
+9
*
Call out the functions that we actually import.
Shih-wei Liao
2012-05-16
1
-1
/
+2
*
Fix X86 compilation.
TDYa127
2012-05-15
1
-1
/
+2
*
Code cleanup: Remove unnecessary parameter.
Logan Chien
2012-05-15
1
-12
/
+5
*
Reduce compilation time.
TDYa127
2012-05-14
1
-1
/
+2
*
Only do the suspend check at return and loop latch.
TDYa127
2012-05-14
1
-21
/
+90
*
Free the resource on target device.
TDYa127
2012-05-09
1
-0
/
+6
*
Restore the logging of compilation progress on target device.
TDYa127
2012-05-09
1
-1
/
+3
*
Don't fork dex2oat process on target device.
Logan Chien
2012-05-08
1
-6
/
+12
*
Reduce memory usage by halving the materialization threshold.
Shih-wei Liao
2012-05-08
1
-2
/
+2
*
Manage llvm::TargetMachine with smart pointer.
Logan Chien
2012-05-04
1
-3
/
+3
*
Use FunctionInline instead of AlwaysInline. -O3.
Shih-wei Liao
2012-04-23
1
-3
/
+5
*
Forgot to close pipe -- Bug fix. Also, change to use PLOG.
Shih-wei Liao
2012-04-23
1
-1
/
+3
*
Add mutex lock to CompilationUnit.
Logan Chien
2012-04-23
1
-2
/
+7
*
Replace tmpfile with pipe.
Logan Chien
2012-04-22
1
-113
/
+50
*
Set materialized file names correctly.
Shih-wei Liao
2012-04-21
1
-6
/
+15
*
Fix on-device compile.
Shih-wei Liao
2012-04-20
1
-1
/
+2
*
Tidy up some C-isms.
Elliott Hughes
2012-04-20
1
-3
/
+2
*
Enable separate compilation.
Shih-wei Liao
2012-04-20
1
-40
/
+181
*
Specify the filename upon writing.
Shih-wei Liao
2012-04-20
1
-2
/
+2
*
Add always inliner.
Shih-wei Liao
2012-04-20
1
-1
/
+2
*
Fix stack overflow errors.
Shih-wei Liao
2012-04-17
1
-1
/
+17
*
Compilation_unit experiment.
Shih-wei Liao
2012-04-16
1
-17
/
+1
*
Update frame size after the bitcode is translated into machine code.
Logan Chien
2012-04-16
1
-0
/
+65
*
Implement runtime support inlining.
TDYa127
2012-04-15
1
-0
/
+21
*
Use ELF function index to distinguish generated functions.
Logan Chien
2012-04-06
1
-1
/
+1
*
Kill constants.h and fix some copyright headers.
Elliott Hughes
2012-03-30
1
-1
/
+1
*
Experimental.
Shih-wei Liao
2012-03-30
1
-0
/
+1
*
Remove ELF filename argument.
Logan Chien
2012-03-26
1
-10
/
+1
*
Add ELF extractor to oatdump.
Logan Chien
2012-03-26
1
-1
/
+1
*
Add ELF index to art::compiler_llvm::CompilationUnit.
Logan Chien
2012-03-26
1
-2
/
+3
*
Emit the ELF image into the memory buffer.
Logan Chien
2012-03-26
1
-25
/
+31
*
Remove duplicated code.
Logan Chien
2012-03-01
1
-2
/
+1
*
Add kMips and mips32r2 target attribute. Remove NoFramePointerElim.
Shih-wei Liao
2012-03-01
1
-6
/
+4
*
Cleanup LLVM code generation code.
Logan Chien
2012-03-01
1
-8
/
+6
[next]