1. 46cc64f Move dumping of oat file status inside of the OatFileAssistant. by Richard Uhler · 8 years ago
  2. 3e580bc Remove OatFileAssistant IsOutOfDate, IsUpToDate, and NeedsRelocation. by Richard Uhler · 8 years ago
  3. 70a8426 Simplify decision of which is the best oat file. by Richard Uhler · 8 years ago
  4. 4b60096 Merge "Speed up verified methods" by Mathieu Chartier · 8 years ago
  5. e424c93 Update expectations in SetVerifierDeps/SetStackSample. by Nicolas Geoffray · 8 years ago
  6. fc2dd61 Speed up verified methods by Mathieu Chartier · 8 years ago
  7. f215c52 Merge changes from topic 'dex2oat_dexlayout' by Jeff Hao · 8 years ago
  8. 47d840b Merge "Always fill in root table length" by Mathieu Chartier · 8 years ago
  9. 7a704be Always fill in root table length by Mathieu Chartier · 8 years ago
  10. 0e5e9fd Merge "Verify for type_id out of range errors" by Treehugger Robot · 8 years ago
  11. f05ccaf Merge "Correctly handle EINTR return from futex" by Mathieu Chartier · 8 years ago
  12. 28e74ed Verify for type_id out of range errors by David Sehr · 8 years ago
  13. ecffc67 Revert "Make sure that const-class linkage is preserved." by Vladimir Marko · 8 years ago
  14. 608f2ce Add new --layout-profile compiler-filter for dex2oat. by Jeff Hao · 8 years ago
  15. b46782a Merge "Use a per-thread VerifierDeps." by Nicolas Geoffray · 8 years ago
  16. f46501c Clear the right data pointer. by Nicolas Geoffray · 8 years ago
  17. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  18. 9ee5fdf Merge "Make sure that const-class linkage is preserved." by Vladimir Marko · 8 years ago
  19. 6f4d102 Correctly handle EINTR return from futex by Daniel Colascione · 8 years ago
  20. da2d78b Merge "Check same dex file for finding class descriptor string id" by Mathieu Chartier · 8 years ago
  21. 668ba83 Merge changes I8e51415a,I79a255c1 by Treehugger Robot · 8 years ago
  22. 32b5030 Check same dex file for finding class descriptor string id by Mathieu Chartier · 8 years ago
  23. a598b86 Merge "ART: Add dex::TypeIndex" by Treehugger Robot · 8 years ago
  24. b2dc551 Merge "ART: Add boot classpath check for initialization" by Treehugger Robot · 8 years ago
  25. e38f032 Merge "Use type lookup tables in compiler" by Mathieu Chartier · 8 years ago
  26. 19886db Make sure that const-class linkage is preserved. by Vladimir Marko · 8 years ago
  27. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  28. 22f71d2 ART: Add boot classpath check for initialization by Andreas Gampe · 8 years ago
  29. 1b86849 Use type lookup tables in compiler by Mathieu Chartier · 8 years ago
  30. bb4366d Merge "ART: Fix line break in Throwable::Dump" by Treehugger Robot · 8 years ago
  31. dac7ad1 Merge "Revert "Revert "Revert "Revert "JIT root tables.""""" by Nicolas Geoffray · 8 years ago
  32. cca340b ART: Fix line break in Throwable::Dump by Andreas Gampe · 8 years ago
  33. f8f36c2 ART: Do not DCHECK in verifier when already aborting by Andreas Gampe · 8 years ago
  34. 320ba91 ART: Add debug exception check to JIT by Andreas Gampe · 8 years ago
  35. 9fd470f ART: Extend DumpRecursiveAbort by Andreas Gampe · 8 years ago
  36. 1013bde Fix valgrind issue with thread_pool_test. by Andreas Gampe · 8 years ago
  37. 93c3090 ART: Add JNI local details for FollowReferences by Andreas Gampe · 8 years ago
  38. 862bdd8 ART: Fix generic_ptr handling in GetMethodName by Andreas Gampe · 8 years ago
  39. 7afa454 ART: Dump native stack on recursive abort by Andreas Gampe · 8 years ago
  40. b67906b ART: Use cerr in Runtime::Abort on the host by Andreas Gampe · 8 years ago
  41. 132d836 Revert "Revert "Revert "Revert "JIT root tables."""" by Nicolas Geoffray · 8 years ago
  42. 2dae2f2 Merge "Add dequickening support." by Nicolas Geoffray · 8 years ago
  43. 01b70e8 Add dequickening support. by Nicolas Geoffray · 8 years ago
  44. e2fc98e Fix valgrind issue with thread_pool_test. by Nicolas Geoffray · 8 years ago
  45. 1ffcf7b Fix false positive stack ASan errors on x86. by Evgenii Stepanov · 8 years ago
  46. 137b075 Merge "Change offline profile to store type_idx of classes." by Jeff Hao · 8 years ago
  47. de19542 Merge changes I710ca0ed,I576e7926,Id0144b68 by Treehugger Robot · 8 years ago
  48. 54b5855 Change offline profile to store type_idx of classes. by Jeff Hao · 8 years ago
  49. f149b3f ART: Add ScopedJitSuspend by Andreas Gampe · 8 years ago
  50. 6f3a70f ART: Change ThreadPool::Wait behavior by Andreas Gampe · 8 years ago
  51. 2b36258 Merge "MIPS32: Assign missing entrypoints in InitEntryPoints" by Treehugger Robot · 8 years ago
  52. ab39c21 Merge "Address comments from aog/303658." by Hiroshi Yamauchi · 8 years ago
  53. 96de579 Merge "Ensure CC GC is used for the read barrier config." by Treehugger Robot · 8 years ago
  54. 6013f77 Address comments from aog/303658. by Hiroshi Yamauchi · 8 years ago
  55. 1b0adbf Ensure CC GC is used for the read barrier config. by Hiroshi Yamauchi · 8 years ago
  56. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  57. e896678 Merge "ART: Prioritize reference table dump" by Treehugger Robot · 8 years ago
  58. 78edc92 Merge "Pass object instead of class to instanceof entrypoint" by Mathieu Chartier · 8 years ago
  59. 9fd8c60 Pass object instead of class to instanceof entrypoint by Mathieu Chartier · 8 years ago
  60. 1c80417 Merge "Add option to force all code to be deoptimizable" by Treehugger Robot · 8 years ago
  61. 6b16d89 Add option to force all code to be deoptimizable by Alex Light · 8 years ago
  62. 8863566 Merge "Fix use of std::stoi without error handling." by Jeff Hao · 8 years ago
  63. 6e970e7 ART: Prioritize reference table dump by Andreas Gampe · 8 years ago
  64. 26c8f54 Merge "Optimize non-intrinsic object array copy for Baker." by Treehugger Robot · 8 years ago
  65. b4f5230 Fix use of std::stoi without error handling. by Jeff Hao · 8 years ago
  66. e07b0b4 Merge "Change 64 bit atomic counter to size_t" by Mathieu Chartier · 8 years ago
  67. e43b80e Optimize non-intrinsic object array copy for Baker. by Hiroshi Yamauchi · 8 years ago
  68. 81cae78 Merge "Revert "Revert "Revert "JIT root tables."""" by Nicolas Geoffray · 8 years ago
  69. 3395fbc Revert "Revert "Revert "JIT root tables.""" by Nicolas Geoffray · 8 years ago
  70. ddb7b43 Merge "Revert "Revert "Rename vdex-fd to output-vdex-fd, add input-vdex-fd.""" by Nicolas Geoffray · 8 years ago
  71. 4b050e8 Merge "Revert "Revert "JIT root tables.""" by Nicolas Geoffray · 8 years ago
  72. e66dd49 Merge "Add visiting for class loaders in StickyMarkSweep" by Treehugger Robot · 8 years ago
  73. 7b8a265 ART: Fix alloc-dealloc mismatch by Andreas Gampe · 8 years ago
  74. a2d1b28 Add visiting for class loaders in StickyMarkSweep by neo.chae · 8 years ago
  75. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 8 years ago
  76. 380848a Merge "ART: Expose vreg and visitor in RootInfo" by Treehugger Robot · 8 years ago
  77. f1412b4 MethodHandles: Fix MethodType::IsConvertible() error. by Orion Hodson · 8 years ago
  78. 75afcdd Revert "Revert "JIT root tables."" by Nicolas Geoffray · 8 years ago
  79. 07d5e39 Merge "MethodHandles: Enable return value conversions." by Orion Hodson · 8 years ago
  80. cff6905 Fix mips build by Mathieu Chartier · 8 years ago
  81. 1f01a46 Merge "Use entrypoint switching to reduce code size of GcRoot read barrier" by Mathieu Chartier · 8 years ago
  82. fe814e8 Use entrypoint switching to reduce code size of GcRoot read barrier by Mathieu Chartier · 8 years ago
  83. 1a06f9f MethodHandles: Enable return value conversions. by Orion Hodson · 8 years ago
  84. e657424 Add capabilities for jvmti. by Alex Light · 8 years ago
  85. a6a448a Revert "Revert "Rename vdex-fd to output-vdex-fd, add input-vdex-fd."" by Nicolas Geoffray · 8 years ago
  86. 16593ed Merge "Change string compression encoding." by Treehugger Robot · 8 years ago
  87. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  88. 1f77fed Merge "ART: Add reference following code" by Treehugger Robot · 8 years ago
  89. 3b3daf3 Merge "Revert "Rename vdex-fd to output-vdex-fd, add input-vdex-fd."" by Nicolas Geoffray · 8 years ago
  90. d4acdd3 Revert "Rename vdex-fd to output-vdex-fd, add input-vdex-fd." by Nicolas Geoffray · 8 years ago
  91. 140da3b ART: Expose vreg and visitor in RootInfo by Andreas Gampe · 8 years ago
  92. 70bfc8a ART: Add reference following code by Andreas Gampe · 8 years ago
  93. 7891b23 Merge "Allow read side effects for removing dead instructions." by Aart Bik · 8 years ago
  94. ff7d89c Allow read side effects for removing dead instructions. by Aart Bik · 8 years ago
  95. 20c56a8 Merge "Revert "JIT root tables."" by Nicolas Geoffray · 8 years ago
  96. 4acd036 Revert "JIT root tables." by Nicolas Geoffray · 8 years ago
  97. c3410ca Merge "MethodHandles: Remove obsolete TODO." by Narayan Kamath · 8 years ago
  98. 1a9cd64 Merge "Rename vdex-fd to output-vdex-fd, add input-vdex-fd." by Nicolas Geoffray · 8 years ago
  99. 751e288 MethodHandles: Remove obsolete TODO. by Narayan Kamath · 8 years ago
  100. fdaf0f4 Change string compression encoding. by Vladimir Marko · 8 years ago