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