1. a28267f Update to INFO to not confuse adb logcat readers. by Nicolas Geoffray · 9 years ago
  2. 3b0ec01 Merge "Revert "Make the JIT the default in ART."" by Nicolas Geoffray · 9 years ago
  3. e722d29 Revert "Make the JIT the default in ART." by Nicolas Geoffray · 9 years ago
  4. 7cd230c Merge "Make the JIT the default in ART." by Nicolas Geoffray · 9 years ago
  5. 37fcf39 Merge "Get DCHECK back to EncodedStaticFieldValueIterator" by Shinichiro Hamaji · 9 years ago
  6. a8be6ae Merge "Temporary disable linker-namespaces" by Dimitry Ivanov · 9 years ago
  7. 3951251 Merge "Increase the sleep time in 554-jit-profile-file" by Calin Juravle · 9 years ago
  8. 34021dd Increase the sleep time in 554-jit-profile-file by Calin Juravle · 9 years ago
  9. 7f57579 Temporary disable linker-namespaces by Dimitry Ivanov · 9 years ago
  10. 377cb3b Merge "Disable 554-jit-profile-file for the READ_BARRIER mode." by Calin Juravle · 9 years ago
  11. c44edf6 Disable 554-jit-profile-file for the READ_BARRIER mode. by Calin Juravle · 9 years ago
  12. b9d6996 Merge "Print more info on why the code_cache test fails in 115-native-bridge." by Calin Juravle · 9 years ago
  13. 8cf97d7 Merge "Revert "Revert "Enable profiled guided compilation in dex2oat""" by Calin Juravle · 9 years ago
  14. ef885cd Print more info on why the code_cache test fails in 115-native-bridge. by Calin Juravle · 9 years ago
  15. 84c3d48 Merge "ART: Set RTI of Arm64IntermediateAddress" by David Brazdil · 9 years ago
  16. e36ae94 ART: Set RTI of Arm64IntermediateAddress by David Brazdil · 9 years ago
  17. 795accf Merge "ART: Refactor SsaBuilder for more precise typing info" by David Brazdil · 9 years ago
  18. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  19. ceec5a3 Merge "ART: Rename ROR test to a shorter name." by Vladimir Marko · 9 years ago
  20. 5d3fa25 ART: Rename ROR test to a shorter name. by Vladimir Marko · 9 years ago
  21. 70c1a8f Merge "Optimizing: Clean up after HRor." by Vladimir Marko · 9 years ago
  22. 50a2f8d Get DCHECK back to EncodedStaticFieldValueIterator by Shinichiro Hamaji · 9 years ago
  23. 4113b97 Merge "Address some comments in image writer" by Mathieu Chartier · 9 years ago
  24. 2cab581 Merge "Fix call to LoadNativeLibrary" by Dimitry Ivanov · 9 years ago
  25. 5366f5c Fix call to LoadNativeLibrary by Dimitry Ivanov · 9 years ago
  26. 98d46d2 Merge "Use isolated namespaces for app native libs" by Dimitry Ivanov · 9 years ago
  27. 277da37 Merge "ART: Weaken dex file verifier abstract check" by Andreas Gampe · 9 years ago
  28. 97b1135 ART: Weaken dex file verifier abstract check by Andreas Gampe · 9 years ago
  29. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  30. 66e43b1 Merge "Make 'dexdump2 -l xml' include whether each class is an interface." by Alex Light · 9 years ago
  31. 351dddf Optimizing: Clean up after HRor. by Vladimir Marko · 9 years ago
  32. 58dcb02 Merge "Replace rotate patterns and invokes with HRor IR." by Vladimir Marko · 9 years ago
  33. 40a04bf Replace rotate patterns and invokes with HRor IR. by Scott Wakeling · 9 years ago
  34. 6627864 Merge "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  35. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  36. 919b6d5 Merge "Mark __jit_debug_register_code as a unique symbol" by Tamas Berghammer · 9 years ago
  37. 0a9b682 Make the JIT the default in ART. by Nicolas Geoffray · 9 years ago
  38. 7b000c9 Merge "Set DW_AT_comp_dir for each compile unit in dwarf" by Tamas Berghammer · 9 years ago
  39. 76e5eab Mark __jit_debug_register_code as a unique symbol by Tamas Berghammer · 10 years ago
  40. a79c717 Merge "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  41. bf479be Merge "Don't generate a slow path for strings in the dex cache." by Nicolas Geoffray · 9 years ago
  42. 376cbcc Merge "Optimizing: Add direct calls to math intrinsics" by Nicolas Geoffray · 9 years ago
  43. b4cc884 Merge "Skip DumpForSigQuit if debugger is active" by Mathieu Chartier · 9 years ago
  44. 7d2b04c Skip DumpForSigQuit if debugger is active by Mathieu Chartier · 9 years ago
  45. f5a3099 Use isolated namespaces for app native libs by Dmitriy Ivanov · 9 years ago
  46. 84623e1 Merge "For LSE, add a few non-aliasing cases due to pre-existence." by Mingyao Yang · 9 years ago
  47. 1f12e28 Make 'dexdump2 -l xml' include whether each class is an interface. by Alex Light · 9 years ago
  48. 8ab1d64 For LSE, add a few non-aliasing cases due to pre-existence. by Mingyao Yang · 9 years ago
  49. 748047d Merge "ART: Stash a resolved method late in the verifier" by Andreas Gampe · 9 years ago
  50. 1a74dc4 Merge "Output static field values in dexdump" by Shinichiro Hamaji · 9 years ago
  51. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  52. 170e01a Merge "Revert "ART: Check invoke-interface earlier in verifier"" by Andreas Gampe · 9 years ago
  53. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  54. 67ad20e Address some comments in image writer by Mathieu Chartier · 9 years ago
  55. 34760f9 Merge "ART: Refactor verifier callbacks" by Andreas Gampe · 9 years ago
  56. a1b2121 Merge "Refactor and clean up OatWriter and Dex2Oat." by Vladimir Marko · 9 years ago
  57. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 9 years ago
  58. 840d229 Merge "Revert "Revert "Add support for LZ4 compressed image files""" by Mathieu Chartier · 9 years ago
  59. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  60. a4f1220 Optimizing: Add direct calls to math intrinsics by Mark Mendell · 10 years ago
  61. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 9 years ago
  62. 917d016 Don't generate a slow path for strings in the dex cache. by Nicolas Geoffray · 9 years ago
  63. 836ee76 Merge "Get source mapping table from stack maps." by David Srbecky · 9 years ago
  64. f71b3ad Get source mapping table from stack maps. by David Srbecky · 9 years ago
  65. d480156 Merge "Fix braino when resolving an invoke-super." by Nicolas Geoffray · 9 years ago
  66. 41844e5 Fix braino when resolving an invoke-super. by Nicolas Geoffray · 9 years ago
  67. 4a34064 Merge "ART: Fix bug in DCE not removing phis from catch phi uses" by David Brazdil · 9 years ago
  68. 04ff4e8 ART: Fix bug in DCE not removing phis from catch phi uses by David Brazdil · 9 years ago
  69. 8c55712 Set DW_AT_comp_dir for each compile unit in dwarf by Tamas Berghammer · 9 years ago
  70. a10a075 Merge "Fix the build-art-multi-executable Make function." by Roland Levillain · 9 years ago
  71. ea6f8d8 Fix the build-art-multi-executable Make function. by Roland Levillain · 9 years ago
  72. 6d0aefd Merge "MIPS32: Improve integer division by constants" by Nicolas Geoffray · 9 years ago
  73. 6247556 Merge "Fix imgdiag build rules." by Roland Levillain · 9 years ago
  74. 3045cfe Fix imgdiag build rules. by Roland Levillain · 9 years ago
  75. 70a3390 Merge "Revert "Add support for LZ4 compressed image files"" by Nicolas Geoffray · 9 years ago
  76. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  77. 53e32d1 ART: Refactor verifier callbacks by Andreas Gampe · 9 years ago
  78. 82863f0 Output static field values in dexdump by Shinichiro Hamaji · 9 years ago
  79. 1d97f94 Merge "ART: Make trampoline compiler pointer-size-safe" by Andreas Gampe · 9 years ago
  80. 4d98c84 ART: Make trampoline compiler pointer-size-safe by Andreas Gampe · 9 years ago
  81. f1975e4 Merge "Simplify and rename IsLoopInvariant() test." by Mingyao Yang · 9 years ago
  82. 7cbd95c Merge "Add support for LZ4 compressed image files" by Mathieu Chartier · 9 years ago
  83. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  84. d7d23ee Merge "Add local variables to DWARF." by David Srbecky · 9 years ago
  85. 996ed0b Add local variables to DWARF. by David Srbecky · 9 years ago
  86. f9a9f2b Merge "Clarify --boot-image help message" by Vladimir Marko · 9 years ago
  87. 2c1164c Merge "ART: Reduce the instructions generated by packed switch." by Vladimir Marko · 9 years ago
  88. 976af0a Merge "ART: Add FdFile::Copy() to copy data from another file." by Vladimir Marko · 9 years ago
  89. 5096e66 ART: Add FdFile::Copy() to copy data from another file. by Vladimir Marko · 9 years ago
  90. 64fff41 Clarify --boot-image help message by Kevin Brodsky · 9 years ago
  91. 533ffe5 Merge "MIPS64: Enable StringCompareTo and StringIndexOf stub tests" by Andreas Gampe · 9 years ago
  92. 4b467ed Simplify and rename IsLoopInvariant() test. by Mingyao Yang · 9 years ago
  93. eb5ddd7 Merge "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  94. 59f054d ART: Reduce the instructions generated by packed switch. by Zheng Xu · 9 years ago
  95. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  96. 2433d4e Merge "Allow initializing runtime with parsed options." am: e0d25b156e by Vladimir Marko · 9 years ago
  97. e0d25b1 Merge "Allow initializing runtime with parsed options." by Vladimir Marko · 9 years ago
  98. 74af075 Merge "Fix test-art-target-sync when ART_TEST_ANDROID_ROOT is used." by Roland Levillain · 9 years ago
  99. 763fd2d Merge "Fix test-art-target-sync when ART_TEST_ANDROID_ROOT is used." by Roland Levillain · 9 years ago
  100. ca023a3 Fix test-art-target-sync when ART_TEST_ANDROID_ROOT is used. by Roland Levillain · 9 years ago