1. 3153915 ART: Use alloca to avoid an expensive allocation by Andreas Gampe · 6 years ago
  2. a111ab1 ART: Refactor class-def retrieval by Andreas Gampe · 6 years ago
  3. 0ecbdb3 Merge "Clean up include paths" by David Sehr · 6 years ago
  4. 8404e93 Merge "Add libprofile/libprofiled to public libraries." by Richard Uhler · 6 years ago
  5. 83b7419 Add libprofile/libprofiled to public libraries. by Nicolas Geoffray · 6 years ago
  6. d9132e2 Merge "ART: Change direct-method overlap detection" by android-build-prod (mdb) · 6 years ago
  7. 1979c64 Clean up include paths by David Sehr · 6 years ago
  8. 9e0b75b Merge "Add a profiling library" by android-build-prod (mdb) · 6 years ago
  9. 82d046e Add a profiling library by David Sehr · 6 years ago
  10. 5a87e19 Merge "AOT inlined method lookup should stay within dex file." by Vladimir Marko · 6 years ago
  11. 89b06a1 Merge "Pass the fd to OatFile::Setup to avoid selinux errors." by Nicolas Geoffray · 6 years ago
  12. 63a9f3e AOT inlined method lookup should stay within dex file. by Vladimir Marko · 6 years ago
  13. 9e363f6 Merge "Fix profile filtered loading" by android-build-prod (mdb) · 6 years ago
  14. f0cf86f Fix profile filtered loading by Calin Juravle · 6 years ago
  15. 8047d84 ART: Change direct-method overlap detection by Andreas Gampe · 6 years ago
  16. 189ee81 Merge "Reorder debug logging statements when marking a reference in an unused region." by Roland Levillain · 6 years ago
  17. b6cf2ad Reorder debug logging statements when marking a reference in an unused region. by Roland Levillain · 6 years ago
  18. 95bc9b2 Merge "Allow INVOKE_VIRTUAL_RANGE as single invoke" by Rico Wind · 6 years ago
  19. 0a6fee8 Merge "Fix non-Baker build." by android-build-prod (mdb) · 6 years ago
  20. c24fa5d Allow INVOKE_VIRTUAL_RANGE as single invoke by Rico Wind · 6 years ago
  21. e3872ed Fix non-Baker build. by Vladimir Marko · 6 years ago
  22. a03627a Merge "Use named constant instead of magic number in RegisterLine" by Daniel Colascione · 6 years ago
  23. 5713f66 Use named constant instead of magic number in RegisterLine by Daniel Colascione · 6 years ago
  24. b8f1997 Merge "ARM: Use rMR for Baker RB introspection marking." by Vladimir Marko · 6 years ago
  25. 70ffeec Merge "ART: Fix SCOPED_TRACE macro" by Treehugger Robot · 6 years ago
  26. 3ebf529 Merge "ART: Add timing logger granularity to compiler" by Treehugger Robot · 6 years ago
  27. f275587 Merge "Improve debug logging of classes for 77342775." by Treehugger Robot · 6 years ago
  28. dcd117e ARM: Use rMR for Baker RB introspection marking. by Vladimir Marko · 6 years ago
  29. 31d7a57 Improve debug logging of classes for 77342775. by Vladimir Marko · 6 years ago
  30. 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 6 years ago
  31. 3896e43 Merge "[veridex] New veridex improvements." by Nicolas Geoffray · 6 years ago
  32. b751e3b Merge "Dump profile checksums" by Mathieu Chartier · 6 years ago
  33. 837f3f0 ART: Fix SCOPED_TRACE macro by Andreas Gampe · 6 years ago
  34. f120ffc Dump profile checksums by Mathieu Chartier · 6 years ago
  35. fb008f4 ART: Add timing logger granularity to compiler by Andreas Gampe · 6 years ago
  36. 909b127 [veridex] New veridex improvements. by Nicolas Geoffray · 6 years ago
  37. 597c524 Merge "ART: Additional info for run-test --dev --host" by Orion Hodson · 6 years ago
  38. ee06c5a ART: Additional info for run-test --dev --host by Orion Hodson · 6 years ago
  39. 9d46333 Merge "Revert "Revert^2: Deopt does not throw"" by Treehugger Robot · 6 years ago
  40. 75ff2c9 Revert "Revert^2: Deopt does not throw" by Aart Bik · 6 years ago
  41. 525f67f Merge "Use lld for building dex2oatds, oatdumpds" by Treehugger Robot · 6 years ago
  42. 1f27e6d Merge "Make test 906 retry to avoid gc races" by Alex Light · 6 years ago
  43. 3848d10 Merge "Specify dex2oat PGO profile files for Mips" by Kevin Chyn · 6 years ago
  44. fc1de87 Specify dex2oat PGO profile files for Mips by Pirama Arumuga Nainar · 6 years ago
  45. 4390a68 Merge "Remove unnecessary definition of 'art::Split'" by Treehugger Robot · 6 years ago
  46. 4808783 Merge "Separate out PGO profile files per arch" by Treehugger Robot · 6 years ago
  47. 4a68b66 Remove unnecessary definition of 'art::Split' by Pirama Arumuga Nainar · 6 years ago
  48. 6f5b4d2 Use lld for building dex2oatds, oatdumpds by Pirama Arumuga Nainar · 6 years ago
  49. f3c670e Make test 906 retry to avoid gc races by Alex Light · 6 years ago
  50. a90cc87 Merge "Revert^2: Deopt does not throw" by Aart Bik · 6 years ago
  51. d94c242 Merge changes Ibfe10b43,I984d1ea9 by Alex Light · 6 years ago
  52. 8571f26 Merge "Further improve debug logging for 77342775" by Treehugger Robot · 6 years ago
  53. 2323931 Merge "Disable failing libcore.libcore.icu.RelativeDateTimeFormatterTest" by Treehugger Robot · 6 years ago
  54. 811da57 Further improve debug logging for 77342775 by Vladimir Marko · 6 years ago
  55. b5529ba Disable failing libcore.libcore.icu.RelativeDateTimeFormatterTest by David Srbecky · 6 years ago
  56. 60fbefc Move jit startup attempt to openjdkjvmti from adbconnection by Alex Light · 6 years ago
  57. f889c70 Always allow agent attach on userdebug builds with kArtTiVersion by Alex Light · 6 years ago
  58. cb32902 Merge "ART: Properly check for attached thread in CheckJNI" by Treehugger Robot · 6 years ago
  59. 240384b Revert^2: Deopt does not throw by Aart Bik · 6 years ago
  60. cb21a56 Merge "[veridex] Reflective usage detection improvements." by Treehugger Robot · 6 years ago
  61. 4f6e523 [veridex] Reflective usage detection improvements. by Nicolas Geoffray · 6 years ago
  62. 42d5805 Separate out PGO profile files per arch by Pirama Arumuga Nainar · 6 years ago
  63. cee4928 Merge "Revert "Deopt does not throw"" by Treehugger Robot · 6 years ago
  64. 080820c Revert "Deopt does not throw" by Aart Bik · 6 years ago
  65. b8b3890 Merge "Remove dexoptanalyzer fast file check" by Treehugger Robot · 6 years ago
  66. e7841dd Merge "Deopt does not throw" by Aart Bik · 6 years ago
  67. 103bd38 Remove dexoptanalyzer fast file check by Calin Juravle · 6 years ago
  68. fb8f75c ART: Properly check for attached thread in CheckJNI by Andreas Gampe · 6 years ago
  69. 2905de1 Deopt does not throw by Aart Bik · 6 years ago
  70. 740a509 Merge "Run GVN earlier." by Treehugger Robot · 6 years ago
  71. 63fe8dc Merge "Add more logging to test 1935" by Treehugger Robot · 6 years ago
  72. 783bdf8 Add more logging to test 1935 by Alex Light · 6 years ago
  73. da5cbc3 Merge "Add arg for overwriting class loader class path" by Mathieu Chartier · 6 years ago
  74. c7d6fc7 Merge "Make adbconnection try to start the JIT if it is not running." by Alex Light · 6 years ago
  75. 6d05700 Run GVN earlier. by Aart Bik · 6 years ago
  76. 8f66950 Merge "ART: Implement scalar loop peeling." by Treehugger Robot · 6 years ago
  77. c444077 Add arg for overwriting class loader class path by Mathieu Chartier · 6 years ago
  78. 596f6b1 Merge "Trivial comment typo fix" by Treehugger Robot · 6 years ago
  79. d12cd04 Merge "The test for futex support should be a test for Linux" by Treehugger Robot · 6 years ago
  80. bd2a4e2 Make adbconnection try to start the JIT if it is not running. by Alex Light · 6 years ago
  81. 72411e6 ART: Implement scalar loop peeling. by Artem Serov · 7 years ago
  82. e83bae5 Merge "ART: Remove support for compiled-methods and compiled-classes" by Treehugger Robot · 6 years ago
  83. cfe688c Merge "Implement dead object poisoning in unevacuated regions." by Roland Levillain · 6 years ago
  84. 80d8db3 Merge "Change monitor doc comment to reflect lock deflation" by Treehugger Robot · 6 years ago
  85. b16949a Trivial comment typo fix by Daniel Colascione · 6 years ago
  86. b4dfca5 The test for futex support should be a test for Linux by Daniel Colascione · 6 years ago
  87. c3d5b84 Change monitor doc comment to reflect lock deflation by Daniel Colascione · 6 years ago
  88. c523600 Merge "Fix build warnings for x86+arm targets" by Treehugger Robot · 6 years ago
  89. 550ea7b Merge "Disable lld for unrecognized --keep-unique flag." by Treehugger Robot · 6 years ago
  90. bd600e3 ART: Remove support for compiled-methods and compiled-classes by Andreas Gampe · 6 years ago
  91. f5d9f81 Merge "profman: removed unused header" by Treehugger Robot · 6 years ago
  92. 6648da1 Merge "Bug fix in SIMD result detection." by Treehugger Robot · 6 years ago
  93. 20d35be Merge "ART: Fix oatdump check" by Treehugger Robot · 6 years ago
  94. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 6 years ago
  95. 3f8e02c Bug fix in SIMD result detection. by Aart Bik · 6 years ago
  96. 79e2607 Move profile dependent modules to libartbase by David Sehr · 6 years ago
  97. 8a78f81 Merge changes I8687ab9e,I61f879f2 by Vladimir Marko · 6 years ago
  98. be2d2ad Merge "Move dexanalyze experiments to their own file" by Treehugger Robot · 6 years ago
  99. ef2fa26 Move dexanalyze experiments to their own file by Mathieu Chartier · 6 years ago
  100. d5d597f Disable lld for unrecognized --keep-unique flag. by Chih-Hung Hsieh · 6 years ago