1. f92e179 Merge "When profiles are requested, also generate then for non-prebuild." by Nicolas Geoffray · 8 years ago
  2. 0b6a638 When profiles are requested, also generate then for non-prebuild. by Nicolas Geoffray · 8 years ago
  3. 96c4715 Merge "Add dex file verification check for dexlayout output file." by Treehugger Robot · 8 years ago
  4. fe10279 Merge "Catch signals that happen inside a fault handler." by Treehugger Robot · 8 years ago
  5. 63badfb Merge "ART: Make test 924 more robust" by Treehugger Robot · 8 years ago
  6. b756815 Add dex file verification check for dexlayout output file. by Jeff Hao · 8 years ago
  7. 9d062bf Merge "Use offline inline caches during AOT compilation" by Calin Juravle · 8 years ago
  8. 13439f0 Use offline inline caches during AOT compilation by Calin Juravle · 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. cac55a1 Merge "Update UnstartedRuntime for System.identityHashCode." by Nicolas Geoffray · 8 years ago
  13. d1d4530 Merge "ARM(64): Improve the code generated for HSelect" by Treehugger Robot · 8 years ago
  14. 5ed51e3 Merge changes Ia26b07f0,Id3d2758c by Roland Levillain · 8 years ago
  15. 426b49c ARM(64): Improve the code generated for HSelect by Donghui Bai · 8 years ago
  16. 079f5fd Merge "Track libcore change 2c0c8889ff415431e3c2d6d5ac95748f8b284384." by Narayan Kamath · 8 years ago
  17. 2c3fc44 Merge "Don't inline methods that throw in graph with irreducible loops." by Nicolas Geoffray · 8 years ago
  18. 2e5a2e2 Merge "codegen_test: Add missing dependency." by Narayan Kamath · 8 years ago
  19. 41d8263 Merge "Revert "Stop interpreter from accessing code items of compiled code."" by Nicolas Geoffray · 8 years ago
  20. 0182229 Revert "Stop interpreter from accessing code items of compiled code." by Nicolas Geoffray · 8 years ago
  21. 68fdd5a Merge "Remove --include-patch-information option from dex2oat." by Richard Uhler · 8 years ago
  22. 02a4d7f Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 8 years ago
  23. 8a9f49e Merge "ART: Add field offset caching" by Treehugger Robot · 8 years ago
  24. 4f5dbc2 Merge "Fix duplicate classes check to iterate over classes properly." by Treehugger Robot · 8 years ago
  25. b3ab3f8 Merge "Modify invoke interface trampoline to pass interface method." by Treehugger Robot · 8 years ago
  26. 5667f56 Modify invoke interface trampoline to pass interface method. by Jeff Hao · 8 years ago
  27. df79ddb Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  28. fb005aa Merge "ART: Refactor ObjectTagTable" by Treehugger Robot · 8 years ago
  29. f02253d Merge "MIPS: Optimize code generation of check-cast and instance-of." by Treehugger Robot · 8 years ago
  30. efd20cb Catch signals that happen inside a fault handler. by Josh Gao · 8 years ago
  31. d419beb Merge "Allow store elimination for singleton that's returned" by Mingyao Yang · 8 years ago
  32. 43cfb46 Merge changes I2f8edd95,I17d67431 by Shubham Ajmera · 8 years ago
  33. e381ffe Allow building Android builds locally by Shubham Ajmera · 8 years ago
  34. eb2d2d346e Allow store elimination for singleton that's returned by Mingyao Yang · 8 years ago
  35. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 8 years ago
  36. c02fe5f Merge "Interpreter intrinsics" by Bill Buzbee · 8 years ago
  37. 8ec0a20 Fix duplicate classes check to iterate over classes properly. by Jeff Hao · 8 years ago
  38. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 8 years ago
  39. 76e342e Merge changes I16000c0c,I325003cb by Hiroshi Yamauchi · 8 years ago
  40. 78f1bdc Interpreter intrinsics by buzbee · 8 years ago
  41. ece2f7c Update UnstartedRuntime for System.identityHashCode. by Nicolas Geoffray · 8 years ago
  42. 68948e0 Merge "Improve isunit computation, some tests edits needed for SIMD." by Aart Bik · 8 years ago
  43. 0c742e4 Merge "Improve debugging output for a crash." by Vladimir Marko · 8 years ago
  44. 7b6bd79 Merge "Forgot this line for blacklisting." by Nicolas Geoffray · 8 years ago
  45. c90466d Forgot this line for blacklisting. by Nicolas Geoffray · 8 years ago
  46. 8dd56fc Improve debugging output for a crash. by Vladimir Marko · 8 years ago
  47. 9a193f6 codegen_test: Add missing dependency. by Narayan Kamath · 8 years ago
  48. 0cca4bc Merge "Blacklist test for NON_BAKER_READ_BARRIER." by Nicolas Geoffray · 8 years ago
  49. 77e3694 Blacklist test for NON_BAKER_READ_BARRIER. by Nicolas Geoffray · 8 years ago
  50. a04d4f0 Merge "Experiment with ulimit settings to see if it fixes test failure." by Richard Uhler · 8 years ago
  51. 7ec0fde Track libcore change 2c0c8889ff415431e3c2d6d5ac95748f8b284384. by Narayan Kamath · 8 years ago
  52. c52f303 Remove --include-patch-information option from dex2oat. by Richard Uhler · 8 years ago
  53. 1eede6a Don't inline methods that throw in graph with irreducible loops. by Nicolas Geoffray · 8 years ago
  54. 335f644 Merge "Invoke typed arraycopy for primitive arrays." by Nicolas Geoffray · 8 years ago
  55. 742bc41 Merge "Return the right value in VerifyClass." by Nicolas Geoffray · 8 years ago
  56. 8cb8810 Experiment with ulimit settings to see if it fixes test failure. by Richard Uhler · 8 years ago
  57. 2ec053f Merge "ART: Update LZ4 library to v1.7.5" by Treehugger Robot · 8 years ago
  58. 9e38a50 ART: Add field offset caching by Andreas Gampe · 8 years ago
  59. a6fa68f Merge "Encode inline caches with missing types in the profile" by Calin Juravle · 8 years ago
  60. 8a43324 Add two locks to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  61. b139b6d Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_." by Hiroshi Yamauchi · 8 years ago
  62. 7733305 Merge "Change "could not find class" to warning" by Mathieu Chartier · 8 years ago
  63. 7adb688 Improve isunit computation, some tests edits needed for SIMD. by Aart Bik · 8 years ago
  64. e6a60bf Merge "Bug fix in overflow detection on pow. With regression test." by Aart Bik · 8 years ago
  65. 7ba6ed7 Merge "ART: Clean up code related to foreign dex use" by Calin Juravle · 8 years ago
  66. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  67. f014021 ART: Refactor ObjectTagTable by Andreas Gampe · 8 years ago
  68. b9d09ca Allow test runner to build master-art-host targets by Shubham Ajmera · 8 years ago
  69. 7cc3ae5 Return the right value in VerifyClass. by Nicolas Geoffray · 8 years ago
  70. b603a5c Bug fix in overflow detection on pow. With regression test. by Aart Bik · 8 years ago
  71. c4aa82c Invoke typed arraycopy for primitive arrays. by Nicolas Geoffray · 8 years ago
  72. a86b359 Merge "MIPS64: Removal of unnecessary null check" by Treehugger Robot · 8 years ago
  73. ec577e7 Merge "Add the test name that is too long for diagnosing issues." by Nicolas Geoffray · 8 years ago
  74. bea3e31 Add the test name that is too long for diagnosing issues. by Nicolas Geoffray · 8 years ago
  75. 87425ed MIPS64: Removal of unnecessary null check by Tijana Jakovljevic · 8 years ago
  76. acd764a Merge "Fix dexlayout calculation of code item size." by Treehugger Robot · 8 years ago
  77. 7a970b7 Merge "Check IsModifiableClass earlier in redefineClasses and retransformClasses" by Treehugger Robot · 8 years ago
  78. d886638 Merge "Pass driver to loop opt. Add new side_effects phase." by Treehugger Robot · 8 years ago
  79. a64a64c Fix dexlayout calculation of code item size. by Jeff Hao · 8 years ago
  80. ce6ee70 Check IsModifiableClass earlier in redefineClasses and retransformClasses by Alex Light · 8 years ago
  81. 92685a8 Pass driver to loop opt. Add new side_effects phase. by Aart Bik · 8 years ago
  82. f9d80d7 Merge "Disable test 154 for JIT" by Treehugger Robot · 8 years ago
  83. 589e71e Encode inline caches with missing types in the profile by Calin Juravle · 8 years ago
  84. dcab11d Merge "Array store/allocation elimination" by Mingyao Yang · 8 years ago
  85. 3f12134 Change "could not find class" to warning by Mathieu Chartier · 8 years ago
  86. 673665b Disable test 154 for JIT by Mathieu Chartier · 8 years ago
  87. 8697490 Array store/allocation elimination by Mingyao Yang · 8 years ago
  88. 5c90d0b Merge "MIPS64: Refactor implicit null checks in array/field get/set" by Treehugger Robot · 8 years ago
  89. 54f869e Revert "Revert "Use the holder's gray bit in Baker read barrier slow paths (ARM, ARM64)."" by Roland Levillain · 8 years ago
  90. ba650a4 Revert "Revert "Use the "GC is marking" information in compiler read barriers (ARM, ARM64)."" by Roland Levillain · 8 years ago
  91. ef81e98 Merge "Disable 115-native-bridge in Makefile." by Nicolas Geoffray · 8 years ago
  92. 571ca6e Disable 115-native-bridge in Makefile. by Nicolas Geoffray · 8 years ago
  93. 225ac2f Merge "Add GC critical section to GetObjectsAllocated" by Treehugger Robot · 8 years ago
  94. e8649c7 Add GC critical section to GetObjectsAllocated by Mathieu Chartier · 8 years ago
  95. d9f647a Merge "Extend profman to generate profiles with inline caches" by Treehugger Robot · 8 years ago
  96. b2a6d12 Merge "Fix OUT_DIR usage" by Treehugger Robot · 8 years ago
  97. e0ac115 Extend profman to generate profiles with inline caches by Calin Juravle · 8 years ago
  98. 1990bda Merge "Fix dex location filtering in dex2oat" by Mathieu Chartier · 8 years ago
  99. 046854b Fix dex location filtering in dex2oat by Mathieu Chartier · 8 years ago
  100. f325e01 Fix OUT_DIR usage by Dan Willemsen · 8 years ago