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