summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
AgeCommit message (Expand)Author
2014-07-22Runtime can now be set to require relocation Alex Light
2014-07-16Remove object_utils.h. Ian Rogers
2014-07-14Support fields in optimizing compiler. Nicolas Geoffray
2014-07-11Improve performance of invokevirtual/invokeinterface with embedded imt/vtable Mingyao Yang
2014-07-08Whitelist another exception during dex2oat resolving. Brian Carlstrom
2014-07-07Only allow whitelisted exceptions during dex2oat resolving. Mathieu Chartier
2014-06-24More advanced timing loggers. Mathieu Chartier
2014-06-23Log profile info only on debug builds. Calin Juravle
2014-06-13ART: Ignore timing issues in debug builds Andreas Gampe
2014-06-09Change MethodHelper to use a Handle. Mathieu Chartier
2014-06-06Fixed and refactored profiler options handling Calin Juravle
2014-06-06Clean up the sampling profiler Calin Juravle
2014-05-27ART: Fix sharpening across dex files Andreas Gampe
2014-05-23Revert "Revert "Fix an outstanding compaction bug in interpreter."" Mathieu Chartier
2014-05-22Revert "Fix an outstanding compaction bug in interpreter." Mathieu Chartier
2014-05-22Fix an outstanding compaction bug in interpreter. Mathieu Chartier
2014-05-22Merge "Method inlining across dex files in boot image." Vladimir Marko
2014-05-22Method inlining across dex files in boot image. Vladimir Marko
2014-05-20Begin migration of art::Atomic to std::atomic. Ian Rogers
2014-05-19Now we have a proper C++ library, use std::unique_ptr. Ian Rogers
2014-05-18Delete ClassHelper and fix compaction bug in GetDirectInterface Mathieu Chartier
2014-05-16Change ObjectLock to take Handle instead of Handle pointer. Mathieu Chartier
2014-05-13Merge "Changes for vogar compatibility" Kenny Root
2014-05-13Changes for vogar compatibility Kenny Root
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-05-06Give Compiler a back reference to the driver. Ian Rogers
2014-05-03Create stack traces in unstarted runtimes. Ian Rogers
2014-05-01Add finalizer references from the entrypoints. Mathieu Chartier
2014-04-14Centralize instruction-set pointer-size, alignment, 64b-width code Andreas Gampe
2014-04-10Fix problem with empty profiles. Dave Allison
2014-04-09Revert "Revert "Revert "Use trampolines for calls to helpers""" Dave Allison
2014-04-09Revert "Revert "Use trampolines for calls to helpers"" Dave Allison
2014-04-08Merge "Tweaked profile significant_difference." Calin Juravle
2014-04-07Revert "Use trampolines for calls to helpers" Dave Allison
2014-04-07Tweaked profile significant_difference. Calin Juravle
2014-04-04Use trampolines for calls to helpers Dave Allison
2014-04-04Re-enable DEX-to-DEX compilation path Sebastien Hertz
2014-04-03Merge "art: Handle x86_64 architecture equal to x86" Bill Buzbee
2014-04-03Merge "Profile: renamed kThresholdPercent and make it configurable" Calin Juravle
2014-04-03Merge "Profile: repurposed kTresholdPercent" Calin Juravle
2014-04-03art: Handle x86_64 architecture equal to x86 Dmitry Petrochenko
2014-04-02Add support for -Xverify:none mode. Jeff Hao
2014-04-02Profile: renamed kThresholdPercent and make it configurable Calin Juravle
2014-04-02Profile: repurposed kTresholdPercent Calin Juravle
2014-04-02Merge "Fixed total method count in profile file parsing." Calin Juravle
2014-04-02Fixed total method count in profile file parsing. Calin Juravle
2014-04-01Allow mixing of thread offsets between 32 and 64bit architectures. Ian Rogers
2014-03-19AArch64: Add arm64 runtime support. Stuart Monteith
2014-03-17Fix comment typo. Ian Rogers
2014-03-14Use quick generic JNI calls based on compiler driver options. Ian Rogers