summaryrefslogtreecommitdiffstats
path: root/compiler/driver
Commit message (Expand)AuthorAgeFilesLines
* Log profile info only on debug builds.Calin Juravle2014-06-231-8/+13
* ART: Implicit checks in the compiler are independent from RuntimeAndreas Gampe2014-06-181-3/+39
* ART: Ignore timing issues in debug buildsAndreas Gampe2014-06-131-1/+1
* Optionally add debug symbols to ELF files made by quick compiler.Alex Light2014-06-122-5/+18
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-14/+13
* Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-061-1/+3
|\
| * Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-1/+3
* | Merge "Fixed and refactored profiler options handling"Calin Juravle2014-06-063-21/+32
|\ \
| * | Fixed and refactored profiler options handlingCalin Juravle2014-06-063-21/+32
* | | Merge "Clean up the sampling profiler"Calin Juravle2014-06-062-25/+14
|\ \ \ | |/ / | | / | |/ |/|
| * Clean up the sampling profilerCalin Juravle2014-06-062-25/+14
* | Fix GC race condition in visit rootsSerguei Katkov2014-06-021-1/+4
|/
* ART: Fix sharpening across dex filesAndreas Gampe2014-05-271-1/+1
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-234-32/+36
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-224-36/+32
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-224-32/+36
* 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-193-11/+11
* 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
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-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-134-99/+118
|/
* 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-012-2/+3
* Centralize instruction-set pointer-size, alignment, 64b-width codeAndreas Gampe2014-04-142-3/+1
* Fix problem with empty profiles.Dave Allison2014-04-101-1/+1
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-093-169/+3
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-093-3/+169
* Merge "Tweaked profile significant_difference."Calin Juravle2014-04-082-114/+2
|\
| * Tweaked profile significant_difference.Calin Juravle2014-04-072-114/+2
* | Revert "Use trampolines for calls to helpers"Dave Allison2014-04-073-161/+3
* | Use trampolines for calls to helpersDave Allison2014-04-043-3/+161
* | 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-032-20/+50
|\ \ \ | |/ / | | / | |/ |/|
| * Profile: repurposed kTresholdPercentCalin Juravle2014-04-022-20/+50
* | Add support for -Xverify:none mode.Jeff Hao2014-04-022-2/+17
* | 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-012-19/+22
|/
* Merge "Make test-art pass with heap reference poisoning enabled."Hiroshi Yamauchi2014-03-201-0/+1
|\
| * Make test-art pass with heap reference poisoning enabled.Hiroshi Yamauchi2014-03-191-0/+1