1. c5ef693 Stop using |instance_| in Runtime::InitNativeMethods. by Piotr Jastrzebski · 10 years ago
  2. b23eab1 Add VLOG(class_linker) for clinit errors by Brian Carlstrom · 10 years ago
  3. 6e88ef6 Change MemMap::maps_ to not be global variable by Mathieu Chartier · 10 years ago
  4. cbcbd90 Merge "Revert "Adjust the suspend check interval to 16."" by Ian Rogers · 10 years ago
  5. 12b479c Revert "Adjust the suspend check interval to 16." by Ian Rogers · 10 years ago
  6. f14cc2c Merge "Adjust the suspend check interval to 16." by Hiroshi Yamauchi · 10 years ago
  7. dc0f40e Adjust the suspend check interval to 16. by Hiroshi Yamauchi · 10 years ago
  8. 5eaff90 Handlerize throw location in DumpJavaStack by Ian Rogers · 10 years ago
  9. 986c6fb ART: Stash any exception before dumping a stack by Andreas Gampe · 10 years ago
  10. 7223d44 Switch to C++11 style [[noreturn]]. by Ian Rogers · 10 years ago
  11. eac2738 Merge "ART Runtime: Add movb $xx,yy fault handling" by Ian Rogers · 10 years ago
  12. 824e124 Merge "Hold mutator lock in DdmSendHeapSegments for all spaces" by Mathieu Chartier · 10 years ago
  13. 4c69d7f Hold mutator lock in DdmSendHeapSegments for all spaces by Mathieu Chartier · 10 years ago
  14. b7f1c06 Merge "Work around ICE bugs with MIPS GCC and O1." by Ian Rogers · 10 years ago
  15. 59c0706 Work around ICE bugs with MIPS GCC and O1. by Ian Rogers · 10 years ago
  16. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 10 years ago
  17. 4471609 Merge "Only watch location for BREAKPOINT event" by Sebastien Hertz · 10 years ago
  18. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  19. 6cdedf0 Fix object header size for baker read barrier. by Ian Rogers · 10 years ago
  20. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  21. 25b18bb Merge "Simplify instance reference offsets." by Ian Rogers · 10 years ago
  22. cdc1aaf Simplify instance reference offsets. by Ian Rogers · 10 years ago
  23. 9867268 Merge "Fix race in thread list destructor" by Mathieu Chartier · 10 years ago
  24. fec72f4 Fix race in thread list destructor by Mathieu Chartier · 10 years ago
  25. 3b37073 Fix arm64 build: move macro usage after definition. by Vladimir Marko · 10 years ago
  26. 033aabf Only watch location for BREAKPOINT event by Sebastien Hertz · 10 years ago
  27. 9e878d5 Merge "Tidy ELF builder." by Ian Rogers · 10 years ago
  28. 0279ebb Tidy ELF builder. by Ian Rogers · 10 years ago
  29. a3c4d72 Merge "Disable kEnableJavaStackTraceHandler" by Brian Carlstrom · 10 years ago
  30. b57f1c7 Disable kEnableJavaStackTraceHandler by Brian Carlstrom · 10 years ago
  31. a9b0974 Merge "Don't copy fill array data to quick literal pool." by Ian Rogers · 10 years ago
  32. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  33. 5869a2c Dump mutator lock for thread suspend timeout by Mathieu Chartier · 10 years ago
  34. 7e70b00 Header file clean up. by Ian Rogers · 10 years ago
  35. 92e7b91 Merge "Fix a merge error in cl 108991." by Hiroshi Yamauchi · 10 years ago
  36. 86891cd Fix a merge error in cl 108991. by Hiroshi Yamauchi · 10 years ago
  37. 24555ad Add way to warn about missing JNI_ABORT by Mathieu Chartier · 10 years ago
  38. 31fa08d Merge "Handlerize methods across some GC points." by Hiroshi Yamauchi · 10 years ago
  39. 5ad97da Handlerize methods across some GC points. by Hiroshi Yamauchi · 10 years ago
  40. 62d1ca3 ART: Prepare for ELF64. by Tong Shen · 10 years ago
  41. b5325e2 Merge "Revert "Fix OOM throwing if it happens in finalizer reference"" by Nicolas Geoffray · 10 years ago
  42. 74d6a82 Revert "Fix OOM throwing if it happens in finalizer reference" by Nicolas Geoffray · 10 years ago
  43. 04fe652 Merge "Revert "Rename registers in arm64."" by Nicolas Geoffray · 10 years ago
  44. 0db7ad3 Revert "Rename registers in arm64." by Nicolas Geoffray · 10 years ago
  45. 3eae083 Merge "Rename registers in arm64." by Nicolas Geoffray · 10 years ago
  46. 72f9618 Merge "Fix OOM throwing if it happens in finalizer reference" by Hiroshi Yamauchi · 10 years ago
  47. 6d7729d Fix OOM throwing if it happens in finalizer reference by Dmitry Petrochenko · 10 years ago
  48. a9f36ee ART Runtime: Add movb $xx,yy fault handling by Mark Mendell · 10 years ago
  49. 11daa0a Rename registers in arm64. by Nicolas Geoffray · 10 years ago
  50. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  51. 0714083 Enable -Wunreachable-code by Ian Rogers · 10 years ago
  52. 00ade1e Merge "ART: Fix some -Wpedantic errors" by Andreas Gampe · 10 years ago
  53. 2549478 Remove selinux dependency. by Nicolas Geoffray · 10 years ago
  54. b3cd826 Merge "Revert "Enable computed goto interpreter on the host"" by Sebastien Hertz · 10 years ago
  55. fa888d0 Revert "Enable computed goto interpreter on the host" by Sebastien Hertz · 10 years ago
  56. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  57. fcabfbe Merge "ART: Better IllegalAccessException message" by Andreas Gampe · 10 years ago
  58. c0d8229 ART: Better IllegalAccessException message by Andreas Gampe · 10 years ago
  59. f731a78 Merge "ART: More verifier error output" by Andreas Gampe · 10 years ago
  60. 5ca2054 ART: More verifier error output by Andreas Gampe · 10 years ago
  61. cb3c08f ART: Do a pre-pass for monitor_enter dex pc search by Andreas Gampe · 10 years ago
  62. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  63. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  64. 268ea6c Change heap base address by Mathieu Chartier · 10 years ago
  65. 887ebcf Merge "Fix verifier crash in GetQuickFieldAccess()." by Hiroshi Yamauchi · 10 years ago
  66. 5f09be9 Fix verifier crash in GetQuickFieldAccess(). by Hiroshi Yamauchi · 10 years ago
  67. 628a74f Merge "ART Runtime: Add movw $xx,yy fault handling" by Ian Rogers · 10 years ago
  68. 68dc101 Merge "Fix CallStaticVoidMethodA for testEverything" by Ian Rogers · 10 years ago
  69. 5a2a263 Merge "Fix some more pedantic compiler warnings." by Ian Rogers · 10 years ago
  70. 51be0a7 Fix CallStaticVoidMethodA for testEverything by Marcus Oakland · 10 years ago
  71. 70637e4 Merge "ART: Fix mac build" by Andreas Gampe · 10 years ago
  72. 7a53653 ART: Fix mac build by Andreas Gampe · 10 years ago
  73. 02875c5 Fix some more pedantic compiler warnings. by Ian Rogers · 10 years ago
  74. acc7798 Merge "Fix Class::IsInSamePackage to not read beyond the end of a StringPiece." by Ian Rogers · 10 years ago
  75. 6b604a1 Fix Class::IsInSamePackage to not read beyond the end of a StringPiece. by Ian Rogers · 10 years ago
  76. 4aa2ec1 Merge "Some optimizations for the array alloc path." by Hiroshi Yamauchi · 10 years ago
  77. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  78. 4838d66 Reduce IndirectReferenceTable memory usage by Mathieu Chartier · 10 years ago
  79. 5daf8e1 ART Runtime: Add movw $xx,yy fault handling by Mark Mendell · 10 years ago
  80. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  81. c5c71bf Merge "ART: Reject branch/switch/throw to move-result." by Ian Rogers · 10 years ago
  82. 9961929 Merge "Fix "const-class v0, I" for libartd.so" by Ian Rogers · 10 years ago
  83. a460bb0 Merge "ART: Update for split native bridge initialization" by Andreas Gampe · 10 years ago
  84. 9bc6199 ART: Reject branch/switch/throw to move-result. by Stephen Kyle · 10 years ago
  85. e8e3989 Restore kReasonLogging for kDexoptNeeded and kPatchoatNeeded by Brian Carlstrom · 10 years ago
  86. 10f0ca2 Fix "const-class v0, I" for libartd.so by Logan Chien · 10 years ago
  87. a6da74e ART: Update for split native bridge initialization by jgu21 · 10 years ago
  88. 66d9bdb Enable computed goto interpreter on the host by Sebastien Hertz · 10 years ago
  89. 8380c7c Merge "Add ScopedAssertNoThreadSuspension" by Mathieu Chartier · 10 years ago
  90. c4481db Merge "Optimize JDWP stack local values access" by Sebastien Hertz · 10 years ago
  91. 8009f39 Optimize JDWP stack local values access by Sebastien Hertz · 10 years ago
  92. 400376f Merge "Do not hold breakpoint lock when running the verifier" by Sebastien Hertz · 10 years ago
  93. b236d8c Merge "Fix JDWP crash when reporting exception" by Sebastien Hertz · 10 years ago
  94. a9aa0ff Fix JDWP crash when reporting exception by Sebastien Hertz · 10 years ago
  95. 4d1e9ab Do not hold breakpoint lock when running the verifier by Sebastien Hertz · 10 years ago
  96. 2366f4e Dump kernel/native stacks of pure native threads. by Christopher Ferris · 10 years ago
  97. 2d5f39e Add ScopedAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  98. 4266fd7 Merge "Fix sput-wide verification flag." by Ian Rogers · 10 years ago
  99. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  100. 5cdd073 Merge "Move spammy logs to JDWP verbose mode" by Sebastien Hertz · 10 years ago