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
2019-03-11
Move CompilerDriver to dex2oat/.
Vladimir Marko
2019-03-05
Refactor compiler tests around CompilerDriver.
Vladimir Marko
2019-02-21
Merge changes Ifd690cda,I7bcbe947
David Brazdil
2019-02-20
Fix vdex fast-verify performance regression
David Brazdil
2019-02-20
Improve `verified`, add `redefined` class status in VerifierDeps
David Brazdil
2019-02-20
ART: Reduce dependencies on CompilerDriver.
Vladimir Marko
2019-02-11
Merge changes Id4ffa9f9,I1bb5d05d
Vladimir Marko
2019-02-08
Replace MergeSets() with std::set::merge().
Vladimir Marko
2019-02-07
Merge "Generalize vdex class redefinition check"
David Brazdil
2019-02-06
Generalize vdex class redefinition check
David Brazdil
2019-02-06
Replace StringPiece with std::string_view in HashSet.
Vladimir Marko
2019-01-31
Ensure the correctness of fast verify
Calin Juravle
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-28
Merge "ART: Refactor for bugprone-argument-comment"
Treehugger Robot
2018-12-27
Add dumping for number of classes initialized
Mathieu Chartier
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-19
Remove unresolved classes from image classes.
Vladimir Marko
2018-12-13
ART: Rewrite EnsureInitialized hit case
Andreas Gampe
2018-12-06
Refactor CompilerDriver::CompileAll().
Vladimir Marko
2018-11-21
Merge "ART: Add profile-compile-check support"
Andreas Gampe
2018-11-19
Remove CompiledMethod dependency on CompilerDriver.
Vladimir Marko
2018-11-08
Delete IsClassToCompile
Mathieu Chartier
2018-11-08
Merge "Move profile compilation info to CompilerOptions."
Vladimir Marko
2018-11-08
Move profile compilation info to CompilerOptions.
Vladimir Marko
2018-11-07
ART: Small compiler-driver cleanup
Andreas Gampe
2018-11-01
Do not cache RequiresConstructorBarrier() results.
Vladimir Marko
2018-10-30
Add PreResolved strings dex cache array
Mathieu Chartier
2018-10-19
Merge "ART: Use ObjPtr for GetSuperClass"
Treehugger Robot
2018-10-19
Resolve const-string of clinit
Mathieu Chartier
2018-10-16
ART: Add profile-compile-check support
Andreas Gampe
2018-10-16
Add logic to eagerly resolve const-string for startup methods
Mathieu Chartier
2018-10-16
ART: Use ObjPtr for GetSuperClass
Andreas Gampe
2018-10-05
Merge "Implemented a new method for walking string references in AppImages."
Christian Wailes
2018-10-04
Implemented a new method for walking string references in AppImages.
Chris Wailes
2018-10-01
Dump Dex file checksums for profman --dump-only
Mathieu Chartier
2018-09-06
ART: Fix tidy warning in compiler-driver
Andreas Gampe
2018-08-31
Merge changes I207718d6,I700ef52e
Andreas Gampe
2018-08-28
Remove superfluous 'virtual' specifiers in ART.
Roland Levillain
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-24
ART: Add API level to verifier
Andreas Gampe
2018-07-16
Always produce PIC code for AOT compilation.
Vladimir Marko
2018-07-12
Fix HClinitCheck elimination in instruction builder.
Vladimir Marko
2018-06-28
Remove CompilerDriver::support_boot_image_fixup_.
Vladimir Marko
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-06-25
Move dex_files_for_oat_file_ to CompilerOptions.
Vladimir Marko
2018-06-25
Move image_classes_ to CompilerOptions.
Vladimir Marko
2018-06-21
Use HashSet<std::string> instead of unordered_set<>.
Vladimir Marko
2018-06-07
Refactor ClassAccessor to use an index instead of ClassDef pointer
Mathieu Chartier
2018-05-31
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
Vladimir Marko
2018-05-29
Add Method/Field iterator to ClassAccessor
Mathieu Chartier
[next]