1. 640a32f Merge "ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight()." by Treehugger Robot · 8 years ago
  2. a710d91 ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight(). by Vladimir Marko · 8 years ago
  3. 857a160 Merge "Rename debugFlags to runtimeFlags." by Nicolas Geoffray · 8 years ago
  4. 89c2f5e Merge "ART: Clear JniConstants on shutdown" by Treehugger Robot · 8 years ago
  5. c4cb7c1 ART: Clear JniConstants on shutdown by Andreas Gampe · 8 years ago
  6. 6b411fc Merge "Don't deoptimize everything with can_access_local_variables" by Treehugger Robot · 8 years ago
  7. 51bee8b Merge "Revert "ART: additional info SIGILL"" by Orion Hodson · 8 years ago
  8. 6c8151f Merge "ART: Make test 913-heaps more robust" by Treehugger Robot · 8 years ago
  9. 5510c0a Rename debugFlags to runtimeFlags. by Nicolas Geoffray · 8 years ago
  10. 496b883 Revert "ART: additional info SIGILL" by Orion Hodson · 8 years ago
  11. 61add1d Merge "Random comment typo fixes" by Hans Boehm · 8 years ago
  12. 6d525fd Merge "Fix bug in BCE remainder handling." by Treehugger Robot · 8 years ago
  13. 34dc841 Merge "Show ArtMethods in imgdiag" by David Sehr · 8 years ago
  14. eafee33 ART: Make test 913-heaps more robust by Andreas Gampe · 8 years ago
  15. d972b42 Random comment typo fixes by Hans Boehm · 8 years ago
  16. a49e053 Show ArtMethods in imgdiag by David Sehr · 8 years ago
  17. bae9c9a Fix bug in BCE remainder handling. by Aart Bik · 8 years ago
  18. 47d00f6 Merge changes I88fd4905,Ib8c0a28c by Treehugger Robot · 8 years ago
  19. 1ffbc05 Merge "No unrolling for large loop bodies." by Treehugger Robot · 8 years ago
  20. 0a5ec3d Don't deoptimize everything with can_access_local_variables by Alex Light · 8 years ago
  21. 521b50f No unrolling for large loop bodies. by Aart Bik · 8 years ago
  22. 9d9f2d7 Merge "Use mmapped boot image class table for PIC app HLoadClass." by Vladimir Marko · 8 years ago
  23. a7c83ac ART: Clean up WellKnownClasses include. by Andreas Gampe · 8 years ago
  24. db48a79 ART: Clear WellKnownClasses on shutdown by Andreas Gampe · 8 years ago
  25. 94ec2db Use mmapped boot image class table for PIC app HLoadClass. by Vladimir Marko · 8 years ago
  26. fe30b3e Merge "Generalize range analysis." by Aart Bik · 8 years ago
  27. 8e9090b Generalize range analysis. by Aart Bik · 8 years ago
  28. d4d1182 Merge "ARM64: Tune SIMD loop unrolling factor heuristic." by Aart Bik · 8 years ago
  29. f6dcede Merge "Bug fix on 32-bit vs 64-bit movd/movdq on x86_64." by Treehugger Robot · 8 years ago
  30. f966115 Merge "Revert "Add static version of dexdump2"" by Colin Cross · 8 years ago
  31. aaa5684 Revert "Add static version of dexdump2" by Colin Cross · 8 years ago
  32. dcaf0e5 Bug fix on 32-bit vs 64-bit movd/movdq on x86_64. by Aart Bik · 8 years ago
  33. d2d9171 Merge "Add static version of dexdump2" by Colin Cross · 8 years ago
  34. 86ce504 Merge "optimizing: add block-scoped constructor fence merging pass" by Treehugger Robot · 8 years ago
  35. dd018df optimizing: add block-scoped constructor fence merging pass by Igor Murashkin · 8 years ago
  36. 88f929c Merge "Use mmapped boot image intern table for PIC app HLoadString." by Vladimir Marko · 8 years ago
  37. c54e4cf Merge "MIPS64: Ease test for using "Lui + Dinsu" to load 64-bit constants." by Treehugger Robot · 8 years ago
  38. 1f418c1 Merge "ART: additional info SIGILL" by Orion Hodson · 8 years ago
  39. 3edbcdf Merge "Revert "mirror: Make Class::Status 64-bit field"" by Treehugger Robot · 8 years ago
  40. cf83aaa Revert "mirror: Make Class::Status 64-bit field" by Igor Murashkin · 8 years ago
  41. 284610e Add static version of dexdump2 by Colin Cross · 8 years ago
  42. e3f06d5 Merge "mirror: Make Class::Status 64-bit field" by Treehugger Robot · 8 years ago
  43. 806e65e Merge "Add one more EnsureJitCompiled() to 088-monitor-verification" by Mingyao Yang · 8 years ago
  44. ec99514 Merge changes from topic "ti-stress slicer" by Treehugger Robot · 8 years ago
  45. de07216 mirror: Make Class::Status 64-bit field by Igor Murashkin · 8 years ago
  46. 8859cec MIPS64: Ease test for using "Lui + Dinsu" to load 64-bit constants. by Chris Larsen · 8 years ago
  47. d25c915 Merge "Fix context verification for relative dependencies" by Calin Juravle · 8 years ago
  48. e69463a Merge "Add support for JVMTI GetObjectMonitorUsage function." by Alex Light · 8 years ago
  49. 21a7144 Undefine CHECK while including slicer headers. by Alex Light · 8 years ago
  50. bfe41af Suppress warnings caused by including slicer headers in ti-stress by Alex Light · 8 years ago
  51. f26bb6c ARM64: Tune SIMD loop unrolling factor heuristic. by Artem Serov · 8 years ago
  52. ceae954 Move ti-stress to use slicer directly by Alex Light · 8 years ago
  53. afd3acd Merge "ART: Change thread dump order on abort" by Treehugger Robot · 8 years ago
  54. 47adfde Add one more EnsureJitCompiled() to 088-monitor-verification by Mingyao Yang · 8 years ago
  55. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 8 years ago
  56. 66e3af9 Merge "Remove DexCache arrays from app oat .bss." by Treehugger Robot · 8 years ago
  57. b072ec2 Merge "2 tests sometimes timing out on gcstress/debug." by Nicolas Geoffray · 8 years ago
  58. b22a3ed 2 tests sometimes timing out on gcstress/debug. by Nicolas Geoffray · 8 years ago
  59. 0cff0b0 ART: additional info SIGILL by Orion Hodson · 8 years ago
  60. 0f3c700 Remove DexCache arrays from app oat .bss. by Vladimir Marko · 8 years ago
  61. 9af08e6 Merge "Pass stats into the loop optimization phase." by Aart Bik · 8 years ago
  62. 7086920 Merge "Add more logging for b/64759619" by Treehugger Robot · 8 years ago
  63. ce56864 Add support for JVMTI GetObjectMonitorUsage function. by Alex Light · 8 years ago
  64. f598131 Add more logging for b/64759619 by Mathieu Chartier · 8 years ago
  65. a3f78fe ART: Change thread dump order on abort by Andreas Gampe · 8 years ago
  66. b92cc33 Pass stats into the loop optimization phase. by Aart Bik · 8 years ago
  67. f56311a Merge "Added vectorization stats." by Treehugger Robot · 8 years ago
  68. 21b8592 Added vectorization stats. by Aart Bik · 8 years ago
  69. 1e96a5d Fix context verification for relative dependencies by Calin Juravle · 8 years ago
  70. 82629c9 Merge "Revert^4 "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 8 years ago
  71. ac8a2a7 Merge "Basic SIMD reduction support." by Aart Bik · 8 years ago
  72. 5620865 Merge "Port two methods in checker-dead-blocks to Smali" by Treehugger Robot · 8 years ago
  73. b03f3eb Port two methods in checker-dead-blocks to Smali by Alan Leung · 8 years ago
  74. 28f53f5 Merge changes I66c62317,Id097273a,If3bfe695 by Treehugger Robot · 8 years ago
  75. 901679c Merge "Move InlineWithControlFlow to Smali based." by Treehugger Robot · 8 years ago
  76. 40d6702 Merge "Move some checker-gvn test to Smali" by Treehugger Robot · 8 years ago
  77. a2a2e46 Merge "Revert "Revert "JVMTI Exception and ExceptionCatch events""" by Treehugger Robot · 8 years ago
  78. 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 8 years ago
  79. 61758b9 Merge "Disable 639-checker-code-sinking in PIC mode." by Treehugger Robot · 8 years ago
  80. d3ea5b3 ART: Recognize compile-time soft-fails by Andreas Gampe · 8 years ago
  81. 5d3b002 ART: Change CanAssumeVerified to GetPreviousClassState by Andreas Gampe · 8 years ago
  82. 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 8 years ago
  83. ee5303f ART: Move Class::Status to ClassStatus by Andreas Gampe · 8 years ago
  84. 0148de4 Basic SIMD reduction support. by Aart Bik · 8 years ago
  85. 1accd63 Merge "Clean up ImageHeader section getters." by Treehugger Robot · 8 years ago
  86. e4e692a Disable 639-checker-code-sinking in PIC mode. by Vladimir Marko · 8 years ago
  87. c101222 Merge "Handle the case cwd has a trailing slash." by Nicolas Geoffray · 8 years ago
  88. cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 8 years ago
  89. c4be2c8 Handle the case cwd has a trailing slash. by Nicolas Geoffray · 8 years ago
  90. c69f6c3 Merge "ART: Don't prepend '/' if classpath_dir is empty" by Treehugger Robot · 8 years ago
  91. f415065 Merge "ART: Enhance comment" by Treehugger Robot · 8 years ago
  92. 7252738 ART: Don't prepend '/' if classpath_dir is empty by Andreas Gampe · 8 years ago
  93. 788b8b2 Merge "Use real locations when opening dex files from the context" by Calin Juravle · 8 years ago
  94. 972c9a4 Merge "Remove unnecessary work in dominators computation." by Treehugger Robot · 8 years ago
  95. 9a2e027 Remove unnecessary work in dominators computation. by Richard Uhler · 8 years ago
  96. 39d44ba Merge "Revert "JVMTI Exception and ExceptionCatch events"" by Nicolas Geoffray · 8 years ago
  97. 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 8 years ago
  98. 0c277f2 Merge "Revert "Make WatchedFramePop instrumentation event pure-virtual"" by Nicolas Geoffray · 8 years ago
  99. b2c8fc6 Revert "Make WatchedFramePop instrumentation event pure-virtual" by Nicolas Geoffray · 8 years ago
  100. e883ebf Merge "Revert "Basic SIMD reduction support."" by Nicolas Geoffray · 8 years ago