1. 4dda337 MIPS: Initial version of optimizing compiler for MIPS64R6. by Alexey Frunze · 10 years ago
  2. 71af6f7 Merge "Opt compiler: Add a description to slow paths." by David Brazdil · 10 years ago
  3. 9931f31 Opt compiler: Add a description to slow paths. by Alexandre Rames · 10 years ago
  4. 97d207c Merge "Use compiling class instead of referrer for access checks." by Nicolas Geoffray · 10 years ago
  5. 3045174 Use compiling class instead of referrer for access checks. by Nicolas Geoffray · 10 years ago
  6. d8d7b90 Merge "Do not expect 0 or 1 only when comparing a boolean." by Nicolas Geoffray · 10 years ago
  7. e438757 Merge "Verifier: check an aput, even if we know it will fail." by Nicolas Geoffray · 10 years ago
  8. 3c4ab80 Do not expect 0 or 1 only when comparing a boolean. by Nicolas Geoffray · 10 years ago
  9. 66389fb Verifier: check an aput, even if we know it will fail. by Nicolas Geoffray · 10 years ago
  10. 3d266a9 Merge "Don't check the return type in the builder." by Nicolas Geoffray · 10 years ago
  11. 69505f8 Don't check the return type in the builder. by Nicolas Geoffray · 10 years ago
  12. 822c00d Merge "Run a simplification pass before code generation." by Nicolas Geoffray · 10 years ago
  13. 01b6ec8 Merge "Don't special case HCurrentMethod in DCE." by Nicolas Geoffray · 10 years ago
  14. b2bdfce Run a simplification pass before code generation. by Nicolas Geoffray · 10 years ago
  15. d4de42f Merge "ART: Remove old DCHECK that trips Baseline" by David Brazdil · 10 years ago
  16. 3b574aa Merge "Bailout from compilation if an invoke is malformed." by Nicolas Geoffray · 10 years ago
  17. 015c7e6 ART: Remove old DCHECK that trips Baseline by David Brazdil · 10 years ago
  18. 2e33525 Bailout from compilation if an invoke is malformed. by Nicolas Geoffray · 10 years ago
  19. 7b295db Merge "Fix a bug in optimizing when the null constant has been DCE." by Nicolas Geoffray · 10 years ago
  20. 18e6873 Fix a bug in optimizing when the null constant has been DCE. by Nicolas Geoffray · 10 years ago
  21. f78848f Don't special case HCurrentMethod in DCE. by Nicolas Geoffray · 10 years ago
  22. 2ef645b ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 10 years ago
  23. 15875b0 Revert "ART: Allow PackedSwitch instructions with zero targets" by David Brazdil · 10 years ago
  24. 241f9c4 ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 10 years ago
  25. 7cb499b Fix bug in optimizing around instanceof. by Nicolas Geoffray · 10 years ago
  26. 3cde622 Remove bogus DCHECK in BCE. by Nicolas Geoffray · 10 years ago
  27. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  28. db40ea7 Merge "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  29. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
  30. e4394f7 Merge "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
  31. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 10 years ago
  32. 2cbeb52 Merge "Bring ReferenceTypePropagation to ArrayGet" by Calin Juravle · 10 years ago
  33. 6e41d81 Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  34. 72a5eb5 Bring ReferenceTypePropagation to ArrayGet by Guillaume "Vermeille" Sanchez · 10 years ago
  35. ae09d2d Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  36. c4977a5 Merge "Fix reference comparison after redundant phi elimination." by Nicolas Geoffray · 10 years ago
  37. 51d400d Fix reference comparison after redundant phi elimination. by Nicolas Geoffray · 10 years ago
  38. ff924fb Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""" by Calin Juravle · 10 years ago
  39. 6c0c4f2 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  40. ec632a9 Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  41. a981f9d Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  42. a3a3c59 Optimizing: Move optimization objects to Arena. by Vladimir Marko · 10 years ago
  43. 1017675 Merge "Preserve class loading semantics in optimizing." by Nicolas Geoffray · 10 years ago
  44. ee1264b Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  45. 958857d Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  46. 5dcdf94 Merge "Optimizing: Remove PcInfo, use the StackMapStream instead." by Vladimir Marko · 10 years ago
  47. 78f4fa7 Preserve class loading semantics in optimizing. by Nicolas Geoffray · 10 years ago
  48. 6ab9edb Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  49. bd8c725 Optimizing: Remove PcInfo, use the StackMapStream instead. by Vladimir Marko · 10 years ago
  50. 45d68f1 ART: Fix BCE lint issue by Andreas Gampe · 10 years ago
  51. 3584bce Fix premature deoptimization if the loop body isn't entered. by Mingyao Yang · 10 years ago
  52. ddedddc Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  53. 454a481 Revert "Revert "Support for inlining virtual and interface calls."" by Nicolas Geoffray · 10 years ago
  54. bebf6bd Merge "Add optimizations for instanceof/checkcast." by Nicolas Geoffray · 10 years ago
  55. 222862c Add optimizations for instanceof/checkcast. by Guillaume Sanchez · 10 years ago
  56. ef20f71 Add boilerplate code for architecture-specific HInstructions. by Alexandre Rames · 10 years ago
  57. 73d01bc Merge "ART: Check long and double register pairs in invokes" by Andreas Gampe · 10 years ago
  58. da9badb ART: Check long and double register pairs in invokes by Andreas Gampe · 10 years ago
  59. 26b97f8 Merge "Add support for inlining already sharpened interface calls." by Nicolas Geoffray · 10 years ago
  60. 69aa601 Revert "Revert "Pass current method to HNewInstance and HNewArray."" by Nicolas Geoffray · 10 years ago
  61. 3507105 Add support for inlining already sharpened interface calls. by Nicolas Geoffray · 10 years ago
  62. ae71a05 Fix a crash in optimizing compiler with the current method. by Nicolas Geoffray · 10 years ago
  63. 7c5e26b Merge "Revert "Pass current method to HNewInstance and HNewArray."" by Nicolas Geoffray · 10 years ago
  64. 7b0e353 Revert "Pass current method to HNewInstance and HNewArray." by Nicolas Geoffray · 10 years ago
  65. b0c8598 Merge "Pass current method to HNewInstance and HNewArray." by Nicolas Geoffray · 10 years ago
  66. f7bd8fa Merge "Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""" by Nicolas Geoffray · 10 years ago
  67. 94015b9 Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect."" by Nicolas Geoffray · 10 years ago
  68. 8c4cce0 Merge "Revert "Support for inlining virtual and interface calls."" by Nicolas Geoffray · 10 years ago
  69. 6e47586 Revert "Support for inlining virtual and interface calls." by Nicolas Geoffray · 10 years ago
  70. c2c2207 Merge "Revert "Do a type check for knowing if we can inline."" by Nicolas Geoffray · 10 years ago
  71. 4a56aca Revert "Do a type check for knowing if we can inline." by Nicolas Geoffray · 10 years ago
  72. e21aa42 Pass current method to HNewInstance and HNewArray. by Nicolas Geoffray · 10 years ago
  73. 6a1c92f Merge "Revert "Use HCurrentMethod in HInvokeStaticOrDirect."" by Nicolas Geoffray · 10 years ago
  74. c345f14 Revert "Use HCurrentMethod in HInvokeStaticOrDirect." by Nicolas Geoffray · 10 years ago
  75. 8a9fba9 Merge "Do a type check for knowing if we can inline." by Nicolas Geoffray · 10 years ago
  76. 7ce4b3d Do a type check for knowing if we can inline. by Nicolas Geoffray · 10 years ago
  77. f677ebf Cache stack map encoding by David Brazdil · 10 years ago
  78. c47908e Merge "Support for inlining virtual and interface calls." by Nicolas Geoffray · 10 years ago
  79. 4c1ac20 Merge "Use HCurrentMethod in HInvokeStaticOrDirect." by Nicolas Geoffray · 10 years ago
  80. 1d5006c Support for inlining virtual and interface calls. by Nicolas Geoffray · 10 years ago
  81. 38207af Use HCurrentMethod in HInvokeStaticOrDirect. by Nicolas Geoffray · 10 years ago
  82. e918d38 Add $noinline$ tag to make sure a method has not been inlined. by Guillaume "Vermeille" Sanchez · 10 years ago
  83. 1710bf3 Merge "Tidy up spelling" by Kenny Root · 10 years ago
  84. 682393c Improve the performance of long-to-double conversions on ARM. by Roland Levillain · 10 years ago
  85. 925e562 Allow void to get in ARM64ReturnLocation. by Nicolas Geoffray · 10 years ago
  86. 0d1652e Fix compilation errors with gcc. by Nicolas Geoffray · 10 years ago
  87. 4e40c26 Fix lint error. by Nicolas Geoffray · 10 years ago
  88. 99c2abc Merge "Factorize code for common LocationSummary of HInvoke." by Nicolas Geoffray · 10 years ago
  89. fd88f16 Factorize code for common LocationSummary of HInvoke. by Nicolas Geoffray · 10 years ago
  90. 49e3b62 Merge "Delegate long-to-float type conversions to the runtime on ARM." by Roland Levillain · 10 years ago
  91. ce9f439 Merge "CanThrow() for HArraySet may return true." by Mingyao Yang · 10 years ago
  92. 1d8199d Tidy up spelling by Kenny Root · 10 years ago
  93. 5b3ee56 Delegate long-to-float type conversions to the runtime on ARM. by Roland Levillain · 10 years ago
  94. 122addc Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""" by Calin Juravle · 10 years ago
  95. 012a072 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  96. 637be5c Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  97. 82cc909 Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  98. f10a25f ART: Fast copy stack mask by David Brazdil · 10 years ago
  99. 1682e1a Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  100. 8ccf8a0 Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago