1. a1227a1 Fix byte_cas to use uintptr_t Atomic. by Mathieu Chartier · 11 years ago
  2. 09f60a9 Merge "Use canonical paths when searching for dex files" into lmp-dev by Calin Juravle · 11 years ago
  3. ac30413 ART: Fix memory unmapped twice issue in ElfFile::Load(bool) by Jim_Guo · 11 years ago
  4. 27a10f6 Use the uncached form of BacktraceMap::Create. by Christopher Ferris · 11 years ago
  5. 04ce113 Make verifier identify unresolved methods as constructors by <init>. by Jeff Hao · 11 years ago
  6. 66d1caf Use canonical paths when searching for dex files by Calin Juravle · 11 years ago
  7. d4c3c62 Fix broken JNI IsAssignableFrom. by Narayan Kamath · 11 years ago
  8. 07206af Reduce time and memory usage of GVN. by Vladimir Marko · 11 years ago
  9. b99b8d6 ART: Fix verifier mishandling erroneous array component types by Andreas Gampe · 11 years ago
  10. 6bff713 Add support for bump pointer spaces to DdmSendHeapSegments. by Mathieu Chartier · 11 years ago
  11. c7c6d18 Stop thread from reattaching during runtime shutdown while tracing. by Jeff Hao · 11 years ago
  12. 78b367a Merge "Submitted wrong changelist!" into lmp-dev by Jeff Hao · 11 years ago
  13. 82558ac Submitted wrong changelist! by Jeff Hao · 11 years ago
  14. c96657c Stop thread from reattaching during runtime shutdown while tracing. by Jeff Hao · 11 years ago
  15. eaa6da1 ART: Bump oat version for embedded vtable by Andreas Gampe · 11 years ago
  16. 9854fe2 Fix build, missing spaces around =/<. by Mingyao Yang · 11 years ago
  17. e19f2b0 Set vtable in class object to null after linking. by Mingyao Yang · 11 years ago
  18. fb74d87 Merge "Stop thread from reattaching during runtime shutdown while tracing." into lmp-dev by Jeff Hao · 11 years ago
  19. 5cac343 ART: Check for duplicate class definitions in dex file verifier by Andreas Gampe · 11 years ago
  20. 4c6427a ART: Reject array-length on non-reference register by Andreas Gampe · 11 years ago
  21. 22e59fd ART: Allow arrays with erroneous component type by Andreas Gampe · 11 years ago
  22. 0237ac8 ART: Special-case cb(n)z even for in-reg constant by Andreas Gampe · 11 years ago
  23. f071e86 Merge "ART: Use array-inl.h in reference_table_test" into lmp-dev by Andreas Gampe · 11 years ago
  24. eb88be2 ART: Use array-inl.h in reference_table_test by Andreas Gampe · 11 years ago
  25. 698d79d ART: Clean up API after change 102631 by Andreas Gampe · 11 years ago
  26. b2ac1ab Fix main space memory leak and add checks. by Mathieu Chartier · 11 years ago
  27. 5d79044 Merge "Fix dangling pointer bug when transitioning to background." into lmp-dev by Mathieu Chartier · 11 years ago
  28. 27c84b6 Fix dangling pointer bug when transitioning to background. by Mathieu Chartier · 11 years ago
  29. 3847d66 Merge "Increase limit to 2600 on host clang builds for frame size." into lmp-dev by Stephen Hines · 11 years ago
  30. e1b3cc7 Increase limit to 2600 on host clang builds for frame size. by Stephen Hines · 11 years ago
  31. 137e5b2 Update frame-larger-than limit to 2440 for new clang. by Stephen Hines · 11 years ago
  32. 79ce45c Add back a deleted check related to verification. by Stephen Hines · 11 years ago
  33. 4df72b8 Remove errors/warnings from tautological comparisons. by Stephen Hines · 11 years ago
  34. 76fb601 Merge "Update frame-larger-than limit to 2440 for new clang." into lmp-dev by Stephen Hines · 11 years ago
  35. bacabce Merge "Add back a deleted check related to verification." into lmp-dev by Stephen Hines · 11 years ago
  36. 9ef2ec9 Merge "Remove errors/warnings from tautological comparisons." into lmp-dev by Stephen Hines · 11 years ago
  37. ee2d1ad Fix JNI compiler frame size adjustments. by Vladimir Marko · 11 years ago
  38. 6d5e82f ART: Fix wrong CHECK in GetCurrentLocationForThrow by Andreas Gampe · 11 years ago
  39. b3ec51e ART: Relax CurrentMethodVisitor requirements on GetDexPC by Andreas Gampe · 11 years ago
  40. 9157c0c ART: Account for multidex location strings in VMClassLoader by Andreas Gampe · 11 years ago
  41. c0dcf29 Fix stale remembered sets error. by Mathieu Chartier · 11 years ago
  42. 5dc158e Fix access to long/double stack values from debugger by Sebastien Hertz · 11 years ago
  43. bebee4f ART: Refactor GenSelect, refactor gen_common accordingly by Andreas Gampe · 11 years ago
  44. d68168e Merge "ART: Do not attempt to compile a method with too many registers" into lmp-dev by Andreas Gampe · 11 years ago
  45. b07bba1 ART: Do not attempt to compile a method with too many registers by Andreas Gampe · 11 years ago
  46. 38c488b Recycle mem-maps for collector transitions. by Mathieu Chartier · 11 years ago
  47. b76cac6 Revert "Revert "Disable adding main and non moving spaces to immune region in GSS"" by Mathieu Chartier · 11 years ago
  48. 1f71037 Merge "ART: Check high part of dalvik register pairs on put-wide" into lmp-dev by Andreas Gampe · 11 years ago
  49. 328fbbf ART: Check high part of dalvik register pairs on put-wide by Andreas Gampe · 11 years ago
  50. 0f45f22 ART: Throw StackOverflowError in native code by Andreas Gampe · 11 years ago
  51. f5881ed ART: Fix x86_64 instrumentation_exit, also movsd -> movq by Andreas Gampe · 11 years ago
  52. 2c240f7 Fix x86 instrumentation exit entrypoint and trace size limit. by Jeff Hao · 11 years ago
  53. 4490ff4 Merge "Rewrite topological sort order and improve GVN." into lmp-dev by Vladimir Marko · 11 years ago
  54. 1fd4821 Rewrite topological sort order and improve GVN. by Vladimir Marko · 11 years ago
  55. 293caab Fix null pointer check elimination for catch entries. by Vladimir Marko · 11 years ago
  56. f9d6aed Use vabs/fabs on arm/arm64 for intrinsic abs(). by Vladimir Marko · 11 years ago
  57. 01bd8e3 Merge "Revert "Disable adding main and non moving spaces to immune region in GSS"" into lmp-dev by Mathieu Chartier · 11 years ago
  58. f85c2fb Revert "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 11 years ago
  59. 1e5bc0b Fix bad comment in class_linker by Calin Juravle · 11 years ago
  60. 1a5272e Merge "Rename openDexFileNative to openDexFile." into lmp-dev by Narayan Kamath · 11 years ago
  61. 5554c0c Merge "Make ART fail gracefully when it can't update the desired code." into lmp-dev by Narayan Kamath · 11 years ago
  62. f021cc0 ART: Also accept java.lang.Throwable as a catch-all handler. by Andreas Gampe · 11 years ago
  63. 4a3a3d4 Merge "ART: Improve overflow detection in dex file verifier" into lmp-dev by Andreas Gampe · 11 years ago
  64. ffdf1a7 ART: Improve overflow detection in dex file verifier by Andreas Gampe · 11 years ago
  65. 147eb41 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
  66. 39c86bc Make ART fail gracefully when it can't update the desired code. by Calin Juravle · 11 years ago
  67. f491680 Merge "ART: Fail dex file verification on invalid access flags" into lmp-dev by Andreas Gampe · 11 years ago
  68. 0bab231 ART: Fail dex file verification on invalid access flags by Andreas Gampe · 11 years ago
  69. 66a1161 Merge "Fix identifier size in the heap dump." into lmp-dev by Narayan Kamath · 11 years ago
  70. acb4eb1 Fix GVN to handle normal paths leading to catch entry. by Vladimir Marko · 11 years ago
  71. ccc68d6 Fix identifier size in the heap dump. by Calin Juravle · 11 years ago
  72. a2f85ca Merge "Avoid race in single thread suspension." into lmp-dev by Ian Rogers · 11 years ago
  73. 6093a5c Avoid race in single thread suspension. by Ian Rogers · 11 years ago
  74. 493c9be ART: Make a soft failure in method verifier hard, add check by Andreas Gampe · 11 years ago
  75. d07c9cd ART: Lock an arg reg in GenInlinedGet by Andreas Gampe · 11 years ago
  76. d856142 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 11 years ago
  77. 62327cd Fix class initialization checks in interpreter by Sebastien Hertz · 11 years ago
  78. be0562f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 11 years ago
  79. 8edcb9c Rename openDexFileNative to openDexFile. by Calin Juravle · 11 years ago
  80. b960cd7 Use sched_yield in Monitor::MonitorEnter. by Mathieu Chartier · 11 years ago
  81. 59fe711 Fix infinite loop when calling SetStatus after OOM. by Mathieu Chartier · 11 years ago
  82. 63c8d35 am 0b316726: am cf90ba7e: Merge "ART: Add another special case to GenSelect for ARM64" by Andreas Gampe · 11 years ago
  83. 0b31672 am cf90ba7e: Merge "ART: Add another special case to GenSelect for ARM64" by Andreas Gampe · 11 years ago
  84. c9d58c5 am ccdaa5ea: am 6ef2aa67: Merge "ART: Rework TargetReg(symbolic_reg, wide)" by Andreas Gampe · 11 years ago
  85. ccdaa5e am 6ef2aa67: Merge "ART: Rework TargetReg(symbolic_reg, wide)" by Andreas Gampe · 11 years ago
  86. 999d0ca am 87354a55: am 3b7da819: Merge "ART: Correct disassembling of regs from opcodes" by Ian Rogers · 11 years ago
  87. 87354a5 am 3b7da819: Merge "ART: Correct disassembling of regs from opcodes" by Ian Rogers · 11 years ago
  88. a4f12f7 am 949e5980: am b7e78cb6: Merge "AArch64: Fix and enable reverseBytes intrinsic." by Andreas Gampe · 11 years ago
  89. 20edf17 am c8cd6926: am 5727339f: Merge "Aarch64: easy division and remainder for long ints." by Andreas Gampe · 11 years ago
  90. 9c55d53 am c76192c5: am 7aab9879: Merge "ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler" by Andreas Gampe · 11 years ago
  91. 5e09312 am 7d76f600: am 0f73aa8f: Merge "Update counting VR for promotion" by Andreas Gampe · 11 years ago
  92. 949e598 am b7e78cb6: Merge "AArch64: Fix and enable reverseBytes intrinsic." by Andreas Gampe · 11 years ago
  93. c8cd692 am 5727339f: Merge "Aarch64: easy division and remainder for long ints." by Andreas Gampe · 11 years ago
  94. c76192c am 7aab9879: Merge "ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler" by Andreas Gampe · 11 years ago
  95. 7d76f60 am 0f73aa8f: Merge "Update counting VR for promotion" by Andreas Gampe · 11 years ago
  96. 299b248 am c9ffb3d2: am bc9127a5: Merge "AArch64: Fix def use." by Andreas Gampe · 11 years ago
  97. c9ffb3d am bc9127a5: Merge "AArch64: Fix def use." by Andreas Gampe · 11 years ago
  98. ccc3087 am 0c96b613: am 0ee33c32: Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 11 years ago
  99. 0c96b61 am 0ee33c32: Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 11 years ago
  100. c3d312e am 3ad68036: am 8c472818: Merge "ART: Compacting ROS/DlMalloc spaces with semispace copy GC" by Mathieu Chartier · 11 years ago