summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable generic JNI for x86 and ARM when interpret-only.Ian Rogers2014-10-211-1/+15
* 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/+11
|\ \ | |/ |/|
| * dex2oat: Add a --compile-pic optionIgor Murashkin2014-10-161-3/+11
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-1/+1
|/
* stdint types all the way!Ian Rogers2014-10-091-3/+3
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-83/+15
* Add ScopedAssertNoThreadSuspensionMathieu Chartier2014-09-191-6/+3
* ART: Check for exceptions from unresolved classesAndreas Gampe2014-09-161-2/+5
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-3/+3
* ART: Allow quickening in the boot imageAndreas Gampe2014-09-151-61/+114
* ART: Change access flag behavior in verifierAndreas Gampe2014-09-151-3/+3
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-6/+7
* ART: Fix things for valgrindAndreas Gampe2014-09-101-1/+1
* Reduce and speed-up class def searches.Ian Rogers2014-09-021-111/+69
* Reduce interpret-only compile time.Mathieu Chartier2014-08-261-5/+9
* CheckAndClearResolveException should allow LinkageErrorBrian Carlstrom2014-08-251-1/+2
* ART: Clean up compilerAndreas Gampe2014-08-221-1/+1
* Merge "ART: Avoid expensive class lookup in compiler driver"Andreas Gampe2014-08-161-1/+7
|\
| * ART: Avoid expensive class lookup in compiler driverAndreas Gampe2014-08-181-1/+7
* | ART source line debug info in OAT filesYevgeny Rouban2014-08-151-0/+5
|/
* Merge "Move explicit GC after we are done initalizing all classes."Mathieu Chartier2014-08-141-4/+4
|\
| * Move explicit GC after we are done initalizing all classes.Mathieu Chartier2014-08-111-4/+4
* | Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-23/+44
|/
* Merge "ART: Add guards to the dex cache and its shortcuts"Andreas Gampe2014-08-061-2/+6
|\
| * ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-2/+6
* | Merge "Added support for patching classes from different dex files."Mathieu Chartier2014-08-061-0/+39
|\ \
| * | Added support for patching classes from different dex files.Fred Shih2014-08-061-0/+39
| |/
* | Merge "ART: Rework CFA frame initialization and writing code"Andreas Gampe2014-08-061-6/+0
|\ \
| * | ART: Rework CFA frame initialization and writing codeAndreas Gampe2014-08-061-6/+0
| |/
* / ART: Skip compiling redefined classes in appsAndreas Gampe2014-08-061-19/+48
|/
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-2/+2
* Runtime can now be set to require relocationAlex Light2014-07-221-10/+21
* Remove object_utils.h.Ian Rogers2014-07-161-1/+1
* Support fields in optimizing compiler.Nicolas Geoffray2014-07-141-11/+25
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+1
* Whitelist another exception during dex2oat resolving.Brian Carlstrom2014-07-081-2/+6
* Only allow whitelisted exceptions during dex2oat resolving.Mathieu Chartier2014-07-071-10/+17
* More advanced timing loggers.Mathieu Chartier2014-06-241-8/+7
* Log profile info only on debug builds.Calin Juravle2014-06-231-8/+13
* ART: Ignore timing issues in debug buildsAndreas Gampe2014-06-131-1/+1
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-14/+13
* Fixed and refactored profiler options handlingCalin Juravle2014-06-061-13/+16
* Clean up the sampling profilerCalin Juravle2014-06-061-24/+13
* ART: Fix sharpening across dex filesAndreas Gampe2014-05-271-1/+1
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-6/+8
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-8/+6
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-6/+8
* Merge "Method inlining across dex files in boot image."Vladimir Marko2014-05-221-20/+14
|\