- 5e38ea5 Make profile inline cache threshold configurable. by Jiakai Zhang · 1 year, 3 months ago
- 9a9f766 Re-enable CmdlineParserTest#TestXGcOption by Stefano Cianciulli · 1 year, 8 months ago
- 78f3c72 Use C++17's [[maybe_unused]] attribute in ART by Stefano Cianciulli · 1 year, 10 months ago
- 485e688 Add clang-format preupload check. by Martin Stjernholm · 2 years, 4 months ago
- 58f916c Replace the nterp threshold with the warmup threshold. by Nicolas Geoffray · 3 years, 4 months ago
- 3156695 Enable ProfileSaver to have a different delay for the first ever save by Calin Juravle · 3 years, 10 months ago
- 2f1ad34 Parse --cpu-set as ParseIntList by Victor Hsieh · 3 years, 10 months ago
- 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 9 months ago
- fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
- ffc791c dex2oat: add --cpu-set command-line option by Orion Hodson · 5 years ago
- 765b2a0 Add -verbose:interpreter by Mathieu Chartier · 6 years ago
- 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
- db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
- d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
- fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
- 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 7 years ago
- 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
- baac7e4 "Revert^4 "Make adbconnection start automatically for debuggable apps (on target)" by Alex Light · 7 years ago
- fb57a65 Revert "Revert^2 "Make adbconnection start automatically for debuggable apps (on target)"" by Nicolas Geoffray · 7 years ago
- 7b39a39 Revert^2 "Make adbconnection start automatically for debuggable apps (on target)" by Alex Light · 7 years ago
- b2926c0 Revert "Make adbconnection start automatically for debuggable apps (on target)" by Andreas Gampe · 7 years ago
- 5af3f50 Make adbconnection start automatically for debuggable apps (on target) by Alex Light · 7 years ago
- c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
- 264a486 Revert "Revert "Make the runtime default to not allowing JDWP again."" by Alex Light · 7 years ago
- f05c320 Revert "Make the runtime default to not allowing JDWP again." by David Brazdil · 7 years ago
- b06bd68 Make the runtime default to not allowing JDWP again. by Alex Light · 7 years ago
- 2183d4d Refactor jdwp_provider to make it easier to change the default by Alex Light · 7 years ago
- 4650d4a Revert "Change default dalvik.vm.jdwp-provider to adbconnection" by Alex Light · 7 years ago
- a76605a Change default dalvik.vm.jdwp-provider to adbconnection by Alex Light · 7 years ago
- fbf9670 Add adbconnection plugin by Alex Light · 7 years ago
- 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 7 years ago
- 92d7720 ART: Make kDebugVerifier a verbose flag by Andreas Gampe · 7 years ago
- 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
- 2c30e4a ART: Remove art and art/runtime include_dir directives by Andreas Gampe · 8 years ago
- 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
- 51d80cc ART: Refactor abort code by Andreas Gampe · 8 years ago
- 885a713 Add support for profiling boot class path by Mathieu Chartier · 8 years ago
- 7b135c8 Only compile hot methods by Mathieu Chartier · 8 years ago
- d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
- bec07a0 ART: Add -verbose:dex by Andreas Gampe · 8 years ago
- 9545f6d Accept output profile path from dalvikvm command by Calin Juravle · 8 years ago
- ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
- f57589f Remove logging dependency on runtime by David Sehr · 8 years ago
- 14832ef Revert experimental lambda feature. by Narayan Kamath · 9 years ago
- 138dbff Clean up profiler options by Calin Juravle · 9 years ago
- ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
- 66a5539 Add VLOG(collector) to reduce log spam by Mathieu Chartier · 9 years ago
- 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
- 4741516 Merge "Revert "Revert "Introduce support for hardware simulators, starting with ARM64""" by Roland Levillain · 9 years ago
- 295a596 Fix cmdline parser test. by Nicolas Geoffray · 9 years ago
- 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 9 years ago
- 751beff Revert "Revert "Introduce support for hardware simulators, starting with ARM64"" by Phil Wang · 10 years ago
- eb7c144 Add initial default method support to Art by Alex Light · 10 years ago
- 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 10 years ago
- 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 10 years ago
- bba348e Bring back verbosity override by Sebastien Hertz · 10 years ago
- 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
- 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
- 2682699 ART: Fix Cmdline Parser test by Andreas Gampe · 10 years ago
- e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
- f548c54 Merge "Revert "Add JIT"" by Nicolas Geoffray · 10 years ago
- a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
- 4fa1a27 Merge "Add JIT" by Mathieu Chartier · 10 years ago
- 2535abe Add JIT by Mathieu Chartier · 10 years ago
- 24e04aa ART: Allow the execution to stop if the compilation fails via an option by Jean Christophe Beyler · 10 years ago
- 61fdf5b Merge "art: Fix broken cmdline_parser_test" by Igor Murashkin · 10 years ago
- 60d77c6 art: Fix broken cmdline_parser_test by Igor Murashkin · 10 years ago
- 8f4ee5c Disable test, it fails on target and read-barrier config. by Nicolas Geoffray · 10 years ago
- aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago