1. fc1ccd7 lambda: Infrastructure to support capture/liberate-variable dex opcodes by Igor Murashkin · 10 years ago
  2. ea33c30 Merge "Make format args explicit in DocString." by Richard Uhler · 10 years ago
  3. c21e4e6 Make format args explicit in DocString. by Richard Uhler · 10 years ago
  4. 2e8e4ff Merge "Revert "Optimizing: Tag basic block allocations with their source."" by Vladimir Marko · 10 years ago
  5. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  6. f7432c6 Merge "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  7. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  8. 86d9206 Merge "Add more dwarf debug line info for Optimized methods." by David Srbecky · 10 years ago
  9. 2a7c1ef Add more dwarf debug line info for Optimized methods. by Yevgeny Rouban · 10 years ago
  10. 6d889e0 Merge "Increase max stack frame for sanitizers to handle x86." by Evgenii Stepanov · 10 years ago
  11. f54cde6 Increase max stack frame for sanitizers to handle x86. by Ivan Krasin · 10 years ago
  12. 1c9d1ee Merge "Fix native annotations returning TypeNotPresentException." by Jeff Hao · 10 years ago
  13. fc8d247 Fix native annotations returning TypeNotPresentException. by Jeff Hao · 10 years ago
  14. f47869f Merge "Optimizing: Tag Arena allocations with their source." by Vladimir Marko · 10 years ago
  15. f9f6441 Optimizing: Tag Arena allocations with their source. by Vladimir Marko · 10 years ago
  16. 1208ab3 Merge "ART: Remove unnecessary include of linear_alloc.h." by Vladimir Marko · 10 years ago
  17. b40808e ART: Remove unnecessary include of linear_alloc.h. by Vladimir Marko · 10 years ago
  18. fe3879e Merge "Use the 64-bit linker for target mips64r6 in buildbot-build.sh." by Roland Levillain · 10 years ago
  19. a522348 Merge "Document the `--debuggable` option in dex2oat's usage." by Roland Levillain · 10 years ago
  20. 8a4e07e Merge "JDWP: attempt to fix failure on closed connection" by Sebastien Hertz · 10 years ago
  21. 738c4c9 JDWP: attempt to fix failure on closed connection by Sebastien Hertz · 10 years ago
  22. 1f039c4 Use the 64-bit linker for target mips64r6 in buildbot-build.sh. by Roland Levillain · 10 years ago
  23. b2872da Document the `--debuggable` option in dex2oat's usage. by Roland Levillain · 10 years ago
  24. df6cfbb Merge "No longer lock WeakGlobalsLock in FindDexCache" by Mathieu Chartier · 10 years ago
  25. ca33089 No longer lock WeakGlobalsLock in FindDexCache by Mathieu Chartier · 10 years ago
  26. 91a359f Merge "Enable lockless decoding of weak globals" by Mathieu Chartier · 10 years ago
  27. 30b5e27 Enable lockless decoding of weak globals by Mathieu Chartier · 10 years ago
  28. 4d16912 Merge "Move more Class annotations to native." by Jeff Hao · 10 years ago
  29. 001e27d Merge "Add JNI state change performance test" by Mathieu Chartier · 10 years ago
  30. c3fdf90 Add JNI state change performance test by Man Cao · 10 years ago
  31. c5f408d Merge "Disable the GDB-based test timeout dump in 32 bit." by Hiroshi Yamauchi · 10 years ago
  32. b52cfcb Merge "Add GC coverage test for moving GC" by Mathieu Chartier · 10 years ago
  33. db00eaf Add GC coverage test for moving GC by Mathieu Chartier · 10 years ago
  34. c823eff Disable the GDB-based test timeout dump in 32 bit. by Hiroshi Yamauchi · 10 years ago
  35. 2a5892f Move more Class annotations to native. by Jeff Hao · 10 years ago
  36. 4bc27eb Merge "Use GDB to dump threads in test timeouts, if available." by Hiroshi Yamauchi · 10 years ago
  37. 6ffb9cc Use GDB to dump threads in test timeouts, if available. by Hiroshi Yamauchi · 10 years ago
  38. 2c23471 Merge "Revert "More cyrpto failures..."" by Kenny Root · 10 years ago
  39. ea556cd Revert "More cyrpto failures..." by Kenny Root · 10 years ago
  40. 51995e1 Merge "SlowPath: Remove the use of Locations in the SlowPath constructors." by Nicolas Geoffray · 10 years ago
  41. 5c36017 Merge "Use CodeGenerator::RecordPcInfo instead of SlowPathCode::RecordPcInfo." by Nicolas Geoffray · 10 years ago
  42. ef28f68 Merge "Optimizing: Improve String.equals() thumb intrinsic." by Vladimir Marko · 10 years ago
  43. a63f0d4 Optimizing: Improve String.equals() thumb intrinsic. by Vladimir Marko · 10 years ago
  44. c26b451 Merge "Revert "Revert "Fix deoptimization with pending exception""" by Sebastien Hertz · 10 years ago
  45. 46637e6 Merge "ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers." by Vladimir Marko · 10 years ago
  46. d36fcc6 Merge "ART: Add zero-padding to allocation request for String." by Vladimir Marko · 10 years ago
  47. 73cf0fb ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers. by Vladimir Marko · 10 years ago
  48. f92d753 Merge "Revert "Revert "Change dex caches to be weak roots""" by Mathieu Chartier · 10 years ago
  49. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  50. 5899810 Merge "Test HashSet lookup by alternate key type." by Richard Uhler · 10 years ago
  51. 1d94840 Merge "ART: Additional ceil/floor/rint test cases" by Andreas Gampe · 10 years ago
  52. e348584 Merge "JDWP: check object is assignable in ArrayReference.SetValues" by Sebastien Hertz · 10 years ago
  53. 2e1c16d JDWP: check object is assignable in ArrayReference.SetValues by Sebastien Hertz · 10 years ago
  54. 40abca7 Merge "ART: Fix the simplifier for NEGATE add/sub" by Nicolas Geoffray · 10 years ago
  55. 88b52d2 Merge "More cyrpto failures..." by Nicolas Geoffray · 10 years ago
  56. ebb503a More cyrpto failures... by Nicolas Geoffray · 10 years ago
  57. e421f14 Merge "ART: Weaken size check in hprof" by Andreas Gampe · 10 years ago
  58. c515f21 ART: Weaken size check in hprof by Andreas Gampe · 10 years ago
  59. cf7792d Test HashSet lookup by alternate key type. by Richard Uhler · 10 years ago
  60. ce20946 Merge "Fix some HandleScope bugs and add corresponding checks" by Mathieu Chartier · 10 years ago
  61. ed15000 Fix some HandleScope bugs and add corresponding checks by Mathieu Chartier · 10 years ago
  62. b00ae4a Merge "Make Art's dexlist the real one!" by Aart Bik · 10 years ago
  63. 12b7025 Merge "ART: Add mising ScopedObjectAccess in ref type propagation" by Andreas Gampe · 10 years ago
  64. b1b45be Make Art's dexlist the real one! by Aart Bik · 10 years ago
  65. 9393c69 ART: Add mising ScopedObjectAccess in ref type propagation by Andreas Gampe · 10 years ago
  66. f0f7389 Merge "Revert "Change dex caches to be weak roots"" by Brian Carlstrom · 10 years ago
  67. 85d97ea Merge "Revert "Move mark stack lock up in ordering"" by Mathieu Chartier · 10 years ago
  68. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  69. f86a085 Revert "Move mark stack lock up in ordering" by Brian Carlstrom · 10 years ago
  70. 6010fa9 Merge "Fix test 088" by Mathieu Chartier · 10 years ago
  71. 6d87eba Fix test 088 by Mathieu Chartier · 10 years ago
  72. 81440eb Merge "Move mark stack lock up in ordering" by Mathieu Chartier · 10 years ago
  73. fdbe900 Merge "Keep dex files live for duration of oatdump" by Mathieu Chartier · 10 years ago
  74. ac8f439 Keep dex files live for duration of oatdump by Mathieu Chartier · 10 years ago
  75. deaa183 Move mark stack lock up in ordering by Mathieu Chartier · 10 years ago
  76. c38fd0d Merge "Add non debug version of libarttest" by Mathieu Chartier · 10 years ago
  77. 031768a Add non debug version of libarttest by Mathieu Chartier · 10 years ago
  78. 1aca341 Merge "Synchronize JNI critical calls with the CC collector thread flip." by Hiroshi Yamauchi · 10 years ago
  79. 76f55b0 Synchronize JNI critical calls with the CC collector thread flip. by Hiroshi Yamauchi · 10 years ago
  80. bde6767 Merge "ART: Balanced locking" by Andreas Gampe · 10 years ago
  81. a727e37 ART: Balanced locking by Andreas Gampe · 10 years ago
  82. dfb5f9c Merge "Re-add location check for FindDexCache" by Mathieu Chartier · 10 years ago
  83. 5a6cc49 SlowPath: Remove the use of Locations in the SlowPath constructors. by Serban Constantinescu · 10 years ago
  84. 5af9106 Re-add location check for FindDexCache by Mathieu Chartier · 10 years ago
  85. 75d4e58 Merge "X86: Assembler support for near labels" by Vladimir Marko · 10 years ago
  86. 4dce334 Merge "ahat - An android heap dump viewer. Initial checkin." by Richard Uhler · 10 years ago
  87. 706ea6a Merge "ART: Propagate verifier failure types to the compilers" by Andreas Gampe · 10 years ago
  88. 4ab0235 Use CodeGenerator::RecordPcInfo instead of SlowPathCode::RecordPcInfo. by Serban Constantinescu · 10 years ago
  89. c2b35d2 ART: Add zero-padding to allocation request for String. by Vladimir Marko · 10 years ago
  90. aae9e66 ART: Fix the simplifier for NEGATE add/sub by Serdjuk, Nikolay Y · 10 years ago
  91. 772cc4a Merge "Change dex caches to be weak roots" by Mathieu Chartier · 10 years ago
  92. 0760a81 ART: Propagate verifier failure types to the compilers by Andreas Gampe · 10 years ago
  93. 7d6c95a Merge "ART: Fix run-test inline assembly" by Andreas Gampe · 10 years ago
  94. fd28541 ART: Fix run-test inline assembly by Andreas Gampe · 10 years ago
  95. 5093d3b Merge "Add a missing reader barrier in entrypoint stub" by Mathieu Chartier · 10 years ago
  96. e05b8b5 Merge "ART: Include zero-padding in String::SizeOf()." by Vladimir Marko · 10 years ago
  97. 4726941 Merge "Address some comments for class flags" by Mathieu Chartier · 10 years ago
  98. 4ef5226 ART: Include zero-padding in String::SizeOf(). by Vladimir Marko · 10 years ago
  99. fb32aca Merge "Induction variable analysis (with unit tests)." by Aart Bik · 10 years ago
  100. 30efb4e Induction variable analysis (with unit tests). by Aart Bik · 10 years ago