1. c0a419e Merge "Update to perflib-25.0.0 to improve processing performance." by Richard Uhler · 8 years ago
  2. 747a566 Merge "Assembly RegionTLAB allocation fast path for x86_64" by Hiroshi Yamauchi · 8 years ago
  3. 4f4a6c4 Merge "ART: Naive NullCheck elimination in InstructionBuilder" by David Brazdil · 8 years ago
  4. c120bbe ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 8 years ago
  5. 4b55b52 Merge "Thumb2: Reduce memory used for fixup dependencies." by Vladimir Marko · 8 years ago
  6. 1f2ce44 Thumb2: Reduce memory used for fixup dependencies. by Vladimir Marko · 8 years ago
  7. f7cda80 Merge "Avoid redundant Long allocation before unboxing" by Tobias Thierer · 8 years ago
  8. 1bfc7e5 Merge "ART: Disable unstarted runtime pow test for valgrind" by Treehugger Robot · 8 years ago
  9. b679515 ART: Disable unstarted runtime pow test for valgrind by Andreas Gampe · 8 years ago
  10. 436759c Merge "Make dex file loading failure more explicit about failure." by Alex Light · 8 years ago
  11. ebe4d21 Merge "Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86""" by Hiroshi Yamauchi · 8 years ago
  12. 2efce70 Merge "X86/X86_64: Switch to locked add from mfence" by Aart Bik · 8 years ago
  13. 70c0f4e Merge "Fix heap check." by Mathieu Chartier · 8 years ago
  14. a13abba Fix heap check. by Mathieu Chartier · 8 years ago
  15. 121c8a6 Merge "ART: Address late comments on a GVN memory-saving CL" by David Brazdil · 8 years ago
  16. 94408d3 ART: Address late comments on a GVN memory-saving CL by David Brazdil · 8 years ago
  17. 96e5f95 Merge "Thumb2: Fix disassembly of the b.w offset." by Vladimir Marko · 8 years ago
  18. cb55b29 Thumb2: Fix disassembly of the b.w offset. by Vladimir Marko · 8 years ago
  19. dbeb6ee Avoid redundant Long allocation before unboxing by Tobias Thierer · 8 years ago
  20. 0d399c7 Merge "Reduce memory usage in GVN" by David Brazdil · 8 years ago
  21. cc857cf Reduce memory usage in GVN by David Brazdil · 8 years ago
  22. 69cee6a Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"" by Sang, Chunlei · 8 years ago
  23. 9d7c524 Merge "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"" by Hiroshi Yamauchi · 8 years ago
  24. 0cd1bf7 Revert "Assembly TLAB and RegionTLAB allocation fast path for x86" by Hiroshi Yamauchi · 8 years ago
  25. 213120f Merge "Assembly TLAB and RegionTLAB allocation fast path for x86" by Hiroshi Yamauchi · 8 years ago
  26. 3045b66 Make dex file loading failure more explicit about failure. by Alex Light · 8 years ago
  27. 1878667 Merge "ART: Change x86 from modify_ldt to set_thread_data" by Andreas Gampe · 8 years ago
  28. 0b577a9 Merge changes I0360a078,I3e267519 by Treehugger Robot · 8 years ago
  29. 388321a Merge "Fix HInstruction::ReplaceInput(), allow no-op." by Vladimir Marko · 8 years ago
  30. c6b5627 Fix HInstruction::ReplaceInput(), allow no-op. by Vladimir Marko · 8 years ago
  31. 44e5cd8 Merge "Do less work holding thread list lock" by Mathieu Chartier · 8 years ago
  32. 7424025 Merge changes Ic40833d3,I8f286987 by Hiroshi Yamauchi · 8 years ago
  33. b8a00f9 ART: Add Math cutouts by Andreas Gampe · 8 years ago
  34. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 8 years ago
  35. 0ffdc9c Do less work holding thread list lock by Mathieu Chartier · 8 years ago
  36. a584db5 Merge "Fix RTP to hold mutator lock while using raw mirror pointers." by Vladimir Marko · 8 years ago
  37. 2bdf842 Merge "Thumb2: Fix EmitJumpTables() to extend buffer only if needed." by Vladimir Marko · 8 years ago
  38. 62977ff Fix RTP to hold mutator lock while using raw mirror pointers. by Vladimir Marko · 8 years ago
  39. 9152fed Thumb2: Fix EmitJumpTables() to extend buffer only if needed. by Vladimir Marko · 8 years ago
  40. 5eda02c Merge "Reuse HUseListNode<>s when replacing instruction or input." by Vladimir Marko · 8 years ago
  41. ac6d660 Merge "Fix reference_type_propagation_test." by Vladimir Marko · 8 years ago
  42. 5eed0c5 Fix reference_type_propagation_test. by Vladimir Marko · 8 years ago
  43. 44349d9 Merge "Revert "Increase timeout for the 570-checker-osr test from 20s to 60s."" by Vladimir Marko · 8 years ago
  44. 732350b Revert "Increase timeout for the 570-checker-osr test from 20s to 60s." by Vladimir Marko · 8 years ago
  45. b4154d3 Merge "Revert "Revert "Use dex cache from compilation unit in RTP.""" by Vladimir Marko · 8 years ago
  46. 20d2c9d Merge "ART: Remove Security initialization cutout" by Andreas Gampe · 8 years ago
  47. 9a966cb Assembly RegionTLAB allocation fast path for x86_64 by Sang, Chunlei · 8 years ago
  48. 84ed7d0 Assembly TLAB and RegionTLAB allocation fast path for x86 by Sang, Chunlei · 8 years ago
  49. 3ed30c3 ART: Remove Security initialization cutout by Andreas Gampe · 8 years ago
  50. 97e106b Merge "Do not use EXPECT_DEATH in unit test, fails on device." by Aart Bik · 8 years ago
  51. 31244b4 Do not use EXPECT_DEATH in unit test, fails on device. by Aart Bik · 8 years ago
  52. 3c19d3e Reuse HUseListNode<>s when replacing instruction or input. by Vladimir Marko · 8 years ago
  53. 6435910 Merge "Use iterators "before" the use node in HUserRecord<>." by Vladimir Marko · 8 years ago
  54. 456307a Revert "Revert "Use dex cache from compilation unit in RTP."" by Vladimir Marko · 8 years ago
  55. 544dcba Revert "Disable JDWP tests with read barriers." by Hiroshi Yamauchi · 8 years ago
  56. 8f95cf3 Fix a deadlock between debugger and GC. by Hiroshi Yamauchi · 8 years ago
  57. 814ae94 Merge "Fix a DCHECK failure in Arm64RelativePatcher with read barrier." by Hiroshi Yamauchi · 8 years ago
  58. 3471401 Merge "Fix 570-checker-osr test for non-debuggable mode." by Vladimir Marko · 8 years ago
  59. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  60. b9d338b Fix 570-checker-osr test for non-debuggable mode. by Vladimir Marko · 8 years ago
  61. 6919a01 Update to perflib-25.0.0 to improve processing performance. by Richard Uhler · 9 years ago
  62. 5f6b908 Merge "Avoid constructing types with errors." by Aart Bik · 8 years ago
  63. 35a38d1 Merge "ART: Fast-fail empty other handlers in fault handling" by Andreas Gampe · 8 years ago
  64. da66e57 Merge "Increase timeout for the 570-checker-osr test from 20s to 60s." by Vladimir Marko · 8 years ago
  65. d676227 Increase timeout for the 570-checker-osr test from 20s to 60s. by Vladimir Marko · 8 years ago
  66. c5c508d Merge "Fix inlining loops in OSR mode." by Vladimir Marko · 8 years ago
  67. fd66c50 Fix inlining loops in OSR mode. by Vladimir Marko · 8 years ago
  68. 9c8c16a Merge "Initialize a variable to suppress compiler error" by Vladimir Marko · 8 years ago
  69. 49c882b Initialize a variable to suppress compiler error by Goran Jakovljevic · 8 years ago
  70. ec2ca59 Merge "ART: Fix IsLinearOrderWellFormed in liveness analysis" by David Brazdil · 8 years ago
  71. fa3091e ART: Fix IsLinearOrderWellFormed in liveness analysis by David Brazdil · 8 years ago
  72. 8b3f9b2 Avoid constructing types with errors. by Aart Bik · 8 years ago
  73. 54c8195 Merge changes I0f164a7d,I8c408aa6 by Andreas Gampe · 8 years ago
  74. 8ce9c30 ART: Add cutout for Character.toLower/UpperCase by Andreas Gampe · 8 years ago
  75. eb8b0ae ART: Add ClassLoader.getResourceAsStream cutout by Andreas Gampe · 8 years ago
  76. d14b73d ART: Fast-fail empty other handlers in fault handling by Andreas Gampe · 8 years ago
  77. b207368 Merge changes from topic 'monitor_lock' by Mathieu Chartier · 8 years ago
  78. a5b7557 Fix a DCHECK failure in Arm64RelativePatcher with read barrier. by Hiroshi Yamauchi · 8 years ago
  79. 61b3cd4 Prevent holding stale Thread pointers by Mathieu Chartier · 8 years ago
  80. 74b3c8f Add more info to monitor contention logging by Mathieu Chartier · 8 years ago
  81. c4d445a Merge "Fix interaction between instrumentation and jit lock." by Nicolas Geoffray · 8 years ago
  82. 480d510 Fix interaction between instrumentation and jit lock. by Nicolas Geoffray · 8 years ago
  83. 27a0eb2 Merge "Increase vtable size for String class" by Yi Kong · 8 years ago
  84. f59149a Merge "Add weight to compiled/interpreter transitions." by Nicolas Geoffray · 8 years ago
  85. 2374e0f Merge "ART: Add a System.getProperty cutout" by Andreas Gampe · 8 years ago
  86. d4fa9f4 ART: Add a System.getProperty cutout by Andreas Gampe · 8 years ago
  87. 8446707 Merge "ART: Fix nits for verifier change" by Andreas Gampe · 8 years ago
  88. 8f4ade0 ART: Fix nits for verifier change by Andreas Gampe · 8 years ago
  89. 478078a Increase vtable size for String class by Yi Kong · 8 years ago
  90. 64c17bc Merge "Disable stripped-dex test for no-dex2oat." by Richard Uhler · 8 years ago
  91. 1b85354 Disable stripped-dex test for no-dex2oat. by Richard Uhler · 8 years ago
  92. 2dcab78 Merge "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 8 years ago
  93. 979fb00 Merge "Fix: correctly destruct VIXL labels." by Roland Levillain · 8 years ago
  94. 18b36ab Remove the no-longer-needed F/I and D/J alias. by Aart Bik · 8 years ago
  95. 05241f4 Merge "Enable allocation elimination as part of LSE" by Mingyao Yang · 8 years ago
  96. 6233bff Merge "OpenJdkJVM: Fix Mac OS build." by Narayan Kamath · 8 years ago
  97. db5a850 Merge "Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp""" by Bill Buzbee · 8 years ago
  98. 9984b63 Merge "Revert "Use dex cache from compilation unit in RTP."" by Nicolas Geoffray · 8 years ago
  99. 34d9b04 Revert "Use dex cache from compilation unit in RTP." by Nicolas Geoffray · 8 years ago
  100. 5b2cfd8 OpenJdkJVM: Fix Mac OS build. by Narayan Kamath · 8 years ago