1. dc18417 Merge "Fix interaction between JIT and instrumentation." by Nicolas Geoffray · 9 years ago
  2. ba34e70 Merge "ART: Fix return-object verification" by Andreas Gampe · 9 years ago
  3. a4c98f2 ART: Fix return-object verification by Andreas Gampe · 9 years ago
  4. 8249eac Merge "Use _exit instead of exit after exec fails" by Brian Carlstrom · 9 years ago
  5. 6c7aae9 Revert "Mark __jit_debug_register_code as a unique symbol" by Andreas Gampe · 9 years ago
  6. 5caf652 Mark __jit_debug_register_code as a unique symbol by Tamas Berghammer · 9 years ago
  7. ef7ef4c Merge "ART: Change behavior for rethrowing init failures (2)" by Andreas Gampe · 9 years ago
  8. f66f05d Merge "ART: Fix potential integer overflow in JNI." by Vladimir Marko · 9 years ago
  9. 795e341 ART: Fix potential integer overflow in JNI. by Vladimir Marko · 9 years ago
  10. 17656eb Merge "MIPS32: java.lang.String.equals" by Andreas Gampe · 9 years ago
  11. 16ba2b4 MIPS32: java.lang.String.equals by Chris Larsen · 9 years ago
  12. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  13. 5348137 Merge "JDWP: fix returned tag for ClassType.NewInstance" by Sebastien Hertz · 9 years ago
  14. 2fa6842 Merge "ART: Fix ignoring duplicate fields when loading class." by Vladimir Marko · 9 years ago
  15. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  16. 51c1b63 Merge "Fix elf writer to properly handle empty text sections" by Mathieu Chartier · 9 years ago
  17. 07ddb6f Fix elf writer to properly handle empty text sections by Mathieu Chartier · 9 years ago
  18. ae35c37 Use _exit instead of exit after exec fails by Tobias Lindskog · 9 years ago
  19. 81819db ART: Fix ignoring duplicate fields when loading class. by Vladimir Marko · 9 years ago
  20. 0f7c933 Minor cleanup of Monitor::VisitLocks by Sebastien Hertz · 9 years ago
  21. a3e1377 JDWP: fix returned tag for ClassType.NewInstance by Sebastien Hertz · 9 years ago
  22. 63e47f4 Fix flake around instrumentation. by Nicolas Geoffray · 9 years ago
  23. b24301b Merge "Code cleanup to avoid CompilerDriver abstractions in JIT." by Nicolas Geoffray · 9 years ago
  24. 629e935 Properly delete the jit thread pool. by Nicolas Geoffray · 9 years ago
  25. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 9 years ago
  26. c09b334 Merge "Revert "Add basic image writer support for app images"" by Nicolas Geoffray · 9 years ago
  27. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  28. a930832 Merge "Add basic image writer support for app images" by Mathieu Chartier · 9 years ago
  29. cb08695 ART: Change behavior for rethrowing init failures (2) by Andreas Gampe · 9 years ago
  30. c033474 Add basic image writer support for app images by Mathieu Chartier · 9 years ago
  31. accc249 Merge "ART: Change behavior for rethrowing init failures" by Andreas Gampe · 9 years ago
  32. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 9 years ago
  33. 6bf6e43 Merge "JDWP: fix java.lang.String creation" by Sebastien Hertz · 9 years ago
  34. 12cbc87 Merge "Fix TODO on instrumentation and add some more DCHECKs." by Nicolas Geoffray · 9 years ago
  35. 5a23d2e Fix TODO on instrumentation and add some more DCHECKs. by Nicolas Geoffray · 9 years ago
  36. f33ea79 Merge "lambda: Minor capture-variable/liberate-variable clean-up after post-merge reviews." by Igor Murashkin · 9 years ago
  37. fb4b605 Merge "Fix broken handling of instrumentation lists." by Nicolas Geoffray · 9 years ago
  38. 514a616 Fix broken handling of instrumentation lists. by Nicolas Geoffray · 9 years ago
  39. 56d5e50 JDWP: fix java.lang.String creation by Sebastien Hertz · 9 years ago
  40. ea834bb Merge "Use --oat-fd instead of --oat-file when calling dex2oat." by Richard Uhler · 9 years ago
  41. df6dc42 Merge "Fix deadlock with the JIT code cache." by Nicolas Geoffray · 9 years ago
  42. 6262340 Fix deadlock with the JIT code cache. by Nicolas Geoffray · 9 years ago
  43. 4bbe780 Merge "Minor improvements for the CC collector." by Hiroshi Yamauchi · 9 years ago
  44. 30c475a lambda: Minor capture-variable/liberate-variable clean-up after post-merge reviews. by Igor Murashkin · 9 years ago
  45. 3482c27 Merge "Fix minor problems with interface verification and default methods." by Alex Light · 9 years ago
  46. 723e6ce Minor improvements for the CC collector. by Hiroshi Yamauchi · 9 years ago
  47. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  48. 43c6d31 Merge "Remove extra space at end of line in output." by Christopher Ferris · 9 years ago
  49. a190645 Remove extra space at end of line in output. by Christopher Ferris · 9 years ago
  50. 289c4e3 Merge "A generic jni method can be instrumented." by Nicolas Geoffray · 9 years ago
  51. 703c282 A generic jni method can be instrumented. by Nicolas Geoffray · 9 years ago
  52. fca90a1 Fix compile-time error. by Nicolas Geoffray · 9 years ago
  53. f31f973 Merge "Refactor code so that JIT can parse compiler options." by Nicolas Geoffray · 9 years ago
  54. abbb0f7 Refactor code so that JIT can parse compiler options. by Nicolas Geoffray · 9 years ago
  55. 9507fa2 Change a few places to use string version of GetTypeId by Mathieu Chartier · 9 years ago
  56. b56200b Add comment for RunCheckpoint and clean up ThreadList a bit by Mathieu Chartier · 9 years ago
  57. 0b654bc Merge "Relax some CASes for the CC collector." by Hiroshi Yamauchi · 9 years ago
  58. 59cc4e8 Merge "Implementation of fast lookup table to search class_def by descriptor" by Mathieu Chartier · 9 years ago
  59. d9786b0 Implementation of fast lookup table to search class_def by descriptor by Artem Udovichenko · 9 years ago
  60. a9cf6ee Merge "ART: Fix deopt from optimized code under inlining" by David Brazdil · 9 years ago
  61. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  62. efc3f02 ART: Fix deopt from optimized code under inlining by David Brazdil · 9 years ago
  63. 0db36b3 Fix minor problems with interface verification and default methods. by Alex Light · 9 years ago
  64. 5f2e628 Merge "Store method as ArtMethod* instead of jmethodId in Breakpoint" by Mathieu Chartier · 9 years ago
  65. 41af5e5 Store method as ArtMethod* instead of jmethodId in Breakpoint by Mathieu Chartier · 9 years ago
  66. b058de9 Merge "Rosalloc fast path in assembly for arm64." by Hiroshi Yamauchi · 9 years ago
  67. 4e915fb Tune heuristics a bit. by Nicolas Geoffray · 9 years ago
  68. 49e4396 A native method may be running and have the resolution stub. by Nicolas Geoffray · 9 years ago
  69. c1fc2b0 Merge "Add support for collection ProfilingInfo objects." by Nicolas Geoffray · 9 years ago
  70. 26705e2 Add support for collection ProfilingInfo objects. by Nicolas Geoffray · 9 years ago
  71. 6fcb8b9 Merge "Revert "Remove DCHECK that does not work for gtests."" by Vladimir Marko · 9 years ago
  72. 3dca4c0 Merge "Use HashMap for DexFileVerifier" by Mathieu Chartier · 9 years ago
  73. 9e1b56f Merge "Make the mark stack expandable for the CC collector." by Hiroshi Yamauchi · 9 years ago
  74. 562ff44 Revert "Remove DCHECK that does not work for gtests." by Vladimir Marko · 9 years ago
  75. 7d32dbc Remove DCHECK that does not work for gtests. by Nicolas Geoffray · 9 years ago
  76. 903ef50 Merge "Added format 25x to dexdump(2)." by Aart Bik · 9 years ago
  77. a3bb720 Added format 25x to dexdump(2). by Aart Bik · 9 years ago
  78. 7a16bdb Merge "Reduce memory used by CompiledMethods." by Vladimir Marko · 9 years ago
  79. 1a7b133 Merge "Support garbage collection of JITted code." by Nicolas Geoffray · 9 years ago
  80. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  81. 9c6ad8e Merge "Remove stalled DCHECK." by Nicolas Geoffray · 9 years ago
  82. bd425fa Remove stalled DCHECK. by Nicolas Geoffray · 9 years ago
  83. 7596996 MIPS32: Move code from RA to T9 in longjump by Goran Jakovljevic · 9 years ago
  84. 0f8e072 Use HashMap for DexFileVerifier by Mathieu Chartier · 9 years ago
  85. 6f6244a Rosalloc fast path in assembly for arm64. by Hiroshi Yamauchi · 9 years ago
  86. 8327cf7 Use --oat-fd instead of --oat-file when calling dex2oat. by Richard Uhler · 9 years ago
  87. 450f012 Merge "Make dchecked_vector C++11 compatible." by Dan Albert · 9 years ago
  88. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  89. f230fee Merge "Add HashSet::Reserve" by Mathieu Chartier · 9 years ago
  90. 05ff5a4 Make dchecked_vector C++11 compatible. by Dan Albert · 9 years ago
  91. c482d38 Add HashSet::Reserve by Mathieu Chartier · 9 years ago
  92. 8d44725 Trim arena maps during heap trim by Mathieu Chartier · 9 years ago
  93. de40d47 Use arenas for the verifier by Mathieu Chartier · 9 years ago
  94. 19eab40 Make the mark stack expandable for the CC collector. by Hiroshi Yamauchi · 9 years ago
  95. 784e790 ART: Support trivially-destructible arrays in ArenaUniquePtr by Andreas Gampe · 9 years ago
  96. 7b05e17 Add ArenaUniquePtr by Mathieu Chartier · 9 years ago
  97. b43bdc2 Merge "Move ArenaBitVector into the runtime" by Mathieu Chartier · 9 years ago
  98. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 9 years ago
  99. a5ae8f3 Merge "ART: Speed up thread stack tracing for ANRs" by Andreas Gampe · 9 years ago
  100. 6cff48f ART: Speed up thread stack tracing for ANRs by Christopher Ferris · 11 years ago