1. f5a3099 Use isolated namespaces for app native libs by Dmitriy Ivanov · 9 years ago
  2. 748047d Merge "ART: Stash a resolved method late in the verifier" by Andreas Gampe · 9 years ago
  3. 1a74dc4 Merge "Output static field values in dexdump" by Shinichiro Hamaji · 9 years ago
  4. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  5. 170e01a Merge "Revert "ART: Check invoke-interface earlier in verifier"" by Andreas Gampe · 9 years ago
  6. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  7. 34760f9 Merge "ART: Refactor verifier callbacks" by Andreas Gampe · 9 years ago
  8. a1b2121 Merge "Refactor and clean up OatWriter and Dex2Oat." by Vladimir Marko · 9 years ago
  9. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 9 years ago
  10. 840d229 Merge "Revert "Revert "Add support for LZ4 compressed image files""" by Mathieu Chartier · 9 years ago
  11. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  12. 836ee76 Merge "Get source mapping table from stack maps." by David Srbecky · 9 years ago
  13. f71b3ad Get source mapping table from stack maps. by David Srbecky · 9 years ago
  14. d480156 Merge "Fix braino when resolving an invoke-super." by Nicolas Geoffray · 9 years ago
  15. 41844e5 Fix braino when resolving an invoke-super. by Nicolas Geoffray · 9 years ago
  16. 4a34064 Merge "ART: Fix bug in DCE not removing phis from catch phi uses" by David Brazdil · 9 years ago
  17. 04ff4e8 ART: Fix bug in DCE not removing phis from catch phi uses by David Brazdil · 9 years ago
  18. a10a075 Merge "Fix the build-art-multi-executable Make function." by Roland Levillain · 9 years ago
  19. ea6f8d8 Fix the build-art-multi-executable Make function. by Roland Levillain · 9 years ago
  20. 6d0aefd Merge "MIPS32: Improve integer division by constants" by Nicolas Geoffray · 9 years ago
  21. 6247556 Merge "Fix imgdiag build rules." by Roland Levillain · 9 years ago
  22. 3045cfe Fix imgdiag build rules. by Roland Levillain · 9 years ago
  23. 70a3390 Merge "Revert "Add support for LZ4 compressed image files"" by Nicolas Geoffray · 9 years ago
  24. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  25. 53e32d1 ART: Refactor verifier callbacks by Andreas Gampe · 9 years ago
  26. 82863f0 Output static field values in dexdump by Shinichiro Hamaji · 9 years ago
  27. 1d97f94 Merge "ART: Make trampoline compiler pointer-size-safe" by Andreas Gampe · 9 years ago
  28. 4d98c84 ART: Make trampoline compiler pointer-size-safe by Andreas Gampe · 9 years ago
  29. f1975e4 Merge "Simplify and rename IsLoopInvariant() test." by Mingyao Yang · 9 years ago
  30. 7cbd95c Merge "Add support for LZ4 compressed image files" by Mathieu Chartier · 9 years ago
  31. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  32. d7d23ee Merge "Add local variables to DWARF." by David Srbecky · 9 years ago
  33. 996ed0b Add local variables to DWARF. by David Srbecky · 9 years ago
  34. f9a9f2b Merge "Clarify --boot-image help message" by Vladimir Marko · 9 years ago
  35. 2c1164c Merge "ART: Reduce the instructions generated by packed switch." by Vladimir Marko · 9 years ago
  36. 976af0a Merge "ART: Add FdFile::Copy() to copy data from another file." by Vladimir Marko · 9 years ago
  37. 5096e66 ART: Add FdFile::Copy() to copy data from another file. by Vladimir Marko · 9 years ago
  38. 64fff41 Clarify --boot-image help message by Kevin Brodsky · 9 years ago
  39. 533ffe5 Merge "MIPS64: Enable StringCompareTo and StringIndexOf stub tests" by Andreas Gampe · 9 years ago
  40. 4b467ed Simplify and rename IsLoopInvariant() test. by Mingyao Yang · 9 years ago
  41. eb5ddd7 Merge "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  42. 59f054d ART: Reduce the instructions generated by packed switch. by Zheng Xu · 9 years ago
  43. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  44. 2433d4e Merge "Allow initializing runtime with parsed options." am: e0d25b156e by Vladimir Marko · 9 years ago
  45. e0d25b1 Merge "Allow initializing runtime with parsed options." by Vladimir Marko · 9 years ago
  46. 74af075 Merge "Fix test-art-target-sync when ART_TEST_ANDROID_ROOT is used." by Roland Levillain · 9 years ago
  47. 763fd2d Merge "Fix test-art-target-sync when ART_TEST_ANDROID_ROOT is used." by Roland Levillain · 9 years ago
  48. ca023a3 Fix test-art-target-sync when ART_TEST_ANDROID_ROOT is used. by Roland Levillain · 9 years ago
  49. 436abf7 Merge "ART: Instruction dumper should handle out-of-bound index for const-string" by Vladimir Marko · 9 years ago
  50. 8dd7165 Merge "ART: Instruction dumper should handle out-of-bound index for const-string" by Vladimir Marko · 9 years ago
  51. 17f715c Merge "ART: Enable all optimizations except LSE under try/catch" am: 95f05a89a6 by David Brazdil · 9 years ago
  52. 95f05a8 Merge "ART: Enable all optimizations except LSE under try/catch" by David Brazdil · 9 years ago
  53. 8993caf ART: Enable all optimizations except LSE under try/catch by David Brazdil · 9 years ago
  54. 67c5ddd ART: Instruction dumper should handle out-of-bound index for const-string by Serdjuk, Nikolay Y · 9 years ago
  55. 6df522e Merge "Replace proxy class names with deterministic ones for test output." by Hiroshi Yamauchi · 9 years ago
  56. e8be90a Merge "Replace proxy class names with deterministic ones for test output." by Hiroshi Yamauchi · 9 years ago
  57. 75d5053 Replace proxy class names with deterministic ones for test output. by Hiroshi Yamauchi · 9 years ago
  58. 96c37a7 Merge "ART: Fix PACKED size of tls_ptr_size." am: 9f62af0e1c by Andreas Gampe · 9 years ago
  59. 9f62af0 Merge "ART: Fix PACKED size of tls_ptr_size." by Andreas Gampe · 9 years ago
  60. 781a197 Merge "Combine class sets when writing a class table" am: 3cf8583a2f by Mathieu Chartier · 9 years ago
  61. ec698a4 Merge "Annotate root objects and show their types." am: 0e72abfae7 by Richard Uhler · 9 years ago
  62. 867c60b Merge "Revert "Fix the ART Buildbots using the master-art manifest."" by Roland Levillain · 9 years ago
  63. 0be457f Merge "Fix the ART Buildbots using the master-art manifest." am: a2964d5ab5 by Roland Levillain · 9 years ago
  64. c78124a Merge "Annotate Boolean literals more uniformly in Optimizing\'s intrinsics." by Roland Levillain · 9 years ago
  65. daff07a Merge "Fix art::x86::IntrinsicLocationsBuilderX86::VisitUnsafeGetLong." by Roland Levillain · 9 years ago
  66. 3cf8583 Merge "Combine class sets when writing a class table" by Mathieu Chartier · 9 years ago
  67. 0e72abf Merge "Annotate root objects and show their types." by Richard Uhler · 9 years ago
  68. 526377f Merge "Revert "Fix the ART Buildbots using the master-art manifest."" by Roland Levillain · 9 years ago
  69. da30904 Revert "Fix the ART Buildbots using the master-art manifest." by Roland Levillain · 9 years ago
  70. 88b2b80 Allow initializing runtime with parsed options. by Vladimir Marko · 9 years ago
  71. a2964d5 Merge "Fix the ART Buildbots using the master-art manifest." by Roland Levillain · 9 years ago
  72. f138928 Fix the ART Buildbots using the master-art manifest. by Roland Levillain · 9 years ago
  73. a675606 Merge "Annotate Boolean literals more uniformly in Optimizing's intrinsics." by Roland Levillain · 9 years ago
  74. bf84a3d Annotate Boolean literals more uniformly in Optimizing's intrinsics. by Roland Levillain · 9 years ago
  75. 038f4f2 Merge "Fix art::x86::IntrinsicLocationsBuilderX86::VisitUnsafeGetLong." by Roland Levillain · 9 years ago
  76. 03e6cb6 Merge "MIPS32: Bit rotation intrinsics" am: 5bde68ff34 by Andreas Gampe · 9 years ago
  77. 5bde68f Merge "MIPS32: Bit rotation intrinsics" by Andreas Gampe · 9 years ago
  78. 1f1899a Merge "MIPS32: int java.lang.*.numberOfTrailingZeros" am: fdacff89f5 by Andreas Gampe · 9 years ago
  79. 203cab2 Merge "MIPS32: int java.lang.*.numberOfLeadingZeros" am: e15f6e2d26 by Andreas Gampe · 9 years ago
  80. fdacff8 Merge "MIPS32: int java.lang.*.numberOfTrailingZeros" by Andreas Gampe · 9 years ago
  81. e15f6e2 Merge "MIPS32: int java.lang.*.numberOfLeadingZeros" by Andreas Gampe · 9 years ago
  82. 41dc8ce Combine class sets when writing a class table by Mathieu Chartier · 9 years ago
  83. 51394e2 Merge "Make test 100 not depend on undefined ordering." am: bf0e73604f by Alex Light · 9 years ago
  84. bf0e736 Merge "Make test 100 not depend on undefined ordering." by Alex Light · 9 years ago
  85. 7735306 Make test 100 not depend on undefined ordering. by Alex Light · 9 years ago
  86. e8d71c1 Merge "Store class tables in the image" am: a616b4e086 by Mathieu Chartier · 9 years ago
  87. a616b4e Merge "Store class tables in the image" by Mathieu Chartier · 9 years ago
  88. e3ce7c0 Merge "Add ElfWriter::GetStream()." am: cf6bd55863 by Vladimir Marko · 9 years ago
  89. cf6bd55 Merge "Add ElfWriter::GetStream()." by Vladimir Marko · 9 years ago
  90. d77596b Merge "Step-wise improvement of range analysis with outer loop induction." by Aart Bik · 9 years ago
  91. d382994 Merge "Step-wise improvement of range analysis with outer loop induction." by Aart Bik · 9 years ago
  92. 9754484 Merge "MIPS32: java.lang.*.reverse" am: eddbfb74ae by Andreas Gampe · 9 years ago
  93. eddbfb7 Merge "MIPS32: java.lang.*.reverse" by Andreas Gampe · 9 years ago
  94. 131980f Add ElfWriter::GetStream(). by Vladimir Marko · 9 years ago
  95. f1493c5 Merge "Inline monomorphic calls." am: 099f2713ce by Nicolas Geoffray · 9 years ago
  96. 099f271 Merge "Inline monomorphic calls." by Nicolas Geoffray · 9 years ago
  97. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  98. b9f8119 Fix art::x86::IntrinsicLocationsBuilderX86::VisitUnsafeGetLong. by Roland Levillain · 9 years ago
  99. b738d4f Step-wise improvement of range analysis with outer loop induction. by Aart Bik · 9 years ago
  100. 208a5cb Store class tables in the image by Mathieu Chartier · 9 years ago