1. 6b16d89 Add option to force all code to be deoptimizable by Alex Light · 8 years ago
  2. eb84221 Enable agent attaching during live phase by Leonard Mosescu · 8 years ago
  3. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 8 years ago
  4. 3cc35c3 Merge "jni: Fast path for @FastNative annotated java methods" by Treehugger Robot · 8 years ago
  5. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 8 years ago
  6. 185d134 Add basic runtime-plugins support. by Alex Light · 8 years ago
  7. 7233c7e Create a basic agent loading framework. by Alex Light · 8 years ago
  8. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  9. 138dbff Clean up profiler options by Calin Juravle · 8 years ago
  10. f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 8 years ago
  11. af36e49 Fix -Xint and -Xusejit interaction by Calin Juravle · 8 years ago
  12. 155ff3d Add command line option for jit invoke transition weight by Calin Juravle · 8 years ago
  13. ffc8707 Split profile recording from jit compilation by Calin Juravle · 8 years ago
  14. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 8 years ago
  15. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 8 years ago
  16. 83f080a Tweak JIT hotness threshold. by Nicolas Geoffray · 8 years ago
  17. 66a5539 Add VLOG(collector) to reduce log spam by Mathieu Chartier · 8 years ago
  18. a73280d Add an option to disable native stack dumping on SIGQUIT. by Nicolas Geoffray · 8 years ago
  19. d3e7c6c Don't use native bridge for non zygote-spawn processes by Calin Juravle · 9 years ago
  20. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  21. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 9 years ago
  22. 919f553 Revert "Write dex files to oat file early." by Vladimir Marko · 9 years ago
  23. 625a64a Write dex files to oat file early. by Vladimir Marko · 9 years ago
  24. 4741516 Merge "Revert "Revert "Introduce support for hardware simulators, starting with ARM64""" by Roland Levillain · 9 years ago
  25. e722d29 Revert "Make the JIT the default in ART." by Nicolas Geoffray · 9 years ago
  26. 0a9b682 Make the JIT the default in ART. by Nicolas Geoffray · 9 years ago
  27. 88b2b80 Allow initializing runtime with parsed options. by Vladimir Marko · 9 years ago
  28. 84e174e Merge "ART: set growth limit to heap size when it is larger." by Mathieu Chartier · 9 years ago
  29. 31f2c15 Save jit profiling info to file. by Calin Juravle · 9 years ago
  30. 5678229 Rename options for shorter names. by Nicolas Geoffray · 9 years ago
  31. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 9 years ago
  32. 8cd63ab ART: set growth limit to heap size when it is larger. by Lin Zang · 9 years ago
  33. 751beff Revert "Revert "Introduce support for hardware simulators, starting with ARM64"" by Phil Wang · 9 years ago
  34. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  35. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  36. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  37. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 9 years ago
  38. dd67125 ART: Change the stack dump format to be in line with debuggerd by Andreas Gampe · 9 years ago
  39. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 9 years ago
  40. 01aaf6e Allow for sig chain to be disabled. by Calin Juravle · 9 years ago
  41. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  42. bba348e Bring back verbosity override by Sebastien Hertz · 9 years ago
  43. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  44. 73a3fb3 Merge "Disable parallel GC by default" by Mathieu Chartier · 9 years ago
  45. 40da286 ART: Streaming trace mode by Andreas Gampe · 9 years ago
  46. 10d6886 Disable parallel GC by default by Mathieu Chartier · 9 years ago
  47. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 9 years ago
  48. 9106e52 ART: Set default prune counter to 10 by Andreas Gampe · 9 years ago
  49. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  50. a4885cb Add way to print JIT related info at shutdown by Mathieu Chartier · 9 years ago
  51. 1972a8e Rename -Xjit / -Xnojit options to -Xusejit:<boolean> by Mathieu Chartier · 9 years ago
  52. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  53. f548c54 Merge "Revert "Add JIT"" by Nicolas Geoffray · 9 years ago
  54. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  55. 4fa1a27 Merge "Add JIT" by Mathieu Chartier · 9 years ago
  56. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  57. 24e04aa ART: Allow the execution to stop if the compilation fails via an option by Jean Christophe Beyler · 10 years ago
  58. 5a2be3f Implement a simple count based boot marker. by Narayan Kamath · 9 years ago
  59. f360ad0 Make UseTLAB a bool flag. by Hiroshi Yamauchi · 9 years ago
  60. 4af0b08 Fix gcstress tests. by Hiroshi Yamauchi · 10 years ago
  61. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  62. 02c5f4d Remove some unused cutils/properties.h references by Brian Carlstrom · 10 years ago
  63. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  64. 312baf1 Follow up on CL 122665. by Hiroshi Yamauchi · 10 years ago
  65. c275259 Remove back-door bootclasspath option from Runtime by Richard Uhler · 10 years ago
  66. d0e0d4c Disable HomogeneousSpaceCompact for GSS collector by Lin Zang · 10 years ago
  67. 20ed5af Enable the hspace compaction on OOM by default. by Hiroshi Yamauchi · 10 years ago
  68. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  69. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  70. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  71. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  72. 0714083 Enable -Wunreachable-code by Ian Rogers · 10 years ago
  73. 6b2352b Use homogeneous space compact by default if not low memory. by Mathieu Chartier · 10 years ago
  74. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 10 years ago
  75. 2c2426c ART: Fix accidental "1" by Andreas Gampe · 10 years ago
  76. 313f403 ART: Initialize fields of ParsedOptions by Andreas Gampe · 10 years ago
  77. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 10 years ago
  78. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  79. 6a7824d Add fallback for non moving space being full. by Mathieu Chartier · 10 years ago
  80. 8e46772 Merge "Fix testing wrong variable for non zygote." by Mathieu Chartier · 10 years ago
  81. 0deeb81 Fix testing wrong variable for non zygote. by Mathieu Chartier · 10 years ago
  82. a68629e Always setup the native bridge library by Calin Juravle · 10 years ago
  83. 20c8930 ART: Relax GetInstructionSetFromString by Andreas Gampe · 10 years ago
  84. 37f048b Merge "[ART] Move to system/core native bridge library" by Calin Juravle · 10 years ago
  85. c842352 [ART] Move to system/core native bridge library by Calin Juravle · 10 years ago
  86. 22e4bb0 Use homogeneous space compaction for non low memory devices. by Mathieu Chartier · 10 years ago
  87. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  88. c4a7acf ART: Fix wrong command line parameter by Andreas Gampe · 10 years ago
  89. 421b646 Get the native bridge library from the framework. by Calin Juravle · 10 years ago
  90. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  91. 855564b ART: Native bridge command-line parameter by Andreas Gampe · 10 years ago
  92. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  93. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  94. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  95. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  96. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  97. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  98. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  99. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  100. 445220d Add a new type of profile data in ART profiler by Wei Jin · 10 years ago