1. 32c9ea5 Use the caller's class loader when walking inlined frames. by Nicolas Geoffray · 9 years ago
  2. 1017675 Merge "Preserve class loading semantics in optimizing." by Nicolas Geoffray · 9 years ago
  3. ee1264b Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 9 years ago
  4. 958857d Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  5. f0bb3a6 Merge "Revert "Fix a checker test"" by Calin Juravle · 9 years ago
  6. e27dd0e Revert "Fix a checker test" by Calin Juravle · 9 years ago
  7. b684aa9 Merge "Explicitly give the path of the library to build." by Nicolas Geoffray · 9 years ago
  8. 547fa11 Explicitly give the path of the library to build. by Nicolas Geoffray · 9 years ago
  9. 5dcdf94 Merge "Optimizing: Remove PcInfo, use the StackMapStream instead." by Vladimir Marko · 9 years ago
  10. 42361f2 Merge "JDWP: asynchronous invoke command handling" by Sebastien Hertz · 9 years ago
  11. 995f6e2 Merge "Fix a checker test" by Calin Juravle · 9 years ago
  12. 240d84d Fix a checker test by Calin Juravle · 9 years ago
  13. 78f4fa7 Preserve class loading semantics in optimizing. by Nicolas Geoffray · 9 years ago
  14. 6ab9edb Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  15. bd8c725 Optimizing: Remove PcInfo, use the StackMapStream instead. by Vladimir Marko · 9 years ago
  16. 3d4e3b9 Merge "Add libjavacoretests.so to the things to build." by Nicolas Geoffray · 9 years ago
  17. bd4b420 Add libjavacoretests.so to the things to build. by Nicolas Geoffray · 9 years ago
  18. edc0e4f Merge "Add dalvik.system to run-libcore-tests.sh" by Nicolas Geoffray · 9 years ago
  19. c19c9e8 Merge "Don't run 098-ddmc, it's flaky." by Nicolas Geoffray · 9 years ago
  20. 2b84d2b Don't run 098-ddmc, it's flaky. by Nicolas Geoffray · 9 years ago
  21. 4c78ffa Add dalvik.system to run-libcore-tests.sh by Brian Carlstrom · 9 years ago
  22. bb6a555 Merge "Skip 098-ddmc for GC stress test" by Mathieu Chartier · 9 years ago
  23. 0797e58 Skip 098-ddmc for GC stress test by Man Cao · 9 years ago
  24. f1b5a27 Merge "Fix compaction bug in Class_getDeclaredMethodsUnchecked" by Mathieu Chartier · 9 years ago
  25. 281e500 Fix compaction bug in Class_getDeclaredMethodsUnchecked by Mathieu Chartier · 9 years ago
  26. 8d73a91 Merge "Move image intern table into image" by Mathieu Chartier · 9 years ago
  27. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  28. cff5855 Merge "Reset GC performance stats at zygote fork." by Hiroshi Yamauchi · 9 years ago
  29. 3767017 Reset GC performance stats at zygote fork. by Hiroshi Yamauchi · 9 years ago
  30. 15306dc Merge "Add hprof accounting for Class IMT, VTable" by Mathieu Chartier · 9 years ago
  31. a6d3a7e Add hprof accounting for Class IMT, VTable by Mathieu Chartier · 9 years ago
  32. 79b08e6 Merge "runtime: Minor cleanup and extra comments around interpreter" by Igor Murashkin · 9 years ago
  33. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 9 years ago
  34. 9fb3e66 Merge "Fix buildbot failure for 098-ddmc test" by Mathieu Chartier · 9 years ago
  35. 18af0bf Merge "Revert "art/tools: add new tests in security packages to the build bot"" by Sergio Giro · 9 years ago
  36. 688e1b6 Revert "art/tools: add new tests in security packages to the build bot" by Sergio Giro · 9 years ago
  37. cb0c4c3 Merge "art/tools: add new tests in security packages to the build bot" by Sergio Giro · 9 years ago
  38. 7904aba art/tools: add new tests in security packages to the build bot by Sergio Giro · 9 years ago
  39. 8d86843 Merge "Fix build breakage in dwarf_test." by Narayan Kamath · 9 years ago
  40. 97dabb7 Fix build breakage in dwarf_test. by Narayan Kamath · 9 years ago
  41. f80ebf2 Fix buildbot failure for 098-ddmc test by Man Cao · 9 years ago
  42. e257ee4 Merge "ART: Fix BCE lint issue" by Andreas Gampe · 9 years ago
  43. 45d68f1 ART: Fix BCE lint issue by Andreas Gampe · 9 years ago
  44. bc8a8ee Merge "Generate debug info for core.oat files." by David Srbecky · 9 years ago
  45. 461d72a Generate debug info for core.oat files. by David Srbecky · 9 years ago
  46. 9254056 Merge "[MIPS] Fix method tracing for mips64" by Andreas Gampe · 9 years ago
  47. 2ce3fe3 Merge "Fix premature deoptimization if the loop body isn't entered." by Mingyao Yang · 9 years ago
  48. 3584bce Fix premature deoptimization if the loop body isn't entered. by Mingyao Yang · 9 years ago
  49. ae63ea9 Merge "Revert "Revert "Test that we can unwind framework code.""" by David Srbecky · 9 years ago
  50. 1297660 Merge "run-test: add --never-clean option" by Igor Murashkin · 9 years ago
  51. 05f30e1 run-test: add --never-clean option by Igor Murashkin · 9 years ago
  52. cbc1e2e Merge "Add more log output to the CFI test." by David Srbecky · 9 years ago
  53. bb076e5 Merge "Add allocation stack traces for HPROF dump." by Mathieu Chartier · 9 years ago
  54. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 9 years ago
  55. 3da7608 Revert "Revert "Test that we can unwind framework code."" by David Srbecky · 9 years ago
  56. 020c543 Add more log output to the CFI test. by David Srbecky · 9 years ago
  57. ddedddc Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 9 years ago
  58. 6dbf5a5 Merge "Revert "Revert "Support for inlining virtual and interface calls.""" by Nicolas Geoffray · 9 years ago
  59. 454a481 Revert "Revert "Support for inlining virtual and interface calls."" by Nicolas Geoffray · 9 years ago
  60. 84bc06e [MIPS] Fix method tracing for mips64 by Lazar Trsic · 9 years ago
  61. 57ae6c3 Merge "Revert "art/tools: add new tests for the build bot"" by Sergio Giro · 9 years ago
  62. dd1f8bd Revert "art/tools: add new tests for the build bot" by Sergio Giro · 9 years ago
  63. bebf6bd Merge "Add optimizations for instanceof/checkcast." by Nicolas Geoffray · 9 years ago
  64. 8241f71 Merge "Revert "art/tools: add new tests for the build bot"" by Nicolas Geoffray · 9 years ago
  65. e17c8fe Revert "art/tools: add new tests for the build bot" by Nicolas Geoffray · 9 years ago
  66. 222862c Add optimizations for instanceof/checkcast. by Guillaume Sanchez · 9 years ago
  67. 7c0efe1 Merge "art/tools: add new tests for the build bot" by Sergio Giro · 9 years ago
  68. 10ec4f9 art/tools: add new tests for the build bot by Sergio Giro · 9 years ago
  69. 5a176fb Merge "Add boilerplate code for architecture-specific HInstructions." by Nicolas Geoffray · 9 years ago
  70. ef20f71 Add boilerplate code for architecture-specific HInstructions. by Alexandre Rames · 9 years ago
  71. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  72. 864a2d9 Merge "Revert "Test that we can unwind framework code."" by David Srbecky · 9 years ago
  73. 2c4733d Revert "Test that we can unwind framework code." by David Srbecky · 9 years ago
  74. 2ecc308 Merge "Test that we can unwind framework code." by David Srbecky · 9 years ago
  75. 73d01bc Merge "ART: Check long and double register pairs in invokes" by Andreas Gampe · 9 years ago
  76. edc9ea1 Merge "Make dex file verifier check for dups between direct and virtual methods." by Jeff Hao · 9 years ago
  77. e0a9ee0 Merge "Increase ulimit to 64MB for --no-relocate" by Mathieu Chartier · 9 years ago
  78. cae2ed9 Increase ulimit to 64MB for --no-relocate by Mathieu Chartier · 9 years ago
  79. 5c40961 Test that we can unwind framework code. by David Srbecky · 9 years ago
  80. a574b0e Make dex file verifier check for dups between direct and virtual methods. by Jeff Hao · 9 years ago
  81. da9badb ART: Check long and double register pairs in invokes by Andreas Gampe · 9 years ago
  82. 26b97f8 Merge "Add support for inlining already sharpened interface calls." by Nicolas Geoffray · 9 years ago
  83. 6b0d6c6 Merge "Bring back verbosity override" by Sebastien Hertz · 9 years ago
  84. 559f11f Merge "Follow up on CL 151605" by Sebastien Hertz · 9 years ago
  85. a4207b7 Merge "Revert "Revert "Pass current method to HNewInstance and HNewArray.""" by Nicolas Geoffray · 9 years ago
  86. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  87. 69aa601 Revert "Revert "Pass current method to HNewInstance and HNewArray."" by Nicolas Geoffray · 9 years ago
  88. aa77f6e Merge "Fix a crash in optimizing compiler with the current method." by Nicolas Geoffray · 9 years ago
  89. 3507105 Add support for inlining already sharpened interface calls. by Nicolas Geoffray · 9 years ago
  90. ae71a05 Fix a crash in optimizing compiler with the current method. by Nicolas Geoffray · 9 years ago
  91. bba348e Bring back verbosity override by Sebastien Hertz · 9 years ago
  92. 7c5e26b Merge "Revert "Pass current method to HNewInstance and HNewArray."" by Nicolas Geoffray · 9 years ago
  93. 7b0e353 Revert "Pass current method to HNewInstance and HNewArray." by Nicolas Geoffray · 9 years ago
  94. 93ce352 Merge "Quick: Fix LoopRepeatingTopologicalSortIterator." by Vladimir Marko · 9 years ago
  95. b0c8598 Merge "Pass current method to HNewInstance and HNewArray." by Nicolas Geoffray · 9 years ago
  96. f7bd8fa Merge "Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""" by Nicolas Geoffray · 9 years ago
  97. 430afef Merge "Enable 64-bit CFI tests." by David Srbecky · 9 years ago
  98. f50fa82 Enable 64-bit CFI tests. by David Srbecky · 9 years ago
  99. 0f68339 Merge "More LOW_4G optimizations" by Mathieu Chartier · 9 years ago
  100. 38c8221 More LOW_4G optimizations by Mathieu Chartier · 9 years ago