summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
AgeCommit message (Expand)Author
2017-08-09Revert "Revert "Support class unloading in dex2oat for quicken multidex"" Mathieu Chartier
2017-08-09Revert "Support class unloading in dex2oat for quicken multidex" Richard Uhler
2017-08-08Support class unloading in dex2oat for quicken multidex Mathieu Chartier
2017-08-06Fix issue where classes that fail verification have kStatusNotReady. Jeff Hao
2017-08-03Revert "Support clinit for app image during compilation" Nicolas Geoffray
2017-08-02Support clinit for app image during compilation Chang Xing
2017-08-02Fix verifier deps determinism Mathieu Chartier
2017-07-28Use class unloading in dex2oat for verify and extract Mathieu Chartier
2017-07-27ART: Modify --abort-on-hard-verifier-error Andreas Gampe
2017-07-27Merge "ART: Refactor retrieval of types through ArtMethod." Treehugger Robot
2017-07-27ART: Refactor retrieval of types through ArtMethod. Vladimir Marko
2017-07-26Implemented Nested Transaction Chang Xing
2017-07-26Add strict flag in transaction Chang Xing
2017-07-25Merge "Allow failure in RecordClassStatus for uses-library classes" Mathieu Chartier
2017-07-24ART: Include cleanup Andreas Gampe
2017-07-24Allow failure in RecordClassStatus for uses-library classes Mathieu Chartier
2017-07-22Track class initializing in transaction Chang Xing
2017-07-22Move transaction creation to runtime Chang Xing
2017-07-20Merge "ART: Change method lookup to be more consistent to JLS and the RI." Treehugger Robot
2017-07-20ART: Change method lookup to be more consistent to JLS and the RI. Vladimir Marko
2017-07-19Use AtomicDexRefMap for compiled classes Mathieu Chartier
2017-07-18art: use proper nativehelper headers Steven Moreland
2017-07-18Merge "Generalize atomic_method_ref_map to support dex references" Treehugger Robot
2017-07-18Merge "Avoid creating verification_results_ unnecessarily" Treehugger Robot
2017-07-17Generalize atomic_method_ref_map to support dex references Mathieu Chartier
2017-07-18Merge "Do superclass validation at compile time and log with new class status." Treehugger Robot
2017-07-17Avoid creating verification_results_ unnecessarily Mathieu Chartier
2017-07-17Do superclass validation at compile time and log with new class status. Jeff Hao
2017-07-17Avoid creating compiled_methods_ array unnecessarily Mathieu Chartier
2017-07-06Merge "Revert "Revert "Fixed Literal String intern mismatch.""" Mathieu Chartier
2017-07-06Add an init encoded fields threshold to compiler Chang Xing
2017-06-30Fix boot classes init when compiling app image Chang Xing
2017-06-28Revert "Revert "Fixed Literal String intern mismatch."" Chang Xing
2017-06-19Add field/method skipping helper functions to DexFile Mathieu Chartier
2017-06-15Merge "Refactor some profiling info functions" Mathieu Chartier
2017-06-15Refactor some profiling info functions Mathieu Chartier
2017-06-14Code cleanup around vdex. Nicolas Geoffray
2017-06-13Merge "Fix some indentation errors in compiler driver" Mathieu Chartier
2017-06-13Fix some indentation errors in compiler driver Mathieu Chartier
2017-06-13Avoid calling InitializeDependencies for non image case Mathieu Chartier
2017-06-12Correctly set oat class status after initializing Mathieu Chartier
2017-06-13Merge "Revert "Revert "Fixed installation time regression when compile.""" Treehugger Robot
2017-06-12Revert "Revert "Fixed installation time regression when compile."" Mathieu Chartier
2017-06-08Revert "Revert "Fully support static encoded fields."" Mathieu Chartier
2017-06-07Merge "Only compile hot methods" Mathieu Chartier
2017-06-07Revert "Fully support static encoded fields." Nicolas Geoffray
2017-06-07Revert "Fixed Literal String intern mismatch." Nicolas Geoffray
2017-06-07Revert "Fixed installation time regression when compile." Nicolas Geoffray
2017-06-06Only compile hot methods Mathieu Chartier
2017-06-05Fixed installation time regression when compile. Chang Xing