1. 657022c ARM: VIXL32: A couple of fixes to have more tests passing. by Artem Serov · 8 years ago
  2. 725466c Merge "ARM: VIXL32: Implement HClassTableGet Visitor." by Nicolas Geoffray · 8 years ago
  3. 07e6a79 Merge "ARM: VIXL32: Fix some test failures." by Nicolas Geoffray · 8 years ago
  4. 73209a4 Merge "Don't call realpath on a file that may not exist." by Nicolas Geoffray · 8 years ago
  5. c9e2fc2 Merge "Move inline caches GC handling in JitCodeCache." by Nicolas Geoffray · 8 years ago
  6. 9ebca69 Merge "Revert CC related changes." by Nicolas Geoffray · 8 years ago
  7. f769461 Don't call realpath on a file that may not exist. by Nicolas Geoffray · 8 years ago
  8. 96172e0 Revert CC related changes. by Nicolas Geoffray · 8 years ago
  9. 626b839 Merge "Don't use ashmen when kIsTargetLinux is set." by Nicolas Geoffray · 8 years ago
  10. f5ba115 Merge "Improve invalid object logging" by Mathieu Chartier · 8 years ago
  11. 10096be Merge "Added support for android root in dexfuzz." by Aart Bik · 8 years ago
  12. d7a7c7f Merge "Fix mips build in InitEntryPoints" by Mathieu Chartier · 8 years ago
  13. cc238e2 Fix mips build in InitEntryPoints by Mathieu Chartier · 8 years ago
  14. 58a73d2 Don't use ashmen when kIsTargetLinux is set. by Nicolas Geoffray · 8 years ago
  15. f9c2f88 Merge "Fix mac build in ResetQuickAllocEntryPoints" by Mathieu Chartier · 8 years ago
  16. 8003caf Fix mac build in ResetQuickAllocEntryPoints by Mathieu Chartier · 8 years ago
  17. ae7f6b9 Merge "ARM: Fix JNI MacroAssembler after VIXL update." by Mathieu Chartier · 8 years ago
  18. ab19153 Merge "X86_64: Add allocation entrypoint switching for CC is_marking" by Mathieu Chartier · 8 years ago
  19. 8fb28dc Merge "Revert "Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved."""""" by Vladimir Marko · 8 years ago
  20. 171cf81 Revert "Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved.""""" by Vladimir Marko · 8 years ago
  21. e51ca8b Move inline caches GC handling in JitCodeCache. by Nicolas Geoffray · 8 years ago
  22. fc80ff7 Improve invalid object logging by Mathieu Chartier · 8 years ago
  23. 6287c23 ARM: Fix JNI MacroAssembler after VIXL update. by Artem Serov · 8 years ago
  24. 8662aaa Merge "Use non vixl arm macro assembler" by Mathieu Chartier · 8 years ago
  25. 67986a1 Use non vixl arm macro assembler by Mathieu Chartier · 8 years ago
  26. 52f5236 Merge "Disabled fallback to interpreter in dexfuzz." by Treehugger Robot · 8 years ago
  27. ec428a7 Merge "ARM64: Merge TBNZ+CMP+BGE/BGT to CMP+BHS/BHI in intrinsics." by Vladimir Marko · 8 years ago
  28. 60438b4 Merge "Fix event reporting from the debugger thread" by Sebastien Hertz · 8 years ago
  29. df74375 Merge "Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved.""""" by Vladimir Marko · 8 years ago
  30. ded461e Merge "Fix the target Linux builds of ART" by Nicolas Geoffray · 8 years ago
  31. c564620 ARM64: Merge TBNZ+CMP+BGE/BGT to CMP+BHS/BHI in intrinsics. by Vladimir Marko · 8 years ago
  32. 2e44560 Disabled fallback to interpreter in dexfuzz. by Branislav Rankov · 8 years ago
  33. e47172b Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved."""" by Vladimir Marko · 8 years ago
  34. d34d4f3 Merge "Removed quick support from dexfuzz." by Treehugger Robot · 8 years ago
  35. b981c5e Merge "Re-enable run-test 484-checker-register-hints with read barriers." by Roland Levillain · 8 years ago
  36. 2194a6f Added support for android root in dexfuzz. by Branislav Rankov · 8 years ago
  37. af8bcf8 Fix event reporting from the debugger thread by Sebastien Hertz · 8 years ago
  38. c23d5e4 Merge "Use junit-host instead of junit" by Paul Duffin · 8 years ago
  39. 5596fc1 Merge "Moved escape analysis to reusable module" by Treehugger Robot · 8 years ago
  40. 96fd51d Moved escape analysis to reusable module by Aart Bik · 8 years ago
  41. 932b19a Use junit-host instead of junit by Paul Duffin · 8 years ago
  42. 424c03a Merge "Refine the DexOptNeeded codes." by Nicolas Geoffray · 8 years ago
  43. 49812bd Merge "ARM: VIXL32: Fix breaking changes from recent VIXL update." by Nicolas Geoffray · 8 years ago
  44. 4e68ebf Merge "Cache flush/invalidate needs RWX permission" by Treehugger Robot · 8 years ago
  45. b18a669 Cache flush/invalidate needs RWX permission by Artem Udovichenko · 8 years ago
  46. 35b6546 Merge "ART: Throw InternalError rather than VirtualMachineError" by Orion Hodson · 8 years ago
  47. d162cfe Merge "Revert "Revert "Method Handles: Add VarargsCollector.""" by Orion Hodson · 8 years ago
  48. 7225a8d Refine the DexOptNeeded codes. by Richard Uhler · 8 years ago
  49. 1c87878 Revert "Revert "Method Handles: Add VarargsCollector."" by Orion Hodson · 8 years ago
  50. fef0664 ART: Throw InternalError rather than VirtualMachineError by Orion Hodson · 8 years ago
  51. 5ee7716 Merge "Revert "Method Handles: Add VarargsCollector."" by Orion Hodson · 8 years ago
  52. 12af7a4 Revert "Method Handles: Add VarargsCollector." by Orion Hodson · 8 years ago
  53. dda4396 ARM: VIXL32: Fix some test failures. by Anton Kirilov · 8 years ago
  54. b77051e ARM: VIXL32: Fix breaking changes from recent VIXL update. by Scott Wakeling · 8 years ago
  55. d011142 Merge "ARM: VIXL32: Improve codegen on CBZ/CBNZ" by Nicolas Geoffray · 8 years ago
  56. c3076fe Merge "Use input-vdex-fd, or input-vdex in dex2oat." by Nicolas Geoffray · 8 years ago
  57. be8440c Merge changes Ia3853e46,Ic32af2ec,I79c6cc12,Idfd59472,I68720661 by Richard Uhler · 8 years ago
  58. 03bc659 Refine OatStatus enum. by Richard Uhler · 8 years ago
  59. b0bbe8e Use input-vdex-fd, or input-vdex in dex2oat. by Nicolas Geoffray · 8 years ago
  60. f559b57 Removed quick support from dexfuzz. by Branislav Rankov · 8 years ago
  61. 7b7a78e Merge "Revert "Revert "Revert "Make sure that const-class linkage is preserved."""" by Vladimir Marko · 8 years ago
  62. 09ded92 Revert "Revert "Revert "Make sure that const-class linkage is preserved.""" by Vladimir Marko · 8 years ago
  63. 8d2c459 ARM: VIXL32: Implement HClassTableGet Visitor. by xueliang.zhong · 8 years ago
  64. 4bb3c7f Merge "Method Handles: Add VarargsCollector." by Orion Hodson · 8 years ago
  65. f51bc62 ARM: VIXL32: Improve codegen on CBZ/CBNZ by xueliang.zhong · 8 years ago
  66. 8f34359 Merge "Revert "Revert "Make sure that const-class linkage is preserved.""" by Vladimir Marko · 8 years ago
  67. 88bc673 Factor out code for picking the best oat file. by Richard Uhler · 8 years ago
  68. 46cc64f Move dumping of oat file status inside of the OatFileAssistant. by Richard Uhler · 8 years ago
  69. 3e580bc Remove OatFileAssistant IsOutOfDate, IsUpToDate, and NeedsRelocation. by Richard Uhler · 8 years ago
  70. 70a8426 Simplify decision of which is the best oat file. by Richard Uhler · 8 years ago
  71. 4b60096 Merge "Speed up verified methods" by Mathieu Chartier · 8 years ago
  72. b9bc47f Merge "libopenjdkjvmti is actually not a test library." by Nicolas Geoffray · 8 years ago
  73. 25dcbad Revert "Revert "Make sure that const-class linkage is preserved."" by Vladimir Marko · 8 years ago
  74. ab52ce1 Method Handles: Add VarargsCollector. by Orion Hodson · 8 years ago
  75. ae02d2e libopenjdkjvmti is actually not a test library. by Nicolas Geoffray · 8 years ago
  76. eb26e28 Re-enable run-test 484-checker-register-hints with read barriers. by Roland Levillain · 8 years ago
  77. bbf3311 Merge "Update expectations in SetVerifierDeps/SetStackSample." by Nicolas Geoffray · 8 years ago
  78. dd77c2b Merge "Revert "Use interpret-only instead of verify-at-runtime when testing JIT"" by Calin Juravle · 8 years ago
  79. ea7980d Revert "Use interpret-only instead of verify-at-runtime when testing JIT" by Calin Juravle · 8 years ago
  80. e424c93 Update expectations in SetVerifierDeps/SetStackSample. by Nicolas Geoffray · 8 years ago
  81. 8f26b10 Merge "Update run-test dependencies on device." by Nicolas Geoffray · 8 years ago
  82. d026ee5 Update run-test dependencies on device. by Nicolas Geoffray · 8 years ago
  83. 1af0c4f Fix the target Linux builds of ART by Julien Duraj · 8 years ago
  84. 7160190 Merge "Fix build rules for statically linked oatdump on host." by Roland Levillain · 8 years ago
  85. fc2dd61 Speed up verified methods by Mathieu Chartier · 8 years ago
  86. f215c52 Merge changes from topic 'dex2oat_dexlayout' by Jeff Hao · 8 years ago
  87. 47d840b Merge "Always fill in root table length" by Mathieu Chartier · 8 years ago
  88. 042e898 Add layout scheme to dexlayout for dex file reordering. by Jeff Hao · 8 years ago
  89. 7a704be Always fill in root table length by Mathieu Chartier · 8 years ago
  90. 0e5e9fd Merge "Verify for type_id out of range errors" by Treehugger Robot · 8 years ago
  91. f05ccaf Merge "Correctly handle EINTR return from futex" by Mathieu Chartier · 8 years ago
  92. 28e74ed Verify for type_id out of range errors by David Sehr · 8 years ago
  93. c394d05 Merge "Revert "Make sure that const-class linkage is preserved."" by Vladimir Marko · 8 years ago
  94. ecffc67 Revert "Make sure that const-class linkage is preserved." by Vladimir Marko · 8 years ago
  95. 7f07f55 Fix build rules for statically linked oatdump on host. by Roland Levillain · 8 years ago
  96. 608f2ce Add new --layout-profile compiler-filter for dex2oat. by Jeff Hao · 8 years ago
  97. ea7c629 Dexlayout cleanup and refactoring. by Jeff Hao · 8 years ago
  98. b46782a Merge "Use a per-thread VerifierDeps." by Nicolas Geoffray · 8 years ago
  99. 24a56c6 Merge "Clear the right data pointer." by Nicolas Geoffray · 8 years ago
  100. 701bb7d Merge changes If9d1da45,I6daecb52 by Vladimir Marko · 8 years ago