summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Method inlining across dex files in boot image.Vladimir Marko2014-05-221-20/+14
* | Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-201-2/+2
|/
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-6/+6
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-11/+18
* Change ObjectLock to take Handle instead of Handle pointer.Mathieu Chartier2014-05-161-1/+1
* Merge "Changes for vogar compatibility"Kenny Root2014-05-131-3/+7
|\
| * Changes for vogar compatibilityKenny Root2014-05-131-3/+7
* | Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-69/+84
|/
* Give Compiler a back reference to the driver.Ian Rogers2014-05-061-8/+7
* Create stack traces in unstarted runtimes.Ian Rogers2014-05-031-37/+27
* Add finalizer references from the entrypoints.Mathieu Chartier2014-05-011-1/+2
* Centralize instruction-set pointer-size, alignment, 64b-width codeAndreas Gampe2014-04-141-2/+1
* Fix problem with empty profiles.Dave Allison2014-04-101-1/+1
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-41/+0
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-0/+41
* Merge "Tweaked profile significant_difference."Calin Juravle2014-04-081-80/+1
|\
| * Tweaked profile significant_difference.Calin Juravle2014-04-071-80/+1
* | Revert "Use trampolines for calls to helpers"Dave Allison2014-04-071-39/+0
* | Use trampolines for calls to helpersDave Allison2014-04-041-0/+39
* | Re-enable DEX-to-DEX compilation pathSebastien Hertz2014-04-041-2/+3
* | Merge "art: Handle x86_64 architecture equal to x86"Bill Buzbee2014-04-031-0/+5
|\ \ | |/ |/|
| * art: Handle x86_64 architecture equal to x86Dmitry Petrochenko2014-04-031-0/+5
* | Merge "Profile: renamed kThresholdPercent and make it configurable"Calin Juravle2014-04-031-11/+25
|\ \
| * | Profile: renamed kThresholdPercent and make it configurableCalin Juravle2014-04-021-11/+25
* | | Merge "Profile: repurposed kTresholdPercent"Calin Juravle2014-04-031-11/+35
|\ \ \ | |/ / | | / | |/ |/|
| * Profile: repurposed kTresholdPercentCalin Juravle2014-04-021-11/+35
* | Add support for -Xverify:none mode.Jeff Hao2014-04-021-1/+6
* | Merge "Fixed total method count in profile file parsing."Calin Juravle2014-04-021-1/+1
|\ \ | |/
| * Fixed total method count in profile file parsing.Calin Juravle2014-04-021-1/+1
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-19/+21
|/
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-1/+1
* Fix comment typo.Ian Rogers2014-03-171-1/+1
* Use quick generic JNI calls based on compiler driver options.Ian Rogers2014-03-141-6/+8
* Merge "Allow patching between dex files in the boot classpath."Jeff Hao2014-03-131-2/+10
|\
| * Allow patching between dex files in the boot classpath.Jeff Hao2014-03-121-2/+10
* | Merge "Move inline method detection to runtime."Vladimir Marko2014-03-131-23/+0
|\ \
| * | Move inline method detection to runtime.Vladimir Marko2014-03-121-23/+0
| |/
* | Add command line support for enabling the optimizing compiler.Nicolas Geoffray2014-03-131-13/+13
|/
* Cache method lowering info in mir graph.Vladimir Marko2014-03-101-129/+80
* Make use of profiling information for dex2oatDave Allison2014-03-071-3/+91
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-0/+1
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-0/+9