1. d7fbc0e Refactor hidden API runtime flag from negative to positive by David Brazdil · 6 years ago
  2. 25419b5 ART: Add option to use stderr logger by Andreas Gampe · 6 years ago
  3. 264a486 Revert "Revert "Make the runtime default to not allowing JDWP again."" by Alex Light · 6 years ago
  4. f05c320 Revert "Make the runtime default to not allowing JDWP again." by David Brazdil · 6 years ago
  5. b06bd68 Make the runtime default to not allowing JDWP again. by Alex Light · 6 years ago
  6. 3e0fa0a Add runtime option for no hidden API access checks by David Brazdil · 7 years ago
  7. a7db026 Add a new runtime option for target SDK version by David Brazdil · 7 years ago
  8. aadcbc6 ART: Refactor Agent into Agent and AgentSpec by Andreas Gampe · 7 years ago
  9. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 7 years ago
  10. c42cb0e Add -XX:MadviseRandomAccess option by Mathieu Chartier · 7 years ago
  11. 1b35b46 ART: Add allocation tracking to JNI global refs by Andreas Gampe · 7 years ago
  12. 7897cec ART: Refactor JIT stress mode a runtime debug flag by Andreas Gampe · 7 years ago
  13. d0210e5 ART: Add stack-dump mode for contention logging by Andreas Gampe · 7 years ago
  14. 1c5b42f ART: Add support for runtime debug checks by Andreas Gampe · 7 years ago
  15. eb71033 ART: Use file descriptors handed out by tombstoned for traces. by Narayan Kamath · 7 years ago
  16. 84695ae ART: Support per PID stack trace files. by Narayan Kamath · 7 years ago
  17. 4b812fa Change Ti::Agent collection from vector to List by Alex Light · 7 years ago
  18. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 7 years ago
  19. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 7 years ago
  20. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  21. 01fd70b ART: Remove experimental flags for plugins and agents by Andreas Gampe · 7 years ago
  22. 3fceaf5 Use higher default thread suspend timeout for run tests by Mathieu Chartier · 7 years ago
  23. 9320675 MethodHandles: Remove experimental flag. by Narayan Kamath · 7 years ago
  24. 6b16d89 Add option to force all code to be deoptimizable by Alex Light · 8 years ago
  25. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 8 years ago
  26. 185d134 Add basic runtime-plugins support. by Alex Light · 8 years ago
  27. 7233c7e Create a basic agent loading framework. by Alex Light · 8 years ago
  28. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  29. 138dbff Clean up profiler options by Calin Juravle · 8 years ago
  30. 249b4d1 Use _exit instead of exit for the system exit. by Hiroshi Yamauchi · 8 years ago
  31. f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 8 years ago
  32. 155ff3d Add command line option for jit invoke transition weight by Calin Juravle · 8 years ago
  33. ffc8707 Split profile recording from jit compilation by Calin Juravle · 8 years ago
  34. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 8 years ago
  35. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 8 years ago
  36. 83f080a Tweak JIT hotness threshold. by Nicolas Geoffray · 8 years ago
  37. a73280d Add an option to disable native stack dumping on SIGQUIT. by Nicolas Geoffray · 8 years ago
  38. d3e7c6c Don't use native bridge for non zygote-spawn processes by Calin Juravle · 8 years ago
  39. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  40. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 8 years ago
  41. 919f553 Revert "Write dex files to oat file early." by Vladimir Marko · 8 years ago
  42. 625a64a Write dex files to oat file early. by Vladimir Marko · 9 years ago
  43. e722d29 Revert "Make the JIT the default in ART." by Nicolas Geoffray · 9 years ago
  44. 0a9b682 Make the JIT the default in ART. by Nicolas Geoffray · 9 years ago
  45. 31f2c15 Save jit profiling info to file. by Calin Juravle · 9 years ago
  46. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 9 years ago
  47. 3eb242c Merge "x86/x86-64 read barrier support for concurrent GC in Optimizing." by Roland Levillain · 9 years ago
  48. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  49. f83e733 Move the trace file out of the profiles folder. by Calin Juravle · 9 years ago
  50. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  51. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  52. dd67125 ART: Change the stack dump format to be in line with debuggerd by Andreas Gampe · 9 years ago
  53. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 9 years ago
  54. 7a20ae6 Merge "Allow for sig chain to be disabled." by Calin Juravle · 9 years ago
  55. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 9 years ago
  56. 01aaf6e Allow for sig chain to be disabled. by Calin Juravle · 9 years ago
  57. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  58. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 9 years ago
  59. 49b7134 Enable tlab by default for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  60. 73a3fb3 Merge "Disable parallel GC by default" by Mathieu Chartier · 9 years ago
  61. 40da286 ART: Streaming trace mode by Andreas Gampe · 9 years ago
  62. 10d6886 Disable parallel GC by default by Mathieu Chartier · 9 years ago
  63. 9106e52 ART: Set default prune counter to 10 by Andreas Gampe · 9 years ago
  64. fc06816 Merge "Add paths to apk!lib/<abi> to LD_LIBRARY_PATH" by Dmitriy Ivanov · 9 years ago
  65. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  66. 79bd2bf Make it possible to enable tlab with a build parameter. by Hiroshi Yamauchi · 9 years ago
  67. a4885cb Add way to print JIT related info at shutdown by Mathieu Chartier · 9 years ago
  68. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  69. f548c54 Merge "Revert "Add JIT"" by Nicolas Geoffray · 9 years ago
  70. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  71. 4fa1a27 Merge "Add JIT" by Mathieu Chartier · 9 years ago
  72. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  73. 24e04aa ART: Allow the execution to stop if the compilation fails via an option by Jean Christophe Beyler · 10 years ago
  74. 5a2be3f Implement a simple count based boot marker. by Narayan Kamath · 9 years ago
  75. f360ad0 Make UseTLAB a bool flag. by Hiroshi Yamauchi · 9 years ago
  76. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 9 years ago