1. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  2. fcabfbe Merge "ART: Better IllegalAccessException message" by Andreas Gampe · 10 years ago
  3. c0d8229 ART: Better IllegalAccessException message by Andreas Gampe · 10 years ago
  4. f731a78 Merge "ART: More verifier error output" by Andreas Gampe · 10 years ago
  5. 5ca2054 ART: More verifier error output by Andreas Gampe · 10 years ago
  6. cb3c08f ART: Do a pre-pass for monitor_enter dex pc search by Andreas Gampe · 10 years ago
  7. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  8. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  9. 268ea6c Change heap base address by Mathieu Chartier · 10 years ago
  10. 887ebcf Merge "Fix verifier crash in GetQuickFieldAccess()." by Hiroshi Yamauchi · 10 years ago
  11. 5f09be9 Fix verifier crash in GetQuickFieldAccess(). by Hiroshi Yamauchi · 10 years ago
  12. 628a74f Merge "ART Runtime: Add movw $xx,yy fault handling" by Ian Rogers · 10 years ago
  13. 68dc101 Merge "Fix CallStaticVoidMethodA for testEverything" by Ian Rogers · 10 years ago
  14. 5a2a263 Merge "Fix some more pedantic compiler warnings." by Ian Rogers · 10 years ago
  15. 51be0a7 Fix CallStaticVoidMethodA for testEverything by Marcus Oakland · 10 years ago
  16. 70637e4 Merge "ART: Fix mac build" by Andreas Gampe · 10 years ago
  17. 7a53653 ART: Fix mac build by Andreas Gampe · 10 years ago
  18. 02875c5 Fix some more pedantic compiler warnings. by Ian Rogers · 10 years ago
  19. acc7798 Merge "Fix Class::IsInSamePackage to not read beyond the end of a StringPiece." by Ian Rogers · 10 years ago
  20. 6b604a1 Fix Class::IsInSamePackage to not read beyond the end of a StringPiece. by Ian Rogers · 10 years ago
  21. 4aa2ec1 Merge "Some optimizations for the array alloc path." by Hiroshi Yamauchi · 10 years ago
  22. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  23. 4838d66 Reduce IndirectReferenceTable memory usage by Mathieu Chartier · 10 years ago
  24. 5daf8e1 ART Runtime: Add movw $xx,yy fault handling by Mark Mendell · 10 years ago
  25. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  26. c5c71bf Merge "ART: Reject branch/switch/throw to move-result." by Ian Rogers · 10 years ago
  27. 9961929 Merge "Fix "const-class v0, I" for libartd.so" by Ian Rogers · 10 years ago
  28. a460bb0 Merge "ART: Update for split native bridge initialization" by Andreas Gampe · 10 years ago
  29. 9bc6199 ART: Reject branch/switch/throw to move-result. by Stephen Kyle · 10 years ago
  30. e8e3989 Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded by Brian Carlstrom · 10 years ago
  31. 10f0ca2 Fix "const-class v0, I" for libartd.so by Logan Chien · 10 years ago
  32. a6da74e ART: Update for split native bridge initialization by jgu21 · 10 years ago
  33. 66d9bdb Enable computed goto interpreter on the host by Sebastien Hertz · 10 years ago
  34. 8380c7c Merge "Add ScopedAssertNoThreadSuspension" by Mathieu Chartier · 10 years ago
  35. c4481db Merge "Optimize JDWP stack local values access" by Sebastien Hertz · 10 years ago
  36. 8009f39 Optimize JDWP stack local values access by Sebastien Hertz · 10 years ago
  37. 400376f Merge "Do not hold breakpoint lock when running the verifier" by Sebastien Hertz · 10 years ago
  38. b236d8c Merge "Fix JDWP crash when reporting exception" by Sebastien Hertz · 10 years ago
  39. a9aa0ff Fix JDWP crash when reporting exception by Sebastien Hertz · 10 years ago
  40. 4d1e9ab Do not hold breakpoint lock when running the verifier by Sebastien Hertz · 10 years ago
  41. 2366f4e Dump kernel/native stacks of pure native threads. by Christopher Ferris · 10 years ago
  42. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  43. 4266fd7 Merge "Fix sput-wide verification flag." by Ian Rogers · 10 years ago
  44. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  45. 5cdd073 Merge "Move spammy logs to JDWP verbose mode" by Sebastien Hertz · 10 years ago
  46. c64746c Merge "Don't call dlsym from signal context in signal chain" by Brian Carlstrom · 10 years ago
  47. 6995c60 Update JDWP event filtering to avoid useless ids by Sebastien Hertz · 10 years ago
  48. f272af4 Move spammy logs to JDWP verbose mode by Sebastien Hertz · 10 years ago
  49. 6b2352b Use homogeneous space compact by default if not low memory. by Mathieu Chartier · 10 years ago
  50. 7f590e2 Restore some aosp/master changes lost in cherry-pick 7c438b19b71932ac8a44eff44f20744a01559c8d by Mathieu Chartier · 10 years ago
  51. 1b636c6 Add allocation rate tracking to systrace. by Mathieu Chartier · 10 years ago
  52. e70547c Merge "Only log an error if an unattached thread is unregistered." by Brian Carlstrom · 10 years ago
  53. cbd49ac Merge "Avoid suspending for alloc trace enabling when already suspended." by Jeff Hao · 10 years ago
  54. e570ada Merge "ART: Avoid recursive abort on thread dump" by Andreas Gampe · 10 years ago
  55. b2f5dbb ART: Avoid recursive abort on thread dump by Andreas Gampe · 10 years ago
  56. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  57. 347409f Merge "Add allocation tracking allocators to ROSAlloc" by Mathieu Chartier · 10 years ago
  58. b0b0b49 Avoid crash in StringReference.Value JDWP command by Sebastien Hertz · 10 years ago
  59. 97ca64b Merge "Check for errors in ThreadGroupReference JDWP commands" by Sebastien Hertz · 10 years ago
  60. 48a8961 Fix lint error. by Nicolas Geoffray · 10 years ago
  61. e982f0b Implement invoke virtual in optimizing compiler. by Nicolas Geoffray · 10 years ago
  62. f031724 Merge "ART: Fix method verifier dumping" by Andreas Gampe · 10 years ago
  63. 58553c7 Add allocation tracking allocators to ROSAlloc by Mathieu Chartier · 10 years ago
  64. a20b7b3 Merge "Add runtime options for large object space" by Mathieu Chartier · 10 years ago
  65. 2dbe627 Add runtime options for large object space by Mathieu Chartier · 10 years ago
  66. a2af5c7 Only log an error if an unattached thread is unregistered. by Ian Rogers · 10 years ago
  67. 30377e6 Merge "ART: Fix verifier flags for quickened IPUT" by Andreas Gampe · 10 years ago
  68. 5cbcde2 ART: Fix method verifier dumping by Andreas Gampe · 10 years ago
  69. 984fb79 ART: Fix verifier flags for quickened IPUT by Andreas Gampe · 10 years ago
  70. 2cbaccb Avoid printing absolute addresses in oatdump by Brian Carlstrom · 10 years ago
  71. cefcea8 Don't call dlsym from signal context in signal chain by Dave Allison · 10 years ago
  72. a06430c Check for errors in ThreadGroupReference JDWP commands by Sebastien Hertz · 10 years ago
  73. be8d99c Fix sput-wide verification flag. by Logan Chien · 10 years ago
  74. 9ef2b6c ART: Do not unlink unreadable ELF files by Andreas Gampe · 10 years ago
  75. daab38c ART: Make elf loading not abort by Andreas Gampe · 10 years ago
  76. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  77. 2ed8def ART: Allow quickening in the boot image by Andreas Gampe · 10 years ago
  78. 5182932 ART: Change access flag behavior in verifier by Andreas Gampe · 10 years ago
  79. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 10 years ago
  80. 2156ff1 Add time out to dump check point. by Ian Rogers · 10 years ago
  81. ecaebd3 Remove dex file index building mutex. by Ian Rogers · 10 years ago
  82. 9b43d91 Merge "Pass current thread as argument to alloc instrumentation." by Ian Rogers · 10 years ago
  83. 844506b Pass current thread as argument to alloc instrumentation. by Ian Rogers · 10 years ago
  84. 7c438b1 Fix stale root error in verifier by Mathieu Chartier · 10 years ago
  85. ebab3bb Merge "Compile time performance improvements focusing on interpret-only." by Ian Rogers · 10 years ago
  86. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  87. af4edbd Fix and re-enable FreeList large object space for 64 bit by Mathieu Chartier · 10 years ago
  88. 663c0bf Merge "x86 fault handler does not know about movb" by Nicolas Geoffray · 10 years ago
  89. ab0ed82 Add fast path to VMClassLoader.findLoadedClass by Mathieu Chartier · 10 years ago
  90. bb0c7f6 ART: Fix preverified setting in VerifyClass by Andreas Gampe · 10 years ago
  91. 2e15893 Delete pin table by Mathieu Chartier · 10 years ago
  92. b4fffc7 Print the command line and ABI in stack dumps like debuggerd. by Jeff Brown · 10 years ago
  93. 3c821c6 Add DumpClass context on CacheField and CacheMethod failures by Brian Carlstrom · 10 years ago
  94. f397866 Fix cpplint issue. by Brian Carlstrom · 10 years ago
  95. b30e0c6 Fix crash when connected to DDMS by Sebastien Hertz · 10 years ago
  96. 3437531 Use WellKnownClasses in ThrowStackOverflowError to reduce changes of further stack overflow by Brian Carlstrom · 10 years ago
  97. 967e1a5 Merge "Add some comments for retired class." by Mingyao Yang · 10 years ago
  98. 4a4dafe Merge "ART: Correctly make methods preverified" by Andreas Gampe · 10 years ago
  99. 4849859 ART: Correctly make methods preverified by Andreas Gampe · 10 years ago
  100. 070f732 Fix deadlock in VirtualMachine.AllThreads by Sebastien Hertz · 10 years ago