1. 74acb01 Merge "ART: Fix dominance for irreducible loops" into nyc-dev by TreeHugger Robot · 9 years ago
  2. 7e589fe ART: Fix dominance for irreducible loops by David Brazdil · 9 years ago
  3. 23fddf8 Merge "Fix index checks for error strings in DexFileVerifier." into nyc-dev by Vladimir Marko · 9 years ago
  4. b7a459b Merge "Optimizing: LoadString may not have any side effects." into nyc-dev by Vladimir Marko · 9 years ago
  5. bf12e4d Optimizing: LoadString may not have any side effects. by Vladimir Marko · 9 years ago
  6. 6282080 Merge "Relax the DCHECK in load store elimination." into nyc-dev by TreeHugger Robot · 9 years ago
  7. fd175b1 Fix index checks for error strings in DexFileVerifier. by Vladimir Marko · 9 years ago
  8. bb2c93b Relax the DCHECK in load store elimination. by Nicolas Geoffray · 9 years ago
  9. ffaa91d Workaround invokesuper underspecified behavior. by Aart Bik · 9 years ago
  10. ceeb3b7 Merge "Hold a ClassLoader reference in NativeAllocationRegistry." into nyc-dev by Richard Uhler · 9 years ago
  11. 025db8d Merge "Fix braino when parsing invoke transition weight." into nyc-dev by TreeHugger Robot · 9 years ago
  12. 95bc2f2 Fix braino when parsing invoke transition weight. by Nicolas Geoffray · 9 years ago
  13. c30bc58 Fix test for verification of clinit method by Alex Light · 9 years ago
  14. 53685b0 Merge "Make <clinit> verification stronger for v37+." into nyc-dev by TreeHugger Robot · 9 years ago
  15. 89f4eb5 Merge "Fix libart tests on target" into nyc-dev by TreeHugger Robot · 9 years ago
  16. 8d8118a Make <clinit> verification stronger for v37+. by Alex Light · 9 years ago
  17. 1c95192 Fix libart tests on target by Dimitry Ivanov · 9 years ago
  18. 727074b Remove a common subexpression from profman output by David Sehr · 9 years ago
  19. e4a97f9 Stop populating irreducible loop at header by David Brazdil · 9 years ago
  20. 64b0f0b Add braces per the coding convention by David Sehr · 9 years ago
  21. 305ed71 Limit profman log spam with time threshold by David Sehr · 9 years ago
  22. 2ded6f2 Merge "Revert "(dl)Close native libraries on unload"" into nyc-dev by Nicolas Geoffray · 9 years ago
  23. 2723387 Revert "(dl)Close native libraries on unload" by Nicolas Geoffray · 9 years ago
  24. 38e6af0 Merge "(dl)Close native libraries on unload" into nyc-dev by Dimitry Ivanov · 9 years ago
  25. e4c30e4 Merge "Do not look at dead phis during SsaRedundantPhiElimination." into nyc-dev by TreeHugger Robot · 9 years ago
  26. 89db4e6 Do not look at dead phis during SsaRedundantPhiElimination. by Nicolas Geoffray · 9 years ago
  27. 1c113cd Merge "Check if a class is verified before visiting profiling info." into nyc-dev by TreeHugger Robot · 9 years ago
  28. e128d74 Check if a class is verified before visiting profiling info. by Nicolas Geoffray · 9 years ago
  29. e942538 Merge "Put a handle on the String object." into nyc-dev by TreeHugger Robot · 9 years ago
  30. f57e4a4 Put a handle on the String object. by Nicolas Geoffray · 9 years ago
  31. 040bd29 Merge "ART: Dump more OatDexFile data in oatdump" into nyc-dev by TreeHugger Robot · 9 years ago
  32. 35f0119 (dl)Close native libraries on unload by Dimitry Ivanov · 9 years ago
  33. b554343 Fix vtable corruption. by Alex Light · 9 years ago
  34. 7d3c739 Hold a ClassLoader reference in NativeAllocationRegistry. by Richard Uhler · 9 years ago
  35. 00bb716 ART: Dump more OatDexFile data in oatdump by Andreas Gampe · 9 years ago
  36. a421e9e Merge "DexFile: Add an API to query oat file status." into nyc-dev by Narayan Kamath · 9 years ago
  37. cd7e7f7 DexFile: Add an API to query oat file status. by Narayan Kamath · 9 years ago
  38. 2041f98 Fix check_jni_compiler tests by Dimitry Ivanov · 9 years ago
  39. 0452f4d Supply librarySearchPath to PathClassLoader by Dimitry Ivanov · 9 years ago
  40. e202670 Merge "Reset NativeLoader on DestroyJavaVM" into nyc-dev by Dimitry Ivanov · 9 years ago
  41. 9e83422 Reset NativeLoader on DestroyJavaVM by Dimitry Ivanov · 9 years ago
  42. dcb95cc Merge "Fix profile saver to use base dex location" into nyc-dev by Mathieu Chartier · 9 years ago
  43. da19488 Merge "Correct monitor pool synchronization" into nyc-dev by Hans Boehm · 9 years ago
  44. f957a5f Merge "ART: Disambiguate access-checks mode from lock-counting" into nyc-dev by Andreas Gampe · 9 years ago
  45. 8e181b2 Merge "ART: Fix Mac build" into nyc-dev by Andreas Gampe · 9 years ago
  46. 4cf9adc ART: Fix Mac build by Andreas Gampe · 9 years ago
  47. 7393434 Merge "Add ability to see if a dex file is backed by an oat file." into nyc-dev by Jeff Hao · 9 years ago
  48. 9275af6 Fix profile saver to use base dex location by Mathieu Chartier · 9 years ago
  49. 8dab193 Correct monitor pool synchronization by Hans Boehm · 9 years ago
  50. dc97e04 Merge "Deduplicate simple roots in hprof." into nyc-dev by Richard Uhler · 9 years ago
  51. 206d27d Merge "ART: Log all monitor operations to systrace" into nyc-dev by TreeHugger Robot · 9 years ago
  52. 640735a Merge "Add null checks to weak DexCache references" into nyc-dev by Brian Carlstrom · 9 years ago
  53. a0be9d7 Merge "ART: Add missing EXPORT_PCs to x86/_64 mterp" into nyc-dev by Bill Buzbee · 9 years ago
  54. b294fef Add null checks to weak DexCache references by Brian Carlstrom · 9 years ago
  55. 0e73168 Merge "Add contender method for lock contention" into nyc-dev by Mathieu Chartier · 9 years ago
  56. 8f26411 Add contender method for lock contention by Mathieu Chartier · 9 years ago
  57. fc68987 ART: Log all monitor operations to systrace by Andreas Gampe · 9 years ago
  58. 6995dd3 ART: Add missing EXPORT_PCs to x86/_64 mterp by buzbee · 9 years ago
  59. 366728f Remove invoke after inlining. by Nicolas Geoffray · 9 years ago
  60. f59a7fc Merge "Fix how the ProfileSaver thread attaches to the runtime." into nyc-dev by Calin Juravle · 9 years ago
  61. e55fda1 Fix how the ProfileSaver thread attaches to the runtime. by Calin Juravle · 9 years ago
  62. f517e28 ART: Disambiguate access-checks mode from lock-counting by Andreas Gampe · 9 years ago
  63. cdca476 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 9 years ago
  64. fead819 Add ability to see if a dex file is backed by an oat file. by Jeff Hao · 9 years ago
  65. ba20abc Merge "Fix -Xint and -Xusejit interaction" into nyc-dev by Calin Juravle · 9 years ago
  66. 8189ef7 Merge "ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list" into nyc-dev by Vladimir Marko · 9 years ago
  67. 2bbd98c Merge "Decrease transition weight." into nyc-dev by TreeHugger Robot · 9 years ago
  68. 6caaa84 Fix -Xint and -Xusejit interaction by Calin Juravle · 9 years ago
  69. 8c01f5c ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list by Junmo Park · 9 years ago
  70. 5a62dd9 Decrease transition weight. by Nicolas Geoffray · 9 years ago
  71. 19b5021 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 9 years ago
  72. d1a2b02 Merge "ART: Disable back edge uses for irreducible loops" into nyc-dev by David Brazdil · 9 years ago
  73. 38fb644 Merge "Initialize native loader on JNI_CreateJavaVM" into nyc-dev by Dimitry Ivanov · 9 years ago
  74. 2b23735 Merge "Revert "Write conflict tables in image"" into nyc-dev by Mathieu Chartier · 9 years ago
  75. 8e2478d Revert "Write conflict tables in image" by Mathieu Chartier · 9 years ago
  76. 154e96e Initialize native loader on JNI_CreateJavaVM by Dimitry Ivanov · 9 years ago
  77. 9135aa0 Merge "Support to pass <uses-library> option through to dex2oat." into nyc-dev by Jeff Hao · 9 years ago
  78. b125eaf Merge "Write conflict tables in image" into nyc-dev by Mathieu Chartier · 9 years ago
  79. 5872d7c Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 9 years ago
  80. cda9386 Write conflict tables in image by Mathieu Chartier · 9 years ago
  81. 2f82b70 ART: Disable back edge uses for irreducible loops by David Brazdil · 9 years ago
  82. 2a894f4 Add command line option for jit invoke transition weight by Calin Juravle · 9 years ago
  83. e5de54c Split profile recording from jit compilation by Calin Juravle · 9 years ago
  84. 43c8e87 Merge "Thumb2: Reduce memory used for fixup dependencies." into nyc-dev by Vladimir Marko · 9 years ago
  85. e792305 Deduplicate simple roots in hprof. by Richard Uhler · 9 years ago
  86. 5a13993 Merge "Test component type for errors too. With regression test." into nyc-dev by Aart Bik · 9 years ago
  87. d1d7c40 Test component type for errors too. With regression test. by Aart Bik · 9 years ago
  88. f2bb043 Thumb2: Reduce memory used for fixup dependencies. by Vladimir Marko · 9 years ago
  89. 46ea014 Reduce memory lost by ArenaAllocator for large allocations. by Vladimir Marko · 9 years ago
  90. ff2d53a Merge "ART: Change x86 from modify_ldt to set_thread_data" into nyc-dev by Andreas Gampe · 9 years ago
  91. 4825dfa Merge "Make a fake libart for misbehaving apps." into nyc-dev by TreeHugger Robot · 9 years ago
  92. 21aa4d4 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 9 years ago
  93. 885c684 ART: Fix ROR Checker test by David Brazdil · 9 years ago
  94. b65ef96 ART: Change x86 from modify_ldt to set_thread_data by Andreas Gampe · 9 years ago
  95. 62e631a Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 9 years ago
  96. ac4d518 Merge "ART: Naive NullCheck elimination in InstructionBuilder" into nyc-dev by David Brazdil · 9 years ago
  97. 257670e Merge "Add support for eagerly calculating conflict tables" into nyc-dev by Mathieu Chartier · 9 years ago
  98. 49b5ced Add support for eagerly calculating conflict tables by Mathieu Chartier · 9 years ago
  99. 89b8f47 Merge "ART: Disable unstarted runtime pow test for valgrind" into nyc-dev by TreeHugger Robot · 9 years ago
  100. e576766 Merge "ART: Slightly change InitializeClass flow" into nyc-dev by TreeHugger Robot · 9 years ago