summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-42/+100
* Remove portable.Elliott Hughes2014-12-121-12/+0
* Remove method verification results right after compiling a methodMathieu Chartier2014-12-031-0/+4
* Print memory usage in dex2oat shutdownMathieu Chartier2014-12-021-0/+3
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+2
* ART: Compiled-classes list for compiler-driverAndreas Gampe2014-11-131-1/+11
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+1
* Add support for static fields in optimizing compiler.Nicolas Geoffray2014-10-291-1/+2
* Rewrite class initialization check elimination.Vladimir Marko2014-10-271-7/+17
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-10/+0
* Merge "Some code clean-up."Ian Rogers2014-10-171-1/+1
|\
| * Some code clean-up.Ian Rogers2014-10-161-1/+1
* | Merge "dex2oat: Add a --compile-pic option"Igor Murashkin2014-10-171-3/+4
|\ \ | |/ |/|
| * dex2oat: Add a --compile-pic optionIgor Murashkin2014-10-161-3/+4
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-3/+3
|/
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-227/+5
* Implement invoke virtual in optimizing compiler.Nicolas Geoffray2014-09-171-1/+1
* ART: Allow quickening in the boot imageAndreas Gampe2014-09-151-6/+13
* ART fix oat debug source map operationsYevgeny Rouban2014-08-251-3/+3
* ART: Clean up compilerAndreas Gampe2014-08-221-14/+0
* ART source line debug info in OAT filesYevgeny Rouban2014-08-151-7/+11
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-5/+3
* Merge "Added support for patching classes from different dex files."Mathieu Chartier2014-08-061-1/+14
|\
| * Added support for patching classes from different dex files.Fred Shih2014-08-061-1/+14
* | Merge "ART: Rework CFA frame initialization and writing code"Andreas Gampe2014-08-061-15/+0
|\ \
| * | ART: Rework CFA frame initialization and writing codeAndreas Gampe2014-08-061-15/+0
| |/
* | ART: Skip compiling redefined classes in appsAndreas Gampe2014-08-061-0/+4
|/
* Support fields in optimizing compiler.Nicolas Geoffray2014-07-141-3/+10
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-1/+2
* Optionally add debug symbols to ELF files made by quick compiler.Alex Light2014-06-121-2/+6
* Fixed and refactored profiler options handlingCalin Juravle2014-06-061-2/+2
* Clean up the sampling profilerCalin Juravle2014-06-061-1/+1
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-8/+8
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-8/+8
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-8/+8
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+4
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-9/+9
* Add finalizer references from the entrypoints.Mathieu Chartier2014-05-011-1/+1
* Centralize instruction-set pointer-size, alignment, 64b-width codeAndreas Gampe2014-04-141-1/+0
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-117/+0
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-0/+117
* Tweaked profile significant_difference.Calin Juravle2014-04-071-34/+1
* Merge "Profile: repurposed kTresholdPercent"Calin Juravle2014-04-031-9/+15
|\
| * Profile: repurposed kTresholdPercentCalin Juravle2014-04-021-9/+15
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-0/+1
|/
* Early inlining of simple methods.Vladimir Marko2014-03-181-0/+4
* Merge "Allow patching between dex files in the boot classpath."Jeff Hao2014-03-131-2/+12
|\
| * Allow patching between dex files in the boot classpath.Jeff Hao2014-03-121-2/+12
* | Merge "Move inline method detection to runtime."Vladimir Marko2014-03-131-7/+0
|\ \
| * | Move inline method detection to runtime.Vladimir Marko2014-03-121-7/+0
| |/