1. 72f0ec7 ahat: Expand test coverage using static heap dumps. by Richard Uhler · 8 years ago
  2. 67246e9 Merge "Cleanup and consolidate JVMTI event code." by Treehugger Robot · 7 years ago
  3. d4f686c Merge "ART: Add debug output to 063-process-manager" by Treehugger Robot · 7 years ago
  4. 9df79b7 Cleanup and consolidate JVMTI event code. by Alex Light · 8 years ago
  5. 4486442 ART: Add debug output to 063-process-manager by Andreas Gampe · 7 years ago
  6. dbeacd6 Merge "Clean up AtomicDexRefMap" by Mathieu Chartier · 7 years ago
  7. da6f3ee Merge "Refactor artQuickToInterpreterBridge to fix a perf regression" by Mingyao Yang · 7 years ago
  8. e16ed6d Merge changes I8ef4492b,I3c61421d by Treehugger Robot · 7 years ago
  9. 04c6ab9 ART: Forward declarations for InvokeType by Andreas Gampe · 8 years ago
  10. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  11. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 7 years ago
  12. 7090dfe Merge "Add debug info for link-time generated thunks." by Vladimir Marko · 7 years ago
  13. 1b404a8 Add debug info for link-time generated thunks. by Vladimir Marko · 8 years ago
  14. 3993358 Merge "Add java.util.zip.ZipException to preloads for test 912-classes." by Treehugger Robot · 7 years ago
  15. 3074410 Merge "Missed submitting this in last commit." by Treehugger Robot · 7 years ago
  16. 1c5033a Merge "Add a test for b/62065640." by Nicolas Geoffray · 7 years ago
  17. c4204a3 Missed submitting this in last commit. by Nicolas Geoffray · 7 years ago
  18. 581fe31 Add java.util.zip.ZipException to preloads for test 912-classes. by Roland Levillain · 7 years ago
  19. 09b9fdb Add a test for b/62065640. by Nicolas Geoffray · 7 years ago
  20. fe712a8 Merge "Add support for registering classpath classes status." by Nicolas Geoffray · 7 years ago
  21. 3597f51 Merge "Bail for SIMD code in LSE." by Treehugger Robot · 7 years ago
  22. 775784b Merge "Add tests for two ways to do subtract 1 in stencil." by Treehugger Robot · 7 years ago
  23. a5cd917 Merge "Smailify a test in checker-lse-ctor-fences" by Alan Leung · 7 years ago
  24. 803108a Merge "Add repeat support for memory addresses." by Treehugger Robot · 7 years ago
  25. 7a06e4a Merge "tools: Add new titrace tool to print dynamic instruction counts" by Treehugger Robot · 7 years ago
  26. 72e80c6 Merge changes Ia3f19f0f,I0fe8038e by Treehugger Robot · 7 years ago
  27. c5e7180 Merge "Do not fill DexCache methods in resolution trampoline." by Treehugger Robot · 7 years ago
  28. caa31e7 Add repeat support for memory addresses. by Aart Bik · 8 years ago
  29. 417528d Refactor artQuickToInterpreterBridge to fix a perf regression by Mingyao Yang · 8 years ago
  30. 0ae1532 tools: Add new titrace tool to print dynamic instruction counts by Igor Murashkin · 8 years ago
  31. 41006c6 Implement JVMTI GetCurrentContendedMonitor by Alex Light · 8 years ago
  32. aa0912c Do not fill DexCache methods in resolution trampoline. by Vladimir Marko · 7 years ago
  33. afdab8d Merge "Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual""" by Alex Light · 7 years ago
  34. d30f205 Bail for SIMD code in LSE. by Aart Bik · 8 years ago
  35. 486dda0 Add support for registering classpath classes status. by Nicolas Geoffray · 8 years ago
  36. 9e76f43 Merge "Add check that classpath is up to date to getDexOptNeeded" by Calin Juravle · 8 years ago
  37. 528c3ed Merge "Update the context classpath after the dex files are opened." by Calin Juravle · 8 years ago
  38. 44e5efa Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 8 years ago
  39. c5b215f Update the context classpath after the dex files are opened. by Calin Juravle · 8 years ago
  40. 77fee87 Add support for JVMTI monitor events. by Alex Light · 8 years ago
  41. 5809417 Merge changes Ifddf4991,If7804f94,I9d96d8ff,I6108dba5,I5429996a by Richard Uhler · 8 years ago
  42. 05f4774 Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual"" by Alex Light · 8 years ago
  43. 3824222 Merge "Test assembler driver utilities." by Aart Bik · 8 years ago
  44. 003d997 Add tests for two ways to do subtract 1 in stencil. by Alan Leung · 8 years ago
  45. 5dafb3c Test assembler driver utilities. by Aart Bik · 8 years ago
  46. 49a6f39 Merge "Add a DCHECK for BCE." by Mingyao Yang · 8 years ago
  47. d0e4c9d Merge "ART: Do not add Proxy prototype methods to their dex cache." by Vladimir Marko · 8 years ago
  48. e9691f5 ART: Do not add Proxy prototype methods to their dex cache. by Vladimir Marko · 8 years ago
  49. a490555 Store instance fields and types with class objects. by Richard Uhler · 8 years ago
  50. 8d02c89 Remove findClass and mClasses from AhatSnapshot. by Richard Uhler · 8 years ago
  51. 21f89d2 Specialize Value types and make Value more type safe. by Richard Uhler · 8 years ago
  52. 8f0d9f1 Minor style cleanup of test-dump/Main.java. by Richard Uhler · 8 years ago
  53. 29c4bee Make Site ids be independent of instance ids. by Richard Uhler · 8 years ago
  54. 640a32f Merge "ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight()." by Treehugger Robot · 8 years ago
  55. a710d91 ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight(). by Vladimir Marko · 8 years ago
  56. 857a160 Merge "Rename debugFlags to runtimeFlags." by Nicolas Geoffray · 8 years ago
  57. 65b1ce2 Smailify a test in checker-lse-ctor-fences by Alan Leung · 8 years ago
  58. 73b326e Add a DCHECK for BCE. by Mingyao Yang · 8 years ago
  59. 89c2f5e Merge "ART: Clear JniConstants on shutdown" by Treehugger Robot · 8 years ago
  60. c4cb7c1 ART: Clear JniConstants on shutdown by Andreas Gampe · 8 years ago
  61. 6b411fc Merge "Don't deoptimize everything with can_access_local_variables" by Treehugger Robot · 8 years ago
  62. 51bee8b Merge "Revert "ART: additional info SIGILL"" by Orion Hodson · 8 years ago
  63. 6c8151f Merge "ART: Make test 913-heaps more robust" by Treehugger Robot · 8 years ago
  64. 5510c0a Rename debugFlags to runtimeFlags. by Nicolas Geoffray · 8 years ago
  65. 496b883 Revert "ART: additional info SIGILL" by Orion Hodson · 8 years ago
  66. 61add1d Merge "Random comment typo fixes" by Hans Boehm · 8 years ago
  67. 6d525fd Merge "Fix bug in BCE remainder handling." by Treehugger Robot · 8 years ago
  68. 34dc841 Merge "Show ArtMethods in imgdiag" by David Sehr · 8 years ago
  69. eafee33 ART: Make test 913-heaps more robust by Andreas Gampe · 8 years ago
  70. d972b42 Random comment typo fixes by Hans Boehm · 8 years ago
  71. a49e053 Show ArtMethods in imgdiag by David Sehr · 8 years ago
  72. bae9c9a Fix bug in BCE remainder handling. by Aart Bik · 8 years ago
  73. 47d00f6 Merge changes I88fd4905,Ib8c0a28c by Treehugger Robot · 8 years ago
  74. 1ffbc05 Merge "No unrolling for large loop bodies." by Treehugger Robot · 8 years ago
  75. 0a5ec3d Don't deoptimize everything with can_access_local_variables by Alex Light · 8 years ago
  76. 521b50f No unrolling for large loop bodies. by Aart Bik · 8 years ago
  77. 9d9f2d7 Merge "Use mmapped boot image class table for PIC app HLoadClass." by Vladimir Marko · 8 years ago
  78. a7c83ac ART: Clean up WellKnownClasses include. by Andreas Gampe · 8 years ago
  79. db48a79 ART: Clear WellKnownClasses on shutdown by Andreas Gampe · 8 years ago
  80. 94ec2db Use mmapped boot image class table for PIC app HLoadClass. by Vladimir Marko · 8 years ago
  81. fe30b3e Merge "Generalize range analysis." by Aart Bik · 8 years ago
  82. 8e9090b Generalize range analysis. by Aart Bik · 8 years ago
  83. d4d1182 Merge "ARM64: Tune SIMD loop unrolling factor heuristic." by Aart Bik · 8 years ago
  84. f6dcede Merge "Bug fix on 32-bit vs 64-bit movd/movdq on x86_64." by Treehugger Robot · 8 years ago
  85. f966115 Merge "Revert "Add static version of dexdump2"" by Colin Cross · 8 years ago
  86. aaa5684 Revert "Add static version of dexdump2" by Colin Cross · 8 years ago
  87. dcaf0e5 Bug fix on 32-bit vs 64-bit movd/movdq on x86_64. by Aart Bik · 8 years ago
  88. d2d9171 Merge "Add static version of dexdump2" by Colin Cross · 8 years ago
  89. 86ce504 Merge "optimizing: add block-scoped constructor fence merging pass" by Treehugger Robot · 8 years ago
  90. dd018df optimizing: add block-scoped constructor fence merging pass by Igor Murashkin · 8 years ago
  91. 88f929c Merge "Use mmapped boot image intern table for PIC app HLoadString." by Vladimir Marko · 8 years ago
  92. c54e4cf Merge "MIPS64: Ease test for using "Lui + Dinsu" to load 64-bit constants." by Treehugger Robot · 8 years ago
  93. 1f418c1 Merge "ART: additional info SIGILL" by Orion Hodson · 8 years ago
  94. 3edbcdf Merge "Revert "mirror: Make Class::Status 64-bit field"" by Treehugger Robot · 8 years ago
  95. cf83aaa Revert "mirror: Make Class::Status 64-bit field" by Igor Murashkin · 8 years ago
  96. 284610e Add static version of dexdump2 by Colin Cross · 8 years ago
  97. e3f06d5 Merge "mirror: Make Class::Status 64-bit field" by Treehugger Robot · 8 years ago
  98. 806e65e Merge "Add one more EnsureJitCompiled() to 088-monitor-verification" by Mingyao Yang · 8 years ago
  99. ec99514 Merge changes from topic "ti-stress slicer" by Treehugger Robot · 8 years ago
  100. de07216 mirror: Make Class::Status 64-bit field by Igor Murashkin · 8 years ago