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
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
2018-05-25
Fix class_def_idx increment for FastVerify
Mathieu Chartier
2018-05-24
Move compiler/ to ClassAccessor
Mathieu Chartier
2018-05-22
Merge "ART: Skip duplicate classes during compilation"
Treehugger Robot
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-04-26
Add a profiling library
David Sehr
2018-04-24
ART: Skip duplicate classes during compilation
Andreas Gampe
2018-04-13
ART: Remove support for compiled-methods and compiled-classes
Andreas Gampe
2018-03-27
Revert^4 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-03-26
Merge "Revert^3 "Compiler changes for bitstring based type checks.""
Andreas Gampe
2018-03-26
Revert^3 "Compiler changes for bitstring based type checks."
Andreas Gampe
2018-03-26
Merge "Revert^2 "Compiler changes for bitstring based type checks.""
Vladimir Marko
2018-03-25
Merge "ART: Simplify atomic.h"
Orion Hodson
2018-03-23
Disable encoded static initialization
Mathieu Chartier
2018-03-23
ART: Simplify atomic.h
Orion Hodson
2018-03-22
Revert^2 "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-02-28
Merge "ART: Change abort() to _exit()"
Treehugger Robot
2018-02-27
ART: Change abort() to _exit()
Andreas Gampe
2018-02-27
Small documentation and stylistic changes.
Roland Levillain
2018-02-21
Remove duplication, split tests
David Sehr
2018-02-05
Enable code item deduping
Mathieu Chartier
2018-02-05
Merge "ART: Refactor dex2dex compilation"
Treehugger Robot
2018-01-31
Revert "Revert "Make libdexfile build independent of runtime dir""
David Sehr
2018-01-30
Revert "Make libdexfile build independent of runtime dir"
David Sehr
2018-01-30
Make libdexfile build independent of runtime dir
David Sehr
2018-01-25
Revert "Compiler changes for bitstring based type checks."
Nicolas Geoffray
2018-01-25
Merge "Revert "ART: Use the bitstring type check for AOT app compilation.""
Treehugger Robot
2018-01-25
Revert "ART: Use the bitstring type check for AOT app compilation."
Nicolas Geoffray
2018-01-24
Merge "ART: Use the bitstring type check for AOT app compilation."
Mingyao Yang
2018-01-24
Merge "Revert "Revert "Don't embed the dex code in the oat file if dex is unc...
Nicolas Geoffray
2018-01-23
ART: Use the bitstring type check for AOT app compilation.
Vladimir Marko
2018-01-23
Merge "Compiler changes for bitstring based type checks."
Vladimir Marko
2018-01-23
Revert "Revert "Don't embed the dex code in the oat file if dex is uncompress...
Nicolas Geoffray
2018-01-23
Compiler changes for bitstring based type checks.
Vladimir Marko
2018-01-22
ART: Refactor profile_compilation_info.h includes
Andreas Gampe
2018-01-22
ART: Refactor dex2dex compilation
Andreas Gampe
2018-01-22
Fix quickening logic
Mathieu Chartier
2018-01-13
Revert "Revert "Move quickening info logic to its own table""
Mathieu Chartier
2018-01-12
Revert "Move quickening info logic to its own table"
Nicolas Geoffray
2018-01-11
Move quickening info logic to its own table
Mathieu Chartier
2018-01-08
Clean up CodeItemAccessors and Compact/StandardDexFile
Mathieu Chartier
[next]