1. 721276b Merge "ART: Change contention logging lock strategy" by Treehugger Robot · 8 years ago
  2. e5d5405 Merge "Revert "ART: Simple structural class check"" by Treehugger Robot · 8 years ago
  3. 9c9b936 Merge changes I8d333ea5,Ie4efc8bb by Treehugger Robot · 8 years ago
  4. f45cf4b Merge "Fix static analyzer warnings" by Treehugger Robot · 8 years ago
  5. a792067 Don't do a read barrier in GetProfilingInfo. by Nicolas Geoffray · 8 years ago
  6. 6237cd3 ART: Fix missing wait in GetAllStackTraces by Andreas Gampe · 8 years ago
  7. 991725a Revert "ART: Simple structural class check" by Andreas Gampe · 8 years ago
  8. 111b109 ART: Change contention logging lock strategy by Andreas Gampe · 8 years ago
  9. 19921b7 Merge "Fix static analyzer warnings" by Treehugger Robot · 8 years ago
  10. 1bfc9fc Merge "ART: Fix use-after-free" by Treehugger Robot · 8 years ago
  11. 2f79455 Add support for generating boot image profile by Mathieu Chartier · 8 years ago
  12. ad9173d ART: Fix use-after-free by Andreas Gampe · 8 years ago
  13. 247fc33 ART: Make gAborting an atomic by Andreas Gampe · 8 years ago
  14. 51d80cc ART: Refactor abort code by Andreas Gampe · 8 years ago
  15. d86b320 Fix static analyzer warnings by George Burgess IV · 8 years ago
  16. 984387f Fix static analyzer warnings by George Burgess IV · 8 years ago
  17. a08c9bb Merge "Ensure GetLoadedClasses only returns 'Loaded' Classes." by Treehugger Robot · 8 years ago
  18. 19df565 Merge "Add dex2oat support for profile based image creation" by Mathieu Chartier · 8 years ago
  19. 34bf622 Merge changes Ib2146ee7,I65f724be by Treehugger Robot · 8 years ago
  20. bdd0344 Merge changes Ia0c5e920,I71e957db by Treehugger Robot · 8 years ago
  21. f8a4a2c Ensure GetLoadedClasses only returns 'Loaded' Classes. by Alex Light · 8 years ago
  22. f70fe3d Add dex2oat support for profile based image creation by Mathieu Chartier · 8 years ago
  23. 46c4c85 ART: Add slow-debug test in CommonRuntimeTest by Andreas Gampe · 8 years ago
  24. 69489fa ART: Fix old warnings by Andreas Gampe · 8 years ago
  25. 28c4a23 ART: Fix RequestSynchronousCheckpoint by Andreas Gampe · 8 years ago
  26. f1221a1 ART: Use ThreadList RunCheckpoint for GetAllStackTraces by Andreas Gampe · 8 years ago
  27. 8979f71 Merge "Bump vdex version to regenerate vdex files" by Treehugger Robot · 8 years ago
  28. aea05c1 ART: Move debug-checks to runtime-debug-flags by Andreas Gampe · 8 years ago
  29. 1c5b42f ART: Add support for runtime debug checks by Andreas Gampe · 8 years ago
  30. 71fa64f Bump vdex version to regenerate vdex files by Shubham Ajmera · 8 years ago
  31. c18f3d0 Merge "Address some review comments for aog/415919" by Mathieu Chartier · 8 years ago
  32. e46f3a8 Address some review comments for aog/415919 by Mathieu Chartier · 8 years ago
  33. 6fa7b81 Add GetSourceFile and GetSourceDebugExt JVMTI functions by Alex Light · 8 years ago
  34. 18b4ed1 Merge changes from topic 'jvmti-field-cbs' by Alex Light · 8 years ago
  35. 36a296f ART: Refactor stack.h by Andreas Gampe · 8 years ago
  36. 77c7d10 Merge "Add field/method skipping helper functions to DexFile" by Mathieu Chartier · 8 years ago
  37. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 8 years ago
  38. 084fa37 Add field access & modify JVMTI callbacks by Alex Light · 8 years ago
  39. 2ebc76e Merge "Layout code items of post startup methods" by Treehugger Robot · 8 years ago
  40. 7c1be8b Layout code items of post startup methods by Mathieu Chartier · 8 years ago
  41. 8b0673f Merge "Make native field operations call instrumentation listeners." by Treehugger Robot · 8 years ago
  42. e00ec30 Make native field operations call instrumentation listeners. by Alex Light · 8 years ago
  43. 7239865 Null check thread peers in JVMTI class callbacks by Alex Light · 8 years ago
  44. 97176b0 Merge "Added scripts to analyze sanitizer poisoning" by Treehugger Robot · 8 years ago
  45. a5dcdf3 Merge "Refactor some profiling info functions" by Mathieu Chartier · 8 years ago
  46. b9499f4 Merge "ART: JIT code cache allocation cleanup" by Treehugger Robot · 8 years ago
  47. 8302d76 Merge "ART: Split out PROT_EXEC from custom low-4GB allocator" by Treehugger Robot · 8 years ago
  48. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 8 years ago
  49. 9e1c45d Added scripts to analyze sanitizer poisoning by Bharadwaj Kalandhabhatta · 8 years ago
  50. aebfd20 Merge "Clean up ArraySlice<>." by Vladimir Marko · 8 years ago
  51. 1368312 Merge "Use ArrayRef<> instead of ArraySlice<> in JVMTI." by Vladimir Marko · 8 years ago
  52. 9ac7749 Clean up ArraySlice<>. by Vladimir Marko · 8 years ago
  53. c348380 Merge "ScopedFlock: Refactor it to be a subclass of FdFile." by Narayan Kamath · 8 years ago
  54. e4deaf3 ART: JIT code cache allocation cleanup by Andreas Gampe · 8 years ago
  55. 651ba59 ART: Split out PROT_EXEC from custom low-4GB allocator by Andreas Gampe · 8 years ago
  56. e1993c7 Use ArrayRef<> instead of ArraySlice<> in JVMTI. by Vladimir Marko · 8 years ago
  57. 25e4d1e MIPS: Fix art_quick_instrumentation_entry/exit by Goran Jakovljevic · 8 years ago
  58. 1cfea7a Code cleanup around vdex. by Nicolas Geoffray · 8 years ago
  59. a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 8 years ago
  60. d38b67c Merge "ART: Add JIT cache race test" by Treehugger Robot · 8 years ago
  61. 3d8c664 Merge "ART: Add GetStackTrace fast-path" by Treehugger Robot · 8 years ago
  62. f79975c Merge "ART: Refactor GetStackTraceVisitor" by Treehugger Robot · 8 years ago
  63. de944ae Merge "Address review comments for aog/411660" by Mathieu Chartier · 8 years ago
  64. 850a0fe ART: Add GetStackTrace fast-path by Andreas Gampe · 8 years ago
  65. 6db6b4d ART: Refactor GetStackTraceVisitor by Andreas Gampe · 8 years ago
  66. 885a713 Add support for profiling boot class path by Mathieu Chartier · 8 years ago
  67. db40eac Address review comments for aog/411660 by Mathieu Chartier · 8 years ago
  68. a7548fe Merge "Add FirstPathFromRootSet and use it to debug reachability issues" by Mathieu Chartier · 8 years ago
  69. 4f5e3cb Add FirstPathFromRootSet and use it to debug reachability issues by Mathieu Chartier · 8 years ago
  70. 07e6c2d Merge "entrypoints: Remove DMBs from art_quick_alloc initialized variants." by Igor Murashkin · 8 years ago
  71. d455b87 Merge "x86/x86-64: Fix art_quick_instrumentation_exit CFI." by Vladimir Marko · 8 years ago
  72. 9877855 x86/x86-64: Fix art_quick_instrumentation_exit CFI. by Vladimir Marko · 8 years ago
  73. c5dd99f Fix mips64 build by Goran Jakovljevic · 8 years ago
  74. fbb22de Merge "Don't reset to a level above warmup threshold." by Nicolas Geoffray · 8 years ago
  75. f052aa7 Merge "Update startup compilation thresholds" by Treehugger Robot · 8 years ago
  76. 4e44dcc Merge "X86: Add sandybridge microarchitecture" by Treehugger Robot · 8 years ago
  77. 9e20fd6 Merge "Add method tracing JVMTI callbacks" by Treehugger Robot · 8 years ago
  78. 273d110 Update startup compilation thresholds by Mathieu Chartier · 8 years ago
  79. a74c04b Merge "ART: Clean up asm_support.h" by Treehugger Robot · 8 years ago
  80. 2936518 Merge "ART: Update stl_util.h" by Treehugger Robot · 8 years ago
  81. b8bff09 X86: Add sandybridge microarchitecture by Luis Hector Chavez · 8 years ago
  82. faf8320 Optimize FetchAndCacheResolvedClassesAndMethods by Mathieu Chartier · 8 years ago
  83. b2d18fa ART: Clean up asm_support.h by Andreas Gampe · 8 years ago
  84. 8bdda5a ART: Update stl_util.h by Andreas Gampe · 8 years ago
  85. 58794c5 Merge "ART: Refactor bit_utils and stl_util" by Treehugger Robot · 8 years ago
  86. b7edcda Add method tracing JVMTI callbacks by Alex Light · 8 years ago
  87. 73321bf Merge "ART: Fix old warnings" by Treehugger Robot · 8 years ago
  88. 6da1071 ART: Fix mac build by Andreas Gampe · 8 years ago
  89. 8375e4f Merge "ART: Fix or disable some tidy warnings." by Treehugger Robot · 8 years ago
  90. 05ae674 Merge "Introduce a number of MSA instructions for MIPS32" by Aart Bik · 8 years ago
  91. 2722f38 ART: Fix old warnings by Andreas Gampe · 8 years ago
  92. 88f50b1 Don't reset to a level above warmup threshold. by Nicolas Geoffray · 8 years ago
  93. 941c6ec Revert "Update profiling info allocation logic." by Nicolas Geoffray · 8 years ago
  94. f44b3a6 ART: Fix mips build by Andreas Gampe · 8 years ago
  95. d632b8b Merge changes I953d774b,Id84c44bf by Treehugger Robot · 8 years ago
  96. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 8 years ago
  97. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 8 years ago
  98. 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 8 years ago
  99. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 8 years ago
  100. 443f862 Fix local reference leak under reflection. by Chang Xing · 8 years ago