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