1. a183e1a am 6bcc8378: am c435e014: Merge "ART: Duplicate-classes cleanup" by Andreas Gampe · 10 years ago
  2. 6bcc837 am c435e014: Merge "ART: Duplicate-classes cleanup" by Andreas Gampe · 10 years ago
  3. c435e01 Merge "ART: Duplicate-classes cleanup" by Andreas Gampe · 10 years ago
  4. 94329d3 ART: Duplicate-classes cleanup by Andreas Gampe · 10 years ago
  5. 75afc86 am 0965ce8f: am 6e655afb: Merge "ART: Check for duplicate classes when loading oat files" by Andreas Gampe · 10 years ago
  6. 0965ce8 am 6e655afb: Merge "ART: Check for duplicate classes when loading oat files" by Andreas Gampe · 10 years ago
  7. 6e655af Merge "ART: Check for duplicate classes when loading oat files" by Andreas Gampe · 10 years ago
  8. 74f5ce7 am 3856df46: am b5aad4c5: Merge "ART: Add GENERATE_CFI to the ZygoteHooks debug flags" by Andreas Gampe · 10 years ago
  9. 3856df4 am b5aad4c5: Merge "ART: Add GENERATE_CFI to the ZygoteHooks debug flags" by Andreas Gampe · 10 years ago
  10. b5aad4c Merge "ART: Add GENERATE_CFI to the ZygoteHooks debug flags" by Andreas Gampe · 10 years ago
  11. 4e1b01f am 21225131: am 33984b4d: Merge "ART: Do not log non-swap usage" by Andreas Gampe · 10 years ago
  12. 2122513 am 33984b4d: Merge "ART: Do not log non-swap usage" by Andreas Gampe · 10 years ago
  13. 00bb878 ART: Add GENERATE_CFI to the ZygoteHooks debug flags by Andreas Gampe · 10 years ago
  14. 33984b4 Merge "ART: Do not log non-swap usage" by Andreas Gampe · 10 years ago
  15. f99bcd2 ART: Do not log non-swap usage by Andreas Gampe · 10 years ago
  16. 4aaeabd am 63921cfe: am 16b5d29f: Merge "Guard against name == null in ShortDump" by Mathieu Chartier · 10 years ago
  17. 63921cf am 16b5d29f: Merge "Guard against name == null in ShortDump" by Mathieu Chartier · 10 years ago
  18. 16b5d29 Merge "Guard against name == null in ShortDump" by Mathieu Chartier · 10 years ago
  19. 9643bea am 233f1575: am 93cf23f9: Merge "Fix DCHECKs about clinit checks in Optimizing\'s code generators." by Roland Levillain · 10 years ago
  20. 233f157 am 93cf23f9: Merge "Fix DCHECKs about clinit checks in Optimizing\'s code generators." by Roland Levillain · 10 years ago
  21. 93cf23f Merge "Fix DCHECKs about clinit checks in Optimizing's code generators." by Roland Levillain · 10 years ago
  22. 0379f82 Fix DCHECKs about clinit checks in Optimizing's code generators. by Roland Levillain · 10 years ago
  23. b28412e Guard against name == null in ShortDump by Mathieu Chartier · 10 years ago
  24. 6bd2651 am d27c57cf: am 76f14134: Merge "[optimizing] Ensure FillNewArray sets array access" by Andreas Gampe · 10 years ago
  25. d27c57c am 76f14134: Merge "[optimizing] Ensure FillNewArray sets array access" by Andreas Gampe · 10 years ago
  26. 76f1413 Merge "[optimizing] Ensure FillNewArray sets array access" by Andreas Gampe · 10 years ago
  27. 20e8d43 [optimizing] Ensure FillNewArray sets array access by Mark Mendell · 10 years ago
  28. 33cd7a7 am c16be4d4: am 3507b795: Merge "Reduce the number of explicit clinit checks for static invokes." by Roland Levillain · 10 years ago
  29. 096a2e9 am 9c0a5aa8: am eb5459ca: Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  30. 0782d84 am bcbd49c6: am ae803f6e: Merge "Quick: Fix and enable DCE and improve GVN/DCE cleanup." by Vladimir Marko · 10 years ago
  31. c16be4d am 3507b795: Merge "Reduce the number of explicit clinit checks for static invokes." by Roland Levillain · 10 years ago
  32. 9c0a5aa am eb5459ca: Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  33. bcbd49c am ae803f6e: Merge "Quick: Fix and enable DCE and improve GVN/DCE cleanup." by Vladimir Marko · 10 years ago
  34. 3507b79 Merge "Reduce the number of explicit clinit checks for static invokes." by Roland Levillain · 10 years ago
  35. 5f02c6c Reduce the number of explicit clinit checks for static invokes. by Roland Levillain · 10 years ago
  36. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  37. b9aec2c ART: Check for duplicate classes when loading oat files by Andreas Gampe · 10 years ago
  38. ae803f6 Merge "Quick: Fix and enable DCE and improve GVN/DCE cleanup." by Vladimir Marko · 10 years ago
  39. 0f1c353 am 2c1ce5bb: am 83134ec5: Merge "Remove ArtMethod* parameter from dex cache entry points." by Vladimir Marko · 10 years ago
  40. 42d1281 am b4364ee9: am 52b63e20: Merge "ART: Fix gtests broken by dead block elimination" by David Brazdil · 10 years ago
  41. 2c1ce5b am 83134ec5: Merge "Remove ArtMethod* parameter from dex cache entry points." by Vladimir Marko · 10 years ago
  42. 83134ec Merge "Remove ArtMethod* parameter from dex cache entry points." by Vladimir Marko · 10 years ago
  43. b4364ee am 52b63e20: Merge "ART: Fix gtests broken by dead block elimination" by David Brazdil · 10 years ago
  44. 5b127a1 am 9b096834: am 7bf9bc78: Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 10 years ago
  45. 52b63e2 Merge "ART: Fix gtests broken by dead block elimination" by David Brazdil · 10 years ago
  46. 1c533c1 ART: Fix gtests broken by dead block elimination by David Brazdil · 10 years ago
  47. 9b09683 am 7bf9bc78: Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 10 years ago
  48. 7bf9bc7 Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 10 years ago
  49. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 10 years ago
  50. 9d0c7f2 am b4e284f2: am f16d7b38: Merge "ART: Dead block removal" by David Brazdil · 10 years ago
  51. b4e284f am f16d7b38: Merge "ART: Dead block removal" by David Brazdil · 10 years ago
  52. f16d7b3 Merge "ART: Dead block removal" by David Brazdil · 10 years ago
  53. 2d7352b ART: Dead block removal by David Brazdil · 10 years ago
  54. bef8136 am 490c9561: am 9f3565a6: Merge "Debugger: Remove support for setting values in optimizing." by Nicolas Geoffray · 10 years ago
  55. 490c956 am 9f3565a6: Merge "Debugger: Remove support for setting values in optimizing." by Nicolas Geoffray · 10 years ago
  56. 9f3565a Merge "Debugger: Remove support for setting values in optimizing." by Nicolas Geoffray · 10 years ago
  57. 7cc56a1 Debugger: Remove support for setting values in optimizing. by Nicolas Geoffray · 10 years ago
  58. 8091a58 am 553871c8: am af248646: Merge "Don\'t use \'sh\' on the host." by Nicolas Geoffray · 10 years ago
  59. 553871c am af248646: Merge "Don\'t use \'sh\' on the host." by Nicolas Geoffray · 10 years ago
  60. af24864 Merge "Don't use 'sh' on the host." by Nicolas Geoffray · 10 years ago
  61. 33e1f8f Don't use 'sh' on the host. by Nicolas Geoffray · 10 years ago
  62. e927297 am 78a34f71: am 9e85d55c: Merge "Use \'sh\' explicitly when invoking the art script." by Nicolas Geoffray · 10 years ago
  63. c26d33b am 51e8e98b: am 11307fd2: Merge "Make tests assume ANDROID_ROOT is not /system." by Nicolas Geoffray · 10 years ago
  64. 78a34f7 am 9e85d55c: Merge "Use \'sh\' explicitly when invoking the art script." by Nicolas Geoffray · 10 years ago
  65. 51e8e98 am 11307fd2: Merge "Make tests assume ANDROID_ROOT is not /system." by Nicolas Geoffray · 10 years ago
  66. 9e85d55 Merge "Use 'sh' explicitly when invoking the art script." by Nicolas Geoffray · 10 years ago
  67. 06801ff Use 'sh' explicitly when invoking the art script. by Nicolas Geoffray · 10 years ago
  68. 11307fd Merge "Make tests assume ANDROID_ROOT is not /system." by Nicolas Geoffray · 10 years ago
  69. 4f7fdd2 Make tests assume ANDROID_ROOT is not /system. by Nicolas Geoffray · 10 years ago
  70. 5ea536a Remove ArtMethod* parameter from dex cache entry points. by Vladimir Marko · 10 years ago
  71. 884aee7 am 0e76c6e0: am c5cb691c: Merge "Cleanup and improve stack map stream" by Nicolas Geoffray · 10 years ago
  72. 0e76c6e am c5cb691c: Merge "Cleanup and improve stack map stream" by Nicolas Geoffray · 10 years ago
  73. c5cb691 Merge "Cleanup and improve stack map stream" by Nicolas Geoffray · 10 years ago
  74. 430fc14 am 1b7ae567: am 021190bf: Merge "Fix reflection handling and test flakiness" by Mathieu Chartier · 10 years ago
  75. 1b7ae56 am 021190bf: Merge "Fix reflection handling and test flakiness" by Mathieu Chartier · 10 years ago
  76. 021190b Merge "Fix reflection handling and test flakiness" by Mathieu Chartier · 10 years ago
  77. a61894d Fix reflection handling and test flakiness by Mathieu Chartier · 10 years ago
  78. 4f46ac5 Cleanup and improve stack map stream by Calin Juravle · 10 years ago
  79. 117459d am b85ca827: am 633a37ec: Merge "Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong()." by Vladimir Marko · 10 years ago
  80. b85ca82 am 633a37ec: Merge "Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong()." by Vladimir Marko · 10 years ago
  81. 633a37e Merge "Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong()." by Vladimir Marko · 10 years ago
  82. db0a0dc am 3c2f49ca: am 360475ab: Merge "Linear scan: split at better positions." by Nicolas Geoffray · 10 years ago
  83. ad67727 Quick: Fix and enable DCE and improve GVN/DCE cleanup. by Vladimir Marko · 10 years ago
  84. 18a395b am 73f87c07: am 322b389a: Merge "Remove unnecessary null checks in CheckCast and InstanceOf" by Calin Juravle · 10 years ago
  85. 3c2f49c am 360475ab: Merge "Linear scan: split at better positions." by Nicolas Geoffray · 10 years ago
  86. 360475a Merge "Linear scan: split at better positions." by Nicolas Geoffray · 10 years ago
  87. 8cbab3c Linear scan: split at better positions. by Nicolas Geoffray · 10 years ago
  88. 73f87c0 am 322b389a: Merge "Remove unnecessary null checks in CheckCast and InstanceOf" by Calin Juravle · 10 years ago
  89. 322b389 Merge "Remove unnecessary null checks in CheckCast and InstanceOf" by Calin Juravle · 10 years ago
  90. 23dcdbc am d3f6cd42: am 272bf7e6: Merge "ART: Run BooleanSimplifier after inlining" by David Brazdil · 10 years ago
  91. d3f6cd4 am 272bf7e6: Merge "ART: Run BooleanSimplifier after inlining" by David Brazdil · 10 years ago
  92. 272bf7e Merge "ART: Run BooleanSimplifier after inlining" by David Brazdil · 10 years ago
  93. af88835 Remove unnecessary null checks in CheckCast and InstanceOf by Guillaume "Vermeille" Sanchez · 10 years ago
  94. 917f9ab ART: Run BooleanSimplifier after inlining by David Brazdil · 10 years ago
  95. 084f7d4 Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong(). by Vladimir Marko · 10 years ago
  96. 1383e44 am dbd9eddc: am 4ceed922: Merge "Move stack map stream implementation to its own cc file." by Calin Juravle · 10 years ago
  97. 35fe00e am 76ce0f8d: am b19c1e66: Merge "Revert "Revert "Quick: Rewrite type inference pass.""" by Vladimir Marko · 10 years ago
  98. dbd9edd am 4ceed922: Merge "Move stack map stream implementation to its own cc file." by Calin Juravle · 10 years ago
  99. 76ce0f8 am b19c1e66: Merge "Revert "Revert "Quick: Rewrite type inference pass.""" by Vladimir Marko · 10 years ago
  100. 4ceed92 Merge "Move stack map stream implementation to its own cc file." by Calin Juravle · 10 years ago