summaryrefslogtreecommitdiffstats
path: root/src/compiler_llvm/compilation_unit.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix quick fly2iceland after rebase.TDYa1272012-09-151-17/+21
* Integrating portable path with the Frontend.Shih-wei Liao2012-09-151-5/+19
* Cleanup runtime support. Inline via IR builder.TDYa1272012-09-151-8/+22
* GBC Expander. Removed lir.Shih-wei Liao2012-09-151-0/+19
* Code cleanup: Use "const T*" instead of "T const*"Logan Chien2012-07-111-5/+5
* Workaround for x86 build now.Shih-wei Liao2012-06-301-0/+8
* Compile method one-by-one.Logan Chien2012-06-271-78/+169
* Revert "Cleanup runtime support. Inline via IR builder."Shih-wei Liao2012-06-231-12/+9
* Cleanup runtime support. Inline via IR builder.TDYa1272012-06-221-9/+12
* Set Target CPU.Shih-wei Liao2012-06-171-1/+5
* Implement thin-lock fast path for compiler-llvm.TDYa1272012-06-061-6/+9
* Optimization experiment.Shih-wei Liao2012-06-031-1/+1
* Refactor runtime support builder.TDYa1272012-06-031-3/+1
* Reduce memory usage.TDYa1272012-05-241-4/+7
* Improve output code, while compilation time delta is in the noise rangeTDYa1272012-05-191-1/+1
* Use multithread while compiling LLVM bitcode.Logan Chien2012-05-181-90/+9
* Call out the functions that we actually import.Shih-wei Liao2012-05-161-1/+2
* Fix X86 compilation.TDYa1272012-05-151-1/+2
* Code cleanup: Remove unnecessary parameter.Logan Chien2012-05-151-12/+5
* Reduce compilation time.TDYa1272012-05-141-1/+2
* Only do the suspend check at return and loop latch.TDYa1272012-05-141-21/+90
* Free the resource on target device.TDYa1272012-05-091-0/+6
* Restore the logging of compilation progress on target device.TDYa1272012-05-091-1/+3
* Don't fork dex2oat process on target device.Logan Chien2012-05-081-6/+12
* Reduce memory usage by halving the materialization threshold.Shih-wei Liao2012-05-081-2/+2
* Manage llvm::TargetMachine with smart pointer.Logan Chien2012-05-041-3/+3
* Use FunctionInline instead of AlwaysInline. -O3.Shih-wei Liao2012-04-231-3/+5
* Forgot to close pipe -- Bug fix. Also, change to use PLOG.Shih-wei Liao2012-04-231-1/+3
* Add mutex lock to CompilationUnit.Logan Chien2012-04-231-2/+7
* Replace tmpfile with pipe.Logan Chien2012-04-221-113/+50
* Set materialized file names correctly.Shih-wei Liao2012-04-211-6/+15
* Fix on-device compile.Shih-wei Liao2012-04-201-1/+2
* Tidy up some C-isms.Elliott Hughes2012-04-201-3/+2
* Enable separate compilation.Shih-wei Liao2012-04-201-40/+181
* Specify the filename upon writing.Shih-wei Liao2012-04-201-2/+2
* Add always inliner.Shih-wei Liao2012-04-201-1/+2
* Fix stack overflow errors.Shih-wei Liao2012-04-171-1/+17
* Compilation_unit experiment.Shih-wei Liao2012-04-161-17/+1
* Update frame size after the bitcode is translated into machine code.Logan Chien2012-04-161-0/+65
* Implement runtime support inlining.TDYa1272012-04-151-0/+21
* Use ELF function index to distinguish generated functions.Logan Chien2012-04-061-1/+1
* Kill constants.h and fix some copyright headers.Elliott Hughes2012-03-301-1/+1
* Experimental.Shih-wei Liao2012-03-301-0/+1
* Remove ELF filename argument.Logan Chien2012-03-261-10/+1
* Add ELF extractor to oatdump.Logan Chien2012-03-261-1/+1
* Add ELF index to art::compiler_llvm::CompilationUnit.Logan Chien2012-03-261-2/+3
* Emit the ELF image into the memory buffer.Logan Chien2012-03-261-25/+31
* Remove duplicated code.Logan Chien2012-03-011-2/+1
* Add kMips and mips32r2 target attribute. Remove NoFramePointerElim.Shih-wei Liao2012-03-011-6/+4
* Cleanup LLVM code generation code.Logan Chien2012-03-011-8/+6