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