1. 5169bf9 Merge "Reduce IndirectReferenceTable memory usage" into lmp-mr1-dev by Mathieu Chartier · 10 years ago
  2. 266b468 Merge "Do not hold breakpoint lock when running the verifier" into lmp-dev by Sebastien Hertz · 10 years ago
  3. a1de6b9 Reduce IndirectReferenceTable memory usage by Mathieu Chartier · 10 years ago
  4. 9770574 Merge "x86: evaluation destination should be after load of source in RA [DO NOT MERGE]" into lmp-dev by Pat Tjin · 10 years ago
  5. 4dfd0e4 Merge "Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded" into lmp-dev by Brian Carlstrom · 10 years ago
  6. db273aa x86: evaluation destination should be after load of source in RA [DO NOT MERGE] by Serguei Katkov · 11 years ago
  7. c95f840 Merge "ART: Refactor elf_writer_quick for elf section order" into lmp-dev by Andreas Gampe · 10 years ago
  8. 3c5ec99 ART: Refactor elf_writer_quick for elf section order by Andreas Gampe · 10 years ago
  9. aa93129 dex2oat should truncate files opened from file descriptors by Brian Carlstrom · 10 years ago
  10. 63582f2 Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded by Brian Carlstrom · 10 years ago
  11. 4d6e483 Do not hold breakpoint lock when running the verifier by Sebastien Hertz · 10 years ago
  12. 344f414 Merge "Fix JDWP crash when reporting exception" into lmp-dev by Sebastien Hertz · 10 years ago
  13. e1a3950 Merge "Dump kernel/native stacks of pure native threads." into lmp-dev by Christopher Ferris · 10 years ago
  14. 503b9b0 Fix sput-wide verification flag. by Logan Chien · 11 years ago
  15. 7da37cc Dump kernel/native stacks of pure native threads. by Christopher Ferris · 10 years ago
  16. bbb6389 Fix JDWP crash when reporting exception by Sebastien Hertz · 10 years ago
  17. dcfd6ca Move spammy logs to JDWP verbose mode by Sebastien Hertz · 10 years ago
  18. 33c36d4 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  19. 63bc11e DO NOT MERGE. Only have a portable entrypoint in portable builds. by Ian Rogers · 10 years ago
  20. b87baed Merge "Update JDWP event filtering to avoid useless ids" into lmp-dev by Sebastien Hertz · 10 years ago
  21. bf5d818 ART: skip compilation of huge methods. by buzbee · 10 years ago
  22. 177586f Merge "Avoid crash in StringReference.Value JDWP command" into lmp-dev by Sebastien Hertz · 10 years ago
  23. a4d1aea Merge "ART: Avoid recursive abort on thread dump" into lmp-dev by Andreas Gampe · 10 years ago
  24. 035592c ART: Sync oat file to disk before patching by Andreas Gampe · 10 years ago
  25. 2f9e215 ART: Avoid recursive abort on thread dump by Andreas Gampe · 10 years ago
  26. d0a24b7 Merge "Avoid suspending for alloc trace enabling when already suspended." into lmp-dev by Jeff Hao · 10 years ago
  27. 1d6ee09 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 11 years ago
  28. 3dc14e7 Merge "ART: Check for exceptions from unresolved classes" into lmp-dev by Andreas Gampe · 10 years ago
  29. ba354a9 ART: Check for exceptions from unresolved classes by Andreas Gampe · 10 years ago
  30. 501cf95 Merge "Avoid printing absolute addresses in oatdump" into lmp-dev by Brian Carlstrom · 10 years ago
  31. 34fa79e Avoid printing absolute addresses in oatdump by Brian Carlstrom · 11 years ago
  32. a597c01 Merge "ART: Do not unlink unreadable ELF files" into lmp-dev by Andreas Gampe · 11 years ago
  33. 00503da ART: Do not unlink unreadable ELF files by Andreas Gampe · 11 years ago
  34. 605f5ac Merge "Only log an error if an unattached thread is unregistered." into lmp-dev by Ian Rogers · 11 years ago
  35. e2bcf57 Only log an error if an unattached thread is unregistered. by Ian Rogers · 11 years ago
  36. 29259fa Avoid crash in StringReference.Value JDWP command by Sebastien Hertz · 11 years ago
  37. 3256166 Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 11 years ago
  38. d539167 Update JDWP event filtering to avoid useless ids by Sebastien Hertz · 11 years ago
  39. afa6b8e ART: Make elf loading not abort by Andreas Gampe · 11 years ago
  40. eee3e70 Merge "Fix stale root error in verifier" into lmp-dev by Mathieu Chartier · 11 years ago
  41. 6167864 Fix stale root error in verifier by Mathieu Chartier · 11 years ago
  42. 508e0a8 Merge "ART: Allow quickening in the boot image" into lmp-dev by Andreas Gampe · 11 years ago
  43. 35439ba ART: Allow quickening in the boot image by Andreas Gampe · 11 years ago
  44. 332e188 Merge "ART: Change access flag behavior in verifier" into lmp-dev by Andreas Gampe · 11 years ago
  45. 9a3c262 Merge "Quick compiler (arm64) Fix inline Math.round()" into lmp-dev by buzbee · 11 years ago
  46. ca48ef5 Merge "Fix and re-enable FreeList large object space for 64 bit" into lmp-dev by Mathieu Chartier · 11 years ago
  47. 98216e5 Quick compiler (arm64) Fix inline Math.round() by buzbee · 11 years ago
  48. 7fc8f90 ART: Change access flag behavior in verifier by Andreas Gampe · 11 years ago
  49. 28e55dd Merge "Fix host 64-bit ISA string" into lmp-dev by Andreas Gampe · 11 years ago
  50. 66e222a Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 11 years ago
  51. 0f79299 Merge "Add fast path to VMClassLoader.findLoadedClass" into lmp-dev by Mathieu Chartier · 11 years ago
  52. 6b9f31a Merge "Delete pin table" into lmp-dev by Mathieu Chartier · 11 years ago
  53. 776ee72 Merge "Print the command line and ABI in stack dumps like debuggerd." into lmp-dev by Brian Carlstrom · 11 years ago
  54. 09865b8 Print the command line and ABI in stack dumps like debuggerd. by Jeff Brown · 11 years ago
  55. 53f7ac1 Merge "Revert "Print the command line and ABI in stack dumps like debuggerd."" into lmp-dev by Jeff Brown · 11 years ago
  56. c022130 Revert "Print the command line and ABI in stack dumps like debuggerd." by Jeff Brown · 11 years ago
  57. d1ae500 Merge "Print the command line and ABI in stack dumps like debuggerd." into lmp-dev by Jeff Brown · 11 years ago
  58. 194116c Add fast path to VMClassLoader.findLoadedClass by Mathieu Chartier · 11 years ago
  59. 38ac77b Print the command line and ABI in stack dumps like debuggerd. by Jeff Brown · 11 years ago
  60. a967c62 Delete pin table by Mathieu Chartier · 11 years ago
  61. 3892cf8 ART: Fix preverified setting in VerifyClass by Andreas Gampe · 11 years ago
  62. 0a40828 Merge "Improve dex location canonicalization-related performance." into lmp-dev by Vladimir Marko · 11 years ago
  63. 11db17c Merge "Fix GetDexCanonicalLocation test for relative paths." into lmp-dev by Vladimir Marko · 11 years ago
  64. 96cd671 Fix crash when connected to DDMS by Sebastien Hertz · 11 years ago
  65. 5f0438a Merge "Fix deadlock in VirtualMachine.AllThreads" into lmp-dev by Sebastien Hertz · 11 years ago
  66. 94aa248 Merge "Don't hold any lock when visiting classes from JDWP" into lmp-dev by Sebastien Hertz · 11 years ago
  67. 59d0e8a Merge "Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further stack overflow" into lmp-dev by Brian Carlstrom · 11 years ago
  68. bfc2b98 Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further stack overflow by Brian Carlstrom · 11 years ago
  69. df1532b ART: Correctly make methods preverified by Andreas Gampe · 11 years ago
  70. be4e643 Improve dex location canonicalization-related performance. by Vladimir Marko · 11 years ago
  71. a06fff2 Fix GetDexCanonicalLocation test for relative paths. by Calin Juravle · 11 years ago
  72. 827645f Merge "Ensure class is linked before resolution" into lmp-dev by Brian Carlstrom · 11 years ago
  73. 72da763 Ensure class is linked before resolution by Sebastien Hertz · 11 years ago
  74. 44332cc Merge "Add proper cfi directives." into lmp-dev by Christopher Ferris · 11 years ago
  75. 5875a48 Merge "VisitClassesWithoutClassesLock isn't safe if classes move." into lmp-dev by Ian Rogers · 11 years ago
  76. 7fae7c4 Add proper cfi directives. by Christopher Ferris · 11 years ago
  77. 0bff4f3 Increase dex2oat timeouts for debug builds by Mathieu Chartier · 11 years ago
  78. 4e67841 Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 11 years ago
  79. f8aed38 Merge "Change 099-vmdebug test to use File.createTempFile." into lmp-dev by Jeff Hao · 11 years ago
  80. 1ae33d6 Change 099-vmdebug test to use File.createTempFile. by Jeff Hao · 11 years ago
  81. 3298611 Merge "Temporarily disable LOS on 64 bit" into lmp-dev by Mathieu Chartier · 11 years ago
  82. d357764 Fix deadlock in VirtualMachine.AllThreads by Sebastien Hertz · 11 years ago
  83. 1b2140c ART: Better error reporting on broken oat file by Andreas Gampe · 11 years ago
  84. 6b8f868 Merge "Workaround Darwin ContainedWithinExistingMap issue" into lmp-dev by Brian Carlstrom · 11 years ago
  85. 29acd2f Workaround Darwin ContainedWithinExistingMap issue by Brian Carlstrom · 11 years ago
  86. 77c318d Merge "Fix monitor visit for class initializer" into lmp-dev by Sebastien Hertz · 11 years ago
  87. 5300d47 Merge "ART: Fix unchecked register index validity" into lmp-dev by Andreas Gampe · 11 years ago
  88. 8a4064e Fix darwin run-test problems by Brian Carlstrom · 11 years ago
  89. eb10cfe Temporarily disable LOS on 64 bit by Mathieu Chartier · 11 years ago
  90. 1e25d93 Merge "Add fast path for FindClass using the type dex file." into lmp-dev by Mathieu Chartier · 11 years ago
  91. 8a39e7f Add fast path for FindClass using the type dex file. by Mathieu Chartier · 11 years ago
  92. dd66899 Merge "ART: Change ART for new native bridge sequence" into lmp-dev by Andreas Gampe · 11 years ago
  93. c0e1fa7 Merge "Add test for hashCode and System.identityHashCode." into lmp-dev by Mathieu Chartier · 11 years ago
  94. b087849 Disable tracing if enabled by default for new tracing test. by Jeff Hao · 11 years ago
  95. afb7de6 Merge "Change when sampling thread is reset during shutdown to prevent races." into lmp-dev by Jeff Hao · 11 years ago
  96. f8bdd4e Change when sampling thread is reset during shutdown to prevent races. by Jeff Hao · 11 years ago
  97. d5b1136 Add test for hashCode and System.identityHashCode. by Mathieu Chartier · 11 years ago
  98. f81bfa3 Ignore heap trim requests if we are the zygote by Mathieu Chartier · 11 years ago
  99. 4d3981c Revert "Fix heap trimmer daemon sleeping." by Mathieu Chartier · 11 years ago
  100. 74ae47a ART: Fix unchecked register index validity by Andreas Gampe · 11 years ago