1. 5f2e628 Merge "Store method as ArtMethod* instead of jmethodId in Breakpoint" by Mathieu Chartier · 9 years ago
  2. 41af5e5 Store method as ArtMethod* instead of jmethodId in Breakpoint by Mathieu Chartier · 9 years ago
  3. b058de9 Merge "Rosalloc fast path in assembly for arm64." by Hiroshi Yamauchi · 9 years ago
  4. 4e915fb Tune heuristics a bit. by Nicolas Geoffray · 9 years ago
  5. 49e4396 A native method may be running and have the resolution stub. by Nicolas Geoffray · 9 years ago
  6. c1fc2b0 Merge "Add support for collection ProfilingInfo objects." by Nicolas Geoffray · 9 years ago
  7. 26705e2 Add support for collection ProfilingInfo objects. by Nicolas Geoffray · 9 years ago
  8. 6fcb8b9 Merge "Revert "Remove DCHECK that does not work for gtests."" by Vladimir Marko · 9 years ago
  9. 3dca4c0 Merge "Use HashMap for DexFileVerifier" by Mathieu Chartier · 9 years ago
  10. 9e1b56f Merge "Make the mark stack expandable for the CC collector." by Hiroshi Yamauchi · 9 years ago
  11. 562ff44 Revert "Remove DCHECK that does not work for gtests." by Vladimir Marko · 9 years ago
  12. 7d32dbc Remove DCHECK that does not work for gtests. by Nicolas Geoffray · 9 years ago
  13. 903ef50 Merge "Added format 25x to dexdump(2)." by Aart Bik · 9 years ago
  14. a3bb720 Added format 25x to dexdump(2). by Aart Bik · 9 years ago
  15. 7a16bdb Merge "Reduce memory used by CompiledMethods." by Vladimir Marko · 9 years ago
  16. 1a7b133 Merge "Support garbage collection of JITted code." by Nicolas Geoffray · 9 years ago
  17. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  18. 9c6ad8e Merge "Remove stalled DCHECK." by Nicolas Geoffray · 9 years ago
  19. bd425fa Remove stalled DCHECK. by Nicolas Geoffray · 9 years ago
  20. 7596996 MIPS32: Move code from RA to T9 in longjump by Goran Jakovljevic · 9 years ago
  21. 0f8e072 Use HashMap for DexFileVerifier by Mathieu Chartier · 9 years ago
  22. 6f6244a Rosalloc fast path in assembly for arm64. by Hiroshi Yamauchi · 9 years ago
  23. 450f012 Merge "Make dchecked_vector C++11 compatible." by Dan Albert · 9 years ago
  24. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  25. f230fee Merge "Add HashSet::Reserve" by Mathieu Chartier · 9 years ago
  26. 05ff5a4 Make dchecked_vector C++11 compatible. by Dan Albert · 9 years ago
  27. c482d38 Add HashSet::Reserve by Mathieu Chartier · 9 years ago
  28. 8d44725 Trim arena maps during heap trim by Mathieu Chartier · 9 years ago
  29. de40d47 Use arenas for the verifier by Mathieu Chartier · 9 years ago
  30. 19eab40 Make the mark stack expandable for the CC collector. by Hiroshi Yamauchi · 9 years ago
  31. 784e790 ART: Support trivially-destructible arrays in ArenaUniquePtr by Andreas Gampe · 9 years ago
  32. 7b05e17 Add ArenaUniquePtr by Mathieu Chartier · 9 years ago
  33. b43bdc2 Merge "Move ArenaBitVector into the runtime" by Mathieu Chartier · 9 years ago
  34. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 9 years ago
  35. a5ae8f3 Merge "ART: Speed up thread stack tracing for ANRs" by Andreas Gampe · 9 years ago
  36. 6cff48f ART: Speed up thread stack tracing for ANRs by Christopher Ferris · 10 years ago
  37. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 9 years ago
  38. b8b4498 Merge "Do not run the verifier when deopting optimized frames." by Nicolas Geoffray · 9 years ago
  39. 3385650 Do not run the verifier when deopting optimized frames. by Nicolas Geoffray · 9 years ago
  40. 2b03cef Merge "Use binary search for FindDeclaredInstance/StaticField" by Mathieu Chartier · 9 years ago
  41. 24f3166 Merge "JDWP: fix possible JdwpEvent memory leak" by Sebastien Hertz · 9 years ago
  42. e2aa326 Use binary search for FindDeclaredInstance/StaticField by Mathieu Chartier · 9 years ago
  43. 358bcaf JDWP: fix possible JdwpEvent memory leak by Sebastien Hertz · 9 years ago
  44. 1e7de6c Remove the magic 32 constant and ensure alignment. by Nicolas Geoffray · 9 years ago
  45. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 9 years ago
  46. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  47. 58554b7 ART: Fix left-shift of negative numbers by Andreas Gampe · 9 years ago
  48. e16a741 Merge "Change dex_location_ from const char* to std::string." by Richard Uhler · 9 years ago
  49. ab60b68 New attempt at fixing mac build. by Nicolas Geoffray · 9 years ago
  50. b937a44 Fix mac build. by Nicolas Geoffray · 9 years ago
  51. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  52. 28a15a9 Merge "Keep dex files live in class table" by Mathieu Chartier · 9 years ago
  53. 00310e0 Keep dex files live in class table by Mathieu Chartier · 9 years ago
  54. 722fa98 ART: Replace an "ALWAYS_INLINE" with "inline" to fix build. by Vladimir Marko · 9 years ago
  55. 2261d46 Merge "Clean up OatFile." by Vladimir Marko · 9 years ago
  56. 06d7aaa Clean up OatFile. by Vladimir Marko · 9 years ago
  57. 4b0ef9c Merge "MIPS64: Implement intrinsics from java.lang.String:" by Andreas Gampe · 9 years ago
  58. 740eec9 Change dex_location_ from const char* to std::string. by Richard Uhler · 9 years ago
  59. 7cabeca Merge "Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm.""" by Hiroshi Yamauchi · 9 years ago
  60. 3ae313d Merge "Change hash table load factors" by Mathieu Chartier · 9 years ago
  61. 32cc9ee Change hash table load factors by Mathieu Chartier · 9 years ago
  62. dc412b6 Revert "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Hiroshi Yamauchi · 9 years ago
  63. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  64. 895bb5f ART: Add simple null alias tracking for lock counting by Andreas Gampe · 9 years ago
  65. bdbce4e Merge "ART: Use .bss section for dex cache arrays." by Vladimir Marko · 9 years ago
  66. b8b3702 Merge "Fix monitor contention logging to support negative line numbers" by Brian Carlstrom · 9 years ago
  67. 7dae191 Merge "Fix a sign-extension bug in JValue." by Vladimir Marko · 9 years ago
  68. 4f55fd2 Merge "Allocate dex cache arrays in their class loader's linear alloc" by Mathieu Chartier · 9 years ago
  69. 09d0943 ART: Use .bss section for dex cache arrays. by Vladimir Marko · 9 years ago
  70. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 9 years ago
  71. d09d013 Merge "Revert "load store elimination."" by Nicolas Geoffray · 9 years ago
  72. 8030c41 Revert "load store elimination." by Nicolas Geoffray · 9 years ago
  73. 742448b Merge "load store elimination." by Mingyao Yang · 9 years ago
  74. 589dac7 load store elimination. by Mingyao Yang · 9 years ago
  75. a2b2e73 Merge "Revert "Implement rosalloc fast path in assembly for 32 bit arm."" by Nicolas Geoffray · 9 years ago
  76. cf91c7d Revert "Implement rosalloc fast path in assembly for 32 bit arm." by Nicolas Geoffray · 9 years ago
  77. 80b37b7 Fix structural class checks by Mathieu Chartier · 9 years ago
  78. 0a67a9c ART: Fix build by Andreas Gampe · 9 years ago
  79. 5139864 Merge "ART: More lenient lock merging in the verifier" by Andreas Gampe · 9 years ago
  80. aaad121 Merge "Cleanup interface initialization code to create fewer scopes" by Alex Light · 9 years ago
  81. 56a40f5 Cleanup interface initialization code to create fewer scopes by Alex Light · 9 years ago
  82. 2248d27 Merge "Implement rosalloc fast path in assembly for 32 bit arm." by Hiroshi Yamauchi · 9 years ago
  83. fdccbd4 Do not attempt to unregister null oat files by Mathieu Chartier · 9 years ago
  84. 24a0fc8 Add some missing comments by Mathieu Chartier · 9 years ago
  85. 85506c2 Merge "Add initial default method support to Art" by Alex Light · 9 years ago
  86. 7598f14 Merge "Revert "Revert "Unload oat files""" by Mathieu Chartier · 9 years ago
  87. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 9 years ago
  88. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  89. e631694 Implement rosalloc fast path in assembly for 32 bit arm. by Hiroshi Yamauchi · 9 years ago
  90. 6bec6b2 Fix braino in ArtCode refactoring. by Nicolas Geoffray · 9 years ago
  91. 2758318 ART: More lenient lock merging in the verifier by Andreas Gampe · 9 years ago
  92. f91b0e0 Merge "ART: Rewrite stub-test inline assembly" by Andreas Gampe · 9 years ago
  93. 9537ba2 ART: Rewrite stub-test inline assembly by Andreas Gampe · 9 years ago
  94. 6b8dab3 Merge "Fix moving GC bugs in MonitorEnter and MonitorExit" by Mathieu Chartier · 9 years ago
  95. 2d096c9 Fix moving GC bugs in MonitorEnter and MonitorExit by Mathieu Chartier · 9 years ago
  96. 245c11a Fix mips64 build: Add missing "=". by Vladimir Marko · 9 years ago
  97. 46bf133 Merge "Add an abstraction over a compiled code." by Nicolas Geoffray · 9 years ago
  98. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  99. 7edef74 Merge "Revert "Revert "Fix instrumentation frame check with inlining""" by Sebastien Hertz · 9 years ago
  100. b30c3b2 Merge "Revert "Unload oat files"" by Nicolas Geoffray · 9 years ago