1. ce37510 am 75afc86d: am 0965ce8f: am 6e655afb: Merge "ART: Check for duplicate classes when loading oat files" by Andreas Gampe · 10 years ago
  2. c9f7349 am 74f5ce77: am 3856df46: am b5aad4c5: Merge "ART: Add GENERATE_CFI to the ZygoteHooks debug flags" by Andreas Gampe · 10 years ago
  3. 75afc86 am 0965ce8f: am 6e655afb: Merge "ART: Check for duplicate classes when loading oat files" by Andreas Gampe · 10 years ago
  4. 0965ce8 am 6e655afb: Merge "ART: Check for duplicate classes when loading oat files" by Andreas Gampe · 10 years ago
  5. 6e655af Merge "ART: Check for duplicate classes when loading oat files" by Andreas Gampe · 10 years ago
  6. 74f5ce7 am 3856df46: am b5aad4c5: Merge "ART: Add GENERATE_CFI to the ZygoteHooks debug flags" by Andreas Gampe · 10 years ago
  7. 3856df4 am b5aad4c5: Merge "ART: Add GENERATE_CFI to the ZygoteHooks debug flags" by Andreas Gampe · 10 years ago
  8. b5aad4c Merge "ART: Add GENERATE_CFI to the ZygoteHooks debug flags" by Andreas Gampe · 10 years ago
  9. 675a283 am 4e1b01fc: am 21225131: am 33984b4d: Merge "ART: Do not log non-swap usage" by Andreas Gampe · 10 years ago
  10. 4e1b01f am 21225131: am 33984b4d: Merge "ART: Do not log non-swap usage" by Andreas Gampe · 10 years ago
  11. 0599ae8 am 4aaeabde: am 63921cfe: am 16b5d29f: Merge "Guard against name == null in ShortDump" by Mathieu Chartier · 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. 51495d1 am 9643beab: am 233f1575: am 93cf23f9: Merge "Fix DCHECKs about clinit checks in Optimizing\'s code generators." by Roland Levillain · 10 years ago
  17. 4aaeabd am 63921cfe: am 16b5d29f: Merge "Guard against name == null in ShortDump" by Mathieu Chartier · 10 years ago
  18. 63921cf am 16b5d29f: Merge "Guard against name == null in ShortDump" by Mathieu Chartier · 10 years ago
  19. 16b5d29 Merge "Guard against name == null in ShortDump" by Mathieu Chartier · 10 years ago
  20. 9643bea am 233f1575: am 93cf23f9: Merge "Fix DCHECKs about clinit checks in Optimizing\'s code generators." by Roland Levillain · 10 years ago
  21. 233f157 am 93cf23f9: Merge "Fix DCHECKs about clinit checks in Optimizing\'s code generators." by Roland Levillain · 10 years ago
  22. 93cf23f Merge "Fix DCHECKs about clinit checks in Optimizing's code generators." by Roland Levillain · 10 years ago
  23. 0379f82 Fix DCHECKs about clinit checks in Optimizing's code generators. by Roland Levillain · 10 years ago
  24. b28412e Guard against name == null in ShortDump by Mathieu Chartier · 10 years ago
  25. 47f0884 am 6bd26516: am d27c57cf: am 76f14134: Merge "[optimizing] Ensure FillNewArray sets array access" by Andreas Gampe · 10 years ago
  26. fccc0be am 33cd7a71: am c16be4d4: am 3507b795: Merge "Reduce the number of explicit clinit checks for static invokes." by Roland Levillain · 10 years ago
  27. 86bc62f am 096a2e93: am 9c0a5aa8: am eb5459ca: Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  28. 8cf369f am 0782d840: am bcbd49c6: am ae803f6e: Merge "Quick: Fix and enable DCE and improve GVN/DCE cleanup." by Vladimir Marko · 10 years ago
  29. 6bd2651 am d27c57cf: am 76f14134: Merge "[optimizing] Ensure FillNewArray sets array access" by Andreas Gampe · 10 years ago
  30. d27c57c am 76f14134: Merge "[optimizing] Ensure FillNewArray sets array access" by Andreas Gampe · 10 years ago
  31. 76f1413 Merge "[optimizing] Ensure FillNewArray sets array access" by Andreas Gampe · 10 years ago
  32. 20e8d43 [optimizing] Ensure FillNewArray sets array access by Mark Mendell · 10 years ago
  33. 33cd7a7 am c16be4d4: am 3507b795: Merge "Reduce the number of explicit clinit checks for static invokes." by Roland Levillain · 10 years ago
  34. 096a2e9 am 9c0a5aa8: am eb5459ca: Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  35. 0782d84 am bcbd49c6: am ae803f6e: Merge "Quick: Fix and enable DCE and improve GVN/DCE cleanup." by Vladimir Marko · 10 years ago
  36. c16be4d am 3507b795: Merge "Reduce the number of explicit clinit checks for static invokes." by Roland Levillain · 10 years ago
  37. 9c0a5aa am eb5459ca: Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  38. bcbd49c am ae803f6e: Merge "Quick: Fix and enable DCE and improve GVN/DCE cleanup." by Vladimir Marko · 10 years ago
  39. 3507b79 Merge "Reduce the number of explicit clinit checks for static invokes." by Roland Levillain · 10 years ago
  40. 5f02c6c Reduce the number of explicit clinit checks for static invokes. by Roland Levillain · 10 years ago
  41. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  42. b9aec2c ART: Check for duplicate classes when loading oat files by Andreas Gampe · 10 years ago
  43. ae803f6 Merge "Quick: Fix and enable DCE and improve GVN/DCE cleanup." by Vladimir Marko · 10 years ago
  44. ca49ad3 am 0f1c3530: am 2c1ce5bb: am 83134ec5: Merge "Remove ArtMethod* parameter from dex cache entry points." by Vladimir Marko · 10 years ago
  45. 0ec9f86 am 42d12816: am b4364ee9: am 52b63e20: Merge "ART: Fix gtests broken by dead block elimination" by David Brazdil · 10 years ago
  46. 0f1c353 am 2c1ce5bb: am 83134ec5: Merge "Remove ArtMethod* parameter from dex cache entry points." by Vladimir Marko · 10 years ago
  47. 6416fcf am 5b127a19: am 9b096834: am 7bf9bc78: Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 10 years ago
  48. 42d1281 am b4364ee9: am 52b63e20: Merge "ART: Fix gtests broken by dead block elimination" by David Brazdil · 10 years ago
  49. 2c1ce5b am 83134ec5: Merge "Remove ArtMethod* parameter from dex cache entry points." by Vladimir Marko · 10 years ago
  50. 83134ec Merge "Remove ArtMethod* parameter from dex cache entry points." by Vladimir Marko · 10 years ago
  51. b4364ee am 52b63e20: Merge "ART: Fix gtests broken by dead block elimination" by David Brazdil · 10 years ago
  52. 5b127a1 am 9b096834: am 7bf9bc78: Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 10 years ago
  53. 52b63e2 Merge "ART: Fix gtests broken by dead block elimination" by David Brazdil · 10 years ago
  54. 1c533c1 ART: Fix gtests broken by dead block elimination by David Brazdil · 10 years ago
  55. 9b09683 am 7bf9bc78: Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 10 years ago
  56. 4d5ebf1 am 9d0c7f23: am b4e284f2: am f16d7b38: Merge "ART: Dead block removal" by David Brazdil · 10 years ago
  57. 7bf9bc7 Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 10 years ago
  58. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 10 years ago
  59. 9d0c7f2 am b4e284f2: am f16d7b38: Merge "ART: Dead block removal" by David Brazdil · 10 years ago
  60. b4e284f am f16d7b38: Merge "ART: Dead block removal" by David Brazdil · 10 years ago
  61. f16d7b3 Merge "ART: Dead block removal" by David Brazdil · 10 years ago
  62. 2d7352b ART: Dead block removal by David Brazdil · 10 years ago
  63. 121a9c7 am bef81363: am 490c9561: am 9f3565a6: Merge "Debugger: Remove support for setting values in optimizing." by Nicolas Geoffray · 10 years ago
  64. bef8136 am 490c9561: am 9f3565a6: Merge "Debugger: Remove support for setting values in optimizing." by Nicolas Geoffray · 10 years ago
  65. 490c956 am 9f3565a6: Merge "Debugger: Remove support for setting values in optimizing." by Nicolas Geoffray · 10 years ago
  66. 9f3565a Merge "Debugger: Remove support for setting values in optimizing." by Nicolas Geoffray · 10 years ago
  67. f77f305 am 8091a587: am 553871c8: am af248646: Merge "Don\'t use \'sh\' on the host." by Nicolas Geoffray · 10 years ago
  68. 7cc56a1 Debugger: Remove support for setting values in optimizing. by Nicolas Geoffray · 10 years ago
  69. 8091a58 am 553871c8: am af248646: Merge "Don\'t use \'sh\' on the host." by Nicolas Geoffray · 10 years ago
  70. 553871c am af248646: Merge "Don\'t use \'sh\' on the host." by Nicolas Geoffray · 10 years ago
  71. af24864 Merge "Don't use 'sh' on the host." by Nicolas Geoffray · 10 years ago
  72. 33e1f8f Don't use 'sh' on the host. by Nicolas Geoffray · 10 years ago
  73. 60d4a4d am e9272971: am 78a34f71: am 9e85d55c: Merge "Use \'sh\' explicitly when invoking the art script." by Nicolas Geoffray · 10 years ago
  74. 192eb41 am c26d33b2: am 51e8e98b: am 11307fd2: Merge "Make tests assume ANDROID_ROOT is not /system." by Nicolas Geoffray · 10 years ago
  75. e927297 am 78a34f71: am 9e85d55c: Merge "Use \'sh\' explicitly when invoking the art script." by Nicolas Geoffray · 10 years ago
  76. c26d33b am 51e8e98b: am 11307fd2: Merge "Make tests assume ANDROID_ROOT is not /system." by Nicolas Geoffray · 10 years ago
  77. 78a34f7 am 9e85d55c: Merge "Use \'sh\' explicitly when invoking the art script." by Nicolas Geoffray · 10 years ago
  78. 51e8e98 am 11307fd2: Merge "Make tests assume ANDROID_ROOT is not /system." by Nicolas Geoffray · 10 years ago
  79. 9e85d55 Merge "Use 'sh' explicitly when invoking the art script." by Nicolas Geoffray · 10 years ago
  80. 06801ff Use 'sh' explicitly when invoking the art script. by Nicolas Geoffray · 10 years ago
  81. 11307fd Merge "Make tests assume ANDROID_ROOT is not /system." by Nicolas Geoffray · 10 years ago
  82. 4f7fdd2 Make tests assume ANDROID_ROOT is not /system. by Nicolas Geoffray · 10 years ago
  83. 5ea536a Remove ArtMethod* parameter from dex cache entry points. by Vladimir Marko · 10 years ago
  84. 95d73bc am 884aee7e: am 0e76c6e0: am c5cb691c: Merge "Cleanup and improve stack map stream" by Nicolas Geoffray · 10 years ago
  85. 884aee7 am 0e76c6e0: am c5cb691c: Merge "Cleanup and improve stack map stream" by Nicolas Geoffray · 10 years ago
  86. 0e76c6e am c5cb691c: Merge "Cleanup and improve stack map stream" by Nicolas Geoffray · 10 years ago
  87. c5cb691 Merge "Cleanup and improve stack map stream" by Nicolas Geoffray · 10 years ago
  88. a995d15 am 430fc141: am 1b7ae567: am 021190bf: Merge "Fix reflection handling and test flakiness" by Mathieu Chartier · 10 years ago
  89. 430fc14 am 1b7ae567: am 021190bf: Merge "Fix reflection handling and test flakiness" by Mathieu Chartier · 10 years ago
  90. 1b7ae56 am 021190bf: Merge "Fix reflection handling and test flakiness" by Mathieu Chartier · 10 years ago
  91. 021190b Merge "Fix reflection handling and test flakiness" by Mathieu Chartier · 10 years ago
  92. a61894d Fix reflection handling and test flakiness by Mathieu Chartier · 10 years ago
  93. 8611480 am 117459d1: am b85ca827: am 633a37ec: Merge "Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong()." by Vladimir Marko · 10 years ago
  94. 6adbee6 am db0a0dc4: am 3c2f49ca: am 360475ab: Merge "Linear scan: split at better positions." by Nicolas Geoffray · 10 years ago
  95. 74d7b33 am 18a395b1: am 73f87c07: am 322b389a: Merge "Remove unnecessary null checks in CheckCast and InstanceOf" by Calin Juravle · 10 years ago
  96. e1ee444 am 23dcdbcd: am d3f6cd42: am 272bf7e6: Merge "ART: Run BooleanSimplifier after inlining" by David Brazdil · 10 years ago
  97. 513c56a am 1383e449: am dbd9eddc: am 4ceed922: Merge "Move stack map stream implementation to its own cc file." by Calin Juravle · 10 years ago
  98. 20623d2 am 35fe00ee: am 76ce0f8d: am b19c1e66: Merge "Revert "Revert "Quick: Rewrite type inference pass.""" by Vladimir Marko · 10 years ago
  99. ce7c72f am 16509148: am 1a624411: am b4186df6: Merge "Skip known broken tests for ARM back ends on ARM as second arch." by Roland Levillain · 10 years ago
  100. 58fded2 am bde54203: am b8b32310: am c1b829b8: Merge "Remove ActAsNullConstant" by Calin Juravle · 10 years ago