1. 22e02ac Merge "Catch signals that happen inside a fault handler." am: fe102795cf by Josh Gao · 8 years ago
  2. fe10279 Merge "Catch signals that happen inside a fault handler." by Treehugger Robot · 8 years ago
  3. 618e9a1 Merge "ART: Make test 924 more robust" am: 63badfb7f1 by Andreas Gampe · 8 years ago
  4. 63badfb Merge "ART: Make test 924 more robust" by Treehugger Robot · 8 years ago
  5. fa4c4b3 Merge "Use offline inline caches during AOT compilation" am: 9d062bf5a5 by Calin Juravle · 8 years ago
  6. 9d062bf Merge "Use offline inline caches during AOT compilation" by Calin Juravle · 8 years ago
  7. 13439f0 Use offline inline caches during AOT compilation by Calin Juravle · 8 years ago
  8. 7cbaab9 Merge "Do not allow input-vdex with dexlayout." am: 74f94dd8ed by Nicolas Geoffray · 8 years ago
  9. 74f94dd Merge "Do not allow input-vdex with dexlayout." by Nicolas Geoffray · 8 years ago
  10. 97fa992 Do not allow input-vdex with dexlayout. by Nicolas Geoffray · 8 years ago
  11. d59695c ART: Make test 924 more robust by Andreas Gampe · 8 years ago
  12. b4a55de Merge "Update UnstartedRuntime for System.identityHashCode." am: cac55a12d4 by Nicolas Geoffray · 8 years ago
  13. cac55a1 Merge "Update UnstartedRuntime for System.identityHashCode." by Nicolas Geoffray · 8 years ago
  14. 9987bb4 Merge "ARM(64): Improve the code generated for HSelect" am: d1d4530ffa by Donghui Bai · 8 years ago
  15. d1d4530 Merge "ARM(64): Improve the code generated for HSelect" by Treehugger Robot · 8 years ago
  16. ea0b7a6 Merge changes Ia26b07f0,Id3d2758c am: 5ed51e3176 by Roland Levillain · 8 years ago
  17. 5ed51e3 Merge changes Ia26b07f0,Id3d2758c by Roland Levillain · 8 years ago
  18. 03f32b0 Merge "Track libcore change 2c0c8889ff415431e3c2d6d5ac95748f8b284384." by Narayan Kamath · 8 years ago
  19. 426b49c ARM(64): Improve the code generated for HSelect by Donghui Bai · 8 years ago
  20. 079f5fd Merge "Track libcore change 2c0c8889ff415431e3c2d6d5ac95748f8b284384." by Narayan Kamath · 8 years ago
  21. d9a14d0 Merge "Don't inline methods that throw in graph with irreducible loops." by Nicolas Geoffray · 8 years ago
  22. 2c3fc44 Merge "Don't inline methods that throw in graph with irreducible loops." by Nicolas Geoffray · 8 years ago
  23. 89bbb34 Merge "codegen_test: Add missing dependency." am: 2e5a2e2183 by Narayan Kamath · 8 years ago
  24. 2e5a2e2 Merge "codegen_test: Add missing dependency." by Narayan Kamath · 8 years ago
  25. 5b3d518 Merge "Revert "Stop interpreter from accessing code items of compiled code."" by Nicolas Geoffray · 8 years ago
  26. 41d8263 Merge "Revert "Stop interpreter from accessing code items of compiled code."" by Nicolas Geoffray · 8 years ago
  27. 0182229 Revert "Stop interpreter from accessing code items of compiled code." by Nicolas Geoffray · 8 years ago
  28. 859208c Merge "Remove --include-patch-information option from dex2oat." am: 68fdd5a220 by Richard Uhler · 8 years ago
  29. 68fdd5a Merge "Remove --include-patch-information option from dex2oat." by Richard Uhler · 8 years ago
  30. d0a3a21 Merge "Stop interpreter from accessing code items of compiled code." by Jeff Hao · 8 years ago
  31. 02a4d7f Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 8 years ago
  32. fb0ab7c Merge "ART: Add field offset caching" am: 8a9f49e33b by Andreas Gampe · 8 years ago
  33. 8a9f49e Merge "ART: Add field offset caching" by Treehugger Robot · 8 years ago
  34. 3b0efca Merge "Fix duplicate classes check to iterate over classes properly." by Jeff Hao · 8 years ago
  35. 4f5dbc2 Merge "Fix duplicate classes check to iterate over classes properly." by Treehugger Robot · 8 years ago
  36. 5e8f094 Merge "Modify invoke interface trampoline to pass interface method." by Jeff Hao · 8 years ago
  37. b3ab3f8 Merge "Modify invoke interface trampoline to pass interface method." by Treehugger Robot · 8 years ago
  38. 5667f56 Modify invoke interface trampoline to pass interface method. by Jeff Hao · 8 years ago
  39. df79ddb Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  40. 737f603 Merge "ART: Refactor ObjectTagTable" am: fb005aa868 by Andreas Gampe · 8 years ago
  41. fb005aa Merge "ART: Refactor ObjectTagTable" by Treehugger Robot · 8 years ago
  42. 6901f1d Merge "MIPS: Optimize code generation of check-cast and instance-of." by Alexey Frunze · 8 years ago
  43. f02253d Merge "MIPS: Optimize code generation of check-cast and instance-of." by Treehugger Robot · 8 years ago
  44. efd20cb Catch signals that happen inside a fault handler. by Josh Gao · 8 years ago
  45. 4ff1a6e Merge "Allow store elimination for singleton that's returned" am: d419beb312 by Mingyao Yang · 8 years ago
  46. d419beb Merge "Allow store elimination for singleton that's returned" by Mingyao Yang · 8 years ago
  47. 23bb5aa Merge changes I2f8edd95,I17d67431 am: 43cfb467ef by Shubham Ajmera · 8 years ago
  48. 43cfb46 Merge changes I2f8edd95,I17d67431 by Shubham Ajmera · 8 years ago
  49. e381ffe Allow building Android builds locally by Shubham Ajmera · 8 years ago
  50. eb2d2d346e Allow store elimination for singleton that's returned by Mingyao Yang · 8 years ago
  51. bf9a2c6 Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 8 years ago
  52. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 8 years ago
  53. 175b751 Merge "Interpreter intrinsics" am: c02fe5f31d by Bill Buzbee · 8 years ago
  54. c02fe5f Merge "Interpreter intrinsics" by Bill Buzbee · 8 years ago
  55. 8ec0a20 Fix duplicate classes check to iterate over classes properly. by Jeff Hao · 8 years ago
  56. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 8 years ago
  57. 924c575 Merge changes I16000c0c,I325003cb am: 76e342eba4 by Hiroshi Yamauchi · 8 years ago
  58. 76e342e Merge changes I16000c0c,I325003cb by Hiroshi Yamauchi · 8 years ago
  59. 78f1bdc Interpreter intrinsics by buzbee · 8 years ago
  60. ece2f7c Update UnstartedRuntime for System.identityHashCode. by Nicolas Geoffray · 8 years ago
  61. 89b077b Merge "Improve isunit computation, some tests edits needed for SIMD." by Aart Bik · 8 years ago
  62. 68948e0 Merge "Improve isunit computation, some tests edits needed for SIMD." by Aart Bik · 8 years ago
  63. 7e25dc4 Merge "Improve debugging output for a crash." am: 0c742e4a5c by Vladimir Marko · 8 years ago
  64. 0c742e4 Merge "Improve debugging output for a crash." by Vladimir Marko · 8 years ago
  65. f0ee7c5 Merge "Forgot this line for blacklisting." am: 7b6bd79319 by Nicolas Geoffray · 8 years ago
  66. 7b6bd79 Merge "Forgot this line for blacklisting." by Nicolas Geoffray · 8 years ago
  67. c90466d Forgot this line for blacklisting. by Nicolas Geoffray · 8 years ago
  68. 8dd56fc Improve debugging output for a crash. by Vladimir Marko · 8 years ago
  69. a609ad8 Merge "Blacklist test for NON_BAKER_READ_BARRIER." am: 0cca4bc6a7 by Nicolas Geoffray · 8 years ago
  70. cb9ce54 Merge "Experiment with ulimit settings to see if it fixes test failure." by Richard Uhler · 8 years ago
  71. 9a193f6 codegen_test: Add missing dependency. by Narayan Kamath · 8 years ago
  72. 0cca4bc Merge "Blacklist test for NON_BAKER_READ_BARRIER." by Nicolas Geoffray · 8 years ago
  73. 77e3694 Blacklist test for NON_BAKER_READ_BARRIER. by Nicolas Geoffray · 8 years ago
  74. a04d4f0 Merge "Experiment with ulimit settings to see if it fixes test failure." by Richard Uhler · 8 years ago
  75. 7ec0fde Track libcore change 2c0c8889ff415431e3c2d6d5ac95748f8b284384. by Narayan Kamath · 8 years ago
  76. ba1ac6c Merge "Invoke typed arraycopy for primitive arrays." am: 335f644f61 by Nicolas Geoffray · 8 years ago
  77. 4224912 Merge "Return the right value in VerifyClass." am: 742bc41f75 by Nicolas Geoffray · 8 years ago
  78. c52f303 Remove --include-patch-information option from dex2oat. by Richard Uhler · 8 years ago
  79. 1eede6a Don't inline methods that throw in graph with irreducible loops. by Nicolas Geoffray · 8 years ago
  80. 335f644 Merge "Invoke typed arraycopy for primitive arrays." by Nicolas Geoffray · 8 years ago
  81. 742bc41 Merge "Return the right value in VerifyClass." by Nicolas Geoffray · 8 years ago
  82. 8cb8810 Experiment with ulimit settings to see if it fixes test failure. by Richard Uhler · 8 years ago
  83. e769720 Merge "ART: Update LZ4 library to v1.7.5" am: 2ec053fa33 by David Lin · 8 years ago
  84. 2ec053f Merge "ART: Update LZ4 library to v1.7.5" by Treehugger Robot · 8 years ago
  85. 8db2d6a Merge "Encode inline caches with missing types in the profile" am: a6fa68f229 by Calin Juravle · 8 years ago
  86. 9e38a50 ART: Add field offset caching by Andreas Gampe · 8 years ago
  87. a6fa68f Merge "Encode inline caches with missing types in the profile" by Calin Juravle · 8 years ago
  88. 8a43324 Add two locks to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  89. b139b6d Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_." by Hiroshi Yamauchi · 8 years ago
  90. d92fa3b Merge "Change "could not find class" to warning" am: 7733305ab5 by Mathieu Chartier · 8 years ago
  91. 7733305 Merge "Change "could not find class" to warning" by Mathieu Chartier · 8 years ago
  92. 7adb688 Improve isunit computation, some tests edits needed for SIMD. by Aart Bik · 8 years ago
  93. d81b434 Merge "Bug fix in overflow detection on pow. With regression test." by Aart Bik · 8 years ago
  94. e6a60bf Merge "Bug fix in overflow detection on pow. With regression test." by Aart Bik · 8 years ago
  95. 09a1c33 Merge "ART: Clean up code related to foreign dex use" am: 7ba6ed786a by Calin Juravle · 8 years ago
  96. 7ba6ed7 Merge "ART: Clean up code related to foreign dex use" by Calin Juravle · 8 years ago
  97. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  98. f014021 ART: Refactor ObjectTagTable by Andreas Gampe · 8 years ago
  99. b9d09ca Allow test runner to build master-art-host targets by Shubham Ajmera · 8 years ago
  100. 7cc3ae5 Return the right value in VerifyClass. by Nicolas Geoffray · 8 years ago