1. 3b574aa Merge "Bailout from compilation if an invoke is malformed." by Nicolas Geoffray · 10 years ago
  2. 2e33525 Bailout from compilation if an invoke is malformed. by Nicolas Geoffray · 10 years ago
  3. 7b295db Merge "Fix a bug in optimizing when the null constant has been DCE." by Nicolas Geoffray · 10 years ago
  4. 18e6873 Fix a bug in optimizing when the null constant has been DCE. by Nicolas Geoffray · 10 years ago
  5. 2ef645b ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 10 years ago
  6. 15875b0 Revert "ART: Allow PackedSwitch instructions with zero targets" by David Brazdil · 10 years ago
  7. 241f9c4 ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 10 years ago
  8. 7cb499b Fix bug in optimizing around instanceof. by Nicolas Geoffray · 10 years ago
  9. 3cde622 Remove bogus DCHECK in BCE. by Nicolas Geoffray · 10 years ago
  10. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  11. db40ea7 Merge "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  12. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
  13. e4394f7 Merge "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
  14. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 10 years ago
  15. 2cbeb52 Merge "Bring ReferenceTypePropagation to ArrayGet" by Calin Juravle · 10 years ago
  16. 6e41d81 Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  17. 72a5eb5 Bring ReferenceTypePropagation to ArrayGet by Guillaume "Vermeille" Sanchez · 10 years ago
  18. ae09d2d Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  19. c4977a5 Merge "Fix reference comparison after redundant phi elimination." by Nicolas Geoffray · 10 years ago
  20. 51d400d Fix reference comparison after redundant phi elimination. by Nicolas Geoffray · 10 years ago
  21. ff924fb Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""" by Calin Juravle · 10 years ago
  22. 6c0c4f2 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  23. ec632a9 Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  24. a981f9d Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  25. a3a3c59 Optimizing: Move optimization objects to Arena. by Vladimir Marko · 10 years ago
  26. 1017675 Merge "Preserve class loading semantics in optimizing." by Nicolas Geoffray · 10 years ago
  27. ee1264b Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  28. 958857d Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  29. 5dcdf94 Merge "Optimizing: Remove PcInfo, use the StackMapStream instead." by Vladimir Marko · 10 years ago
  30. 78f4fa7 Preserve class loading semantics in optimizing. by Nicolas Geoffray · 10 years ago
  31. 6ab9edb Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  32. bd8c725 Optimizing: Remove PcInfo, use the StackMapStream instead. by Vladimir Marko · 10 years ago
  33. d39645e Move image intern table into image by Mathieu Chartier · 10 years ago
  34. 79b08e6 Merge "runtime: Minor cleanup and extra comments around interpreter" by Igor Murashkin · 10 years ago
  35. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 10 years ago
  36. 97dabb7 Fix build breakage in dwarf_test. by Narayan Kamath · 10 years ago
  37. 45d68f1 ART: Fix BCE lint issue by Andreas Gampe · 10 years ago
  38. 3584bce Fix premature deoptimization if the loop body isn't entered. by Mingyao Yang · 10 years ago
  39. ddedddc Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  40. 454a481 Revert "Revert "Support for inlining virtual and interface calls."" by Nicolas Geoffray · 10 years ago
  41. bebf6bd Merge "Add optimizations for instanceof/checkcast." by Nicolas Geoffray · 10 years ago
  42. 222862c Add optimizations for instanceof/checkcast. by Guillaume Sanchez · 10 years ago
  43. ef20f71 Add boilerplate code for architecture-specific HInstructions. by Alexandre Rames · 10 years ago
  44. 73d01bc Merge "ART: Check long and double register pairs in invokes" by Andreas Gampe · 10 years ago
  45. da9badb ART: Check long and double register pairs in invokes by Andreas Gampe · 10 years ago
  46. 26b97f8 Merge "Add support for inlining already sharpened interface calls." by Nicolas Geoffray · 10 years ago
  47. 69aa601 Revert "Revert "Pass current method to HNewInstance and HNewArray."" by Nicolas Geoffray · 10 years ago
  48. 3507105 Add support for inlining already sharpened interface calls. by Nicolas Geoffray · 10 years ago
  49. ae71a05 Fix a crash in optimizing compiler with the current method. by Nicolas Geoffray · 10 years ago
  50. 7c5e26b Merge "Revert "Pass current method to HNewInstance and HNewArray."" by Nicolas Geoffray · 10 years ago
  51. 7b0e353 Revert "Pass current method to HNewInstance and HNewArray." by Nicolas Geoffray · 10 years ago
  52. 93ce352 Merge "Quick: Fix LoopRepeatingTopologicalSortIterator." by Vladimir Marko · 10 years ago
  53. b0c8598 Merge "Pass current method to HNewInstance and HNewArray." by Nicolas Geoffray · 10 years ago
  54. f7bd8fa Merge "Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""" by Nicolas Geoffray · 10 years ago
  55. 67c8c94 Quick: Fix LoopRepeatingTopologicalSortIterator. by Vladimir Marko · 10 years ago
  56. 94015b9 Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect."" by Nicolas Geoffray · 10 years ago
  57. 8c4cce0 Merge "Revert "Support for inlining virtual and interface calls."" by Nicolas Geoffray · 10 years ago
  58. 6e47586 Revert "Support for inlining virtual and interface calls." by Nicolas Geoffray · 10 years ago
  59. c2c2207 Merge "Revert "Do a type check for knowing if we can inline."" by Nicolas Geoffray · 10 years ago
  60. 4a56aca Revert "Do a type check for knowing if we can inline." by Nicolas Geoffray · 10 years ago
  61. e21aa42 Pass current method to HNewInstance and HNewArray. by Nicolas Geoffray · 10 years ago
  62. da2fd5a Merge "If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS." by Hiroshi Yamauchi · 10 years ago
  63. 12bd721 If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS. by Roland Levillain · 10 years ago
  64. 6a1c92f Merge "Revert "Use HCurrentMethod in HInvokeStaticOrDirect."" by Nicolas Geoffray · 10 years ago
  65. c345f14 Revert "Use HCurrentMethod in HInvokeStaticOrDirect." by Nicolas Geoffray · 10 years ago
  66. 8a9fba9 Merge "Do a type check for knowing if we can inline." by Nicolas Geoffray · 10 years ago
  67. 7ce4b3d Do a type check for knowing if we can inline. by Nicolas Geoffray · 10 years ago
  68. f677ebf Cache stack map encoding by David Brazdil · 10 years ago
  69. c47908e Merge "Support for inlining virtual and interface calls." by Nicolas Geoffray · 10 years ago
  70. 4c1ac20 Merge "Use HCurrentMethod in HInvokeStaticOrDirect." by Nicolas Geoffray · 10 years ago
  71. 1d5006c Support for inlining virtual and interface calls. by Nicolas Geoffray · 10 years ago
  72. 38207af Use HCurrentMethod in HInvokeStaticOrDirect. by Nicolas Geoffray · 10 years ago
  73. e918d38 Add $noinline$ tag to make sure a method has not been inlined. by Guillaume "Vermeille" Sanchez · 10 years ago
  74. 2519fc4 Merge "ART: Prune FindArrayClass cache in image writer" by Andreas Gampe · 10 years ago
  75. 1710bf3 Merge "Tidy up spelling" by Kenny Root · 10 years ago
  76. 8ac7595 ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 10 years ago
  77. 682393c Improve the performance of long-to-double conversions on ARM. by Roland Levillain · 10 years ago
  78. 925e562 Allow void to get in ARM64ReturnLocation. by Nicolas Geoffray · 10 years ago
  79. 0d1652e Fix compilation errors with gcc. by Nicolas Geoffray · 10 years ago
  80. 4e40c26 Fix lint error. by Nicolas Geoffray · 10 years ago
  81. 99c2abc Merge "Factorize code for common LocationSummary of HInvoke." by Nicolas Geoffray · 10 years ago
  82. fd88f16 Factorize code for common LocationSummary of HInvoke. by Nicolas Geoffray · 10 years ago
  83. 49e3b62 Merge "Delegate long-to-float type conversions to the runtime on ARM." by Roland Levillain · 10 years ago
  84. ce9f439 Merge "CanThrow() for HArraySet may return true." by Mingyao Yang · 10 years ago
  85. 1d8199d Tidy up spelling by Kenny Root · 10 years ago
  86. 5b3ee56 Delegate long-to-float type conversions to the runtime on ARM. by Roland Levillain · 10 years ago
  87. 122addc Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""" by Calin Juravle · 10 years ago
  88. 012a072 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  89. 637be5c Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  90. 82cc909 Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  91. f10a25f ART: Fast copy stack mask by David Brazdil · 10 years ago
  92. 1682e1a Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  93. 8ccf8a0 Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  94. 6b27fef Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  95. 933984c Merge "Fix a crash due to a combination of dce/inlining." by Nicolas Geoffray · 10 years ago
  96. 5e4e4f2 Merge "Use down_cast instead of reinterpret_cast in Optimizing codegens." by Roland Levillain · 10 years ago
  97. 77e48c6 Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  98. 81014cb CanThrow() for HArraySet may return true. by Mingyao Yang · 10 years ago
  99. 839188b Fix a crash due to a combination of dce/inlining. by Nicolas Geoffray · 10 years ago
  100. 5783a74 Add clear cache for JIT by Mathieu Chartier · 10 years ago