1. 2bcb431 Use CompareAndBranchIf(Non)Zero when applicable. by Nicolas Geoffray · 10 years ago
  2. 806af26 Merge "Do not replace a live phi with a dead phi." by Nicolas Geoffray · 10 years ago
  3. 4230e18 Do not replace a live phi with a dead phi. by Nicolas Geoffray · 10 years ago
  4. f9a1995 Revert "Revert "Do not update the type of something we already know."" by Nicolas Geoffray · 10 years ago
  5. 63107a8 Revert "Do not update the type of something we already know." by Calin Juravle · 10 years ago
  6. 30eb58c Do not update the type of something we already know. by Nicolas Geoffray · 10 years ago
  7. b485915 Merge "Revert "Revert "ART: Implement try/catch blocks in Builder""" by David Brazdil · 10 years ago
  8. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  9. 4a08e17 Merge "Minor fixes to mips64 for the arch-specific optimisation framework." by Roland Levillain · 10 years ago
  10. d3eaade Merge "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  11. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  12. cf950c2 Revert "ART: Fix gtests after try/catch change" by David Brazdil · 10 years ago
  13. a65930d ART: Fix gtests after try/catch change by David Brazdil · 10 years ago
  14. 2f81cd8 Merge "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  15. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 10 years ago
  16. 335005e Only do some checks when compiling against the core image. by Nicolas Geoffray · 10 years ago
  17. fdc9af0 Merge "Use a flag from the verifier to know if we should compile." by Nicolas Geoffray · 10 years ago
  18. 4824c27 Use a flag from the verifier to know if we should compile. by Nicolas Geoffray · 10 years ago
  19. 0c955b1 Merge "BCE: don't assume a bounds check always gets a HArrayLength." by Nicolas Geoffray · 10 years ago
  20. 22c4edd Merge "ART: Run GraphChecker after Builder and SsaBuilder" by David Brazdil · 10 years ago
  21. 2b1bc48 Merge "BCE: Narrow instead of unconditionnaly overwrite the range." by Nicolas Geoffray · 10 years ago
  22. a09ff9c BCE: Narrow instead of unconditionnaly overwrite the range. by Nicolas Geoffray · 10 years ago
  23. 8df886b BCE: don't assume a bounds check always gets a HArrayLength. by Nicolas Geoffray · 10 years ago
  24. 69ba7b7 ART: Run GraphChecker after Builder and SsaBuilder by David Brazdil · 10 years ago
  25. b809daa Merge "ART: Stop creating a fallthrough block for Goto" by David Brazdil · 10 years ago
  26. ea80942 Fix codegen_test after DCE fix. by Nicolas Geoffray · 10 years ago
  27. fe65946 ART: Stop creating a fallthrough block for Goto by David Brazdil · 10 years ago
  28. 9dda8f2 Merge "Fix another case of un-verified dead code." by Nicolas Geoffray · 10 years ago
  29. 1efcc22 Fix another case of un-verified dead code. by Nicolas Geoffray · 10 years ago
  30. f39e064 Minor fixes to mips64 for the arch-specific optimisation framework. by Alexandre Rames · 10 years ago
  31. 1f82ecc Recompute dominator tree after DCE. by Nicolas Geoffray · 10 years ago
  32. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 10 years ago
  33. b5061a8 Merge "Do not overwrite an input register in shift operations." by Nicolas Geoffray · 10 years ago
  34. a4f3581 Do not overwrite an input register in shift operations. by Nicolas Geoffray · 10 years ago
  35. 3a690be ART: Fix GraphVisualizer dlopen crash by David Brazdil · 10 years ago
  36. 59cb521 Merge "Fix in ReferenceTypePropagation" by Calin Juravle · 10 years ago
  37. b783b40 Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 10 years ago
  38. ae37039 Merge "Use compiling class instead of outer class for access checks." by Nicolas Geoffray · 10 years ago
  39. eb7b739 Opt compiler: Add disassembly to the '.cfg' output. by Alexandre Rames · 10 years ago
  40. 8ec0e20 Merge "ART: Simplify (Not)Equal bool vs. int to true/false" by David Brazdil · 10 years ago
  41. 1e9ec05 ART: Simplify (Not)Equal bool vs. int to true/false by David Brazdil · 10 years ago
  42. 0f0be72 Merge "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 10 years ago
  43. 463580c Revert "Use IsAssignableFrom instead of IsSubclass for robustness." by Nicolas Geoffray · 10 years ago
  44. afd0641 Use compiling class instead of outer class for access checks. by Nicolas Geoffray · 10 years ago
  45. e85647e Merge "Use IsAssignableFrom instead of IsSubclass for robustness." by Nicolas Geoffray · 10 years ago
  46. 8cf7cbf Merge "Fix wrong DCHECK in bounds check elimination." by Nicolas Geoffray · 10 years ago
  47. aa91920 Fix String Change baseline compiler errors. by Nicolas Geoffray · 10 years ago
  48. 8d82a0c Fix wrong DCHECK in bounds check elimination. by Nicolas Geoffray · 10 years ago
  49. 183617a Fix in ReferenceTypePropagation by Calin Juravle · 10 years ago
  50. af268bb Use IsAssignableFrom instead of IsSubclass for robustness. by Nicolas Geoffray · 10 years ago
  51. e102f19 Merge "Fix StringChange for optimizing compiler." by Jeff Hao · 10 years ago
  52. 87a135e Merge "Be careful with predecessor/successor index." by Nicolas Geoffray · 10 years ago
  53. 8b20f88 Be careful with predecessor/successor index. by Nicolas Geoffray · 10 years ago
  54. 4664889 Opt compiler: Add a description to MIP64 slow paths. by Roland Levillain · 10 years ago
  55. 4dda337 MIPS: Initial version of optimizing compiler for MIPS64R6. by Alexey Frunze · 10 years ago
  56. 71af6f7 Merge "Opt compiler: Add a description to slow paths." by David Brazdil · 10 years ago
  57. 9931f31 Opt compiler: Add a description to slow paths. by Alexandre Rames · 10 years ago
  58. 97d207c Merge "Use compiling class instead of referrer for access checks." by Nicolas Geoffray · 10 years ago
  59. 3045174 Use compiling class instead of referrer for access checks. by Nicolas Geoffray · 10 years ago
  60. d8d7b90 Merge "Do not expect 0 or 1 only when comparing a boolean." by Nicolas Geoffray · 10 years ago
  61. e438757 Merge "Verifier: check an aput, even if we know it will fail." by Nicolas Geoffray · 10 years ago
  62. 3c4ab80 Do not expect 0 or 1 only when comparing a boolean. by Nicolas Geoffray · 10 years ago
  63. 66389fb Verifier: check an aput, even if we know it will fail. by Nicolas Geoffray · 10 years ago
  64. cad6542 Fix StringChange for optimizing compiler. by Jeff Hao · 10 years ago
  65. 3d266a9 Merge "Don't check the return type in the builder." by Nicolas Geoffray · 10 years ago
  66. 33d6903 Replace some run-time assertions with compile-time ones in ART. by Roland Levillain · 10 years ago
  67. 69505f8 Don't check the return type in the builder. by Nicolas Geoffray · 10 years ago
  68. 822c00d Merge "Run a simplification pass before code generation." by Nicolas Geoffray · 10 years ago
  69. 01b6ec8 Merge "Don't special case HCurrentMethod in DCE." by Nicolas Geoffray · 10 years ago
  70. b2bdfce Run a simplification pass before code generation. by Nicolas Geoffray · 10 years ago
  71. d4de42f Merge "ART: Remove old DCHECK that trips Baseline" by David Brazdil · 10 years ago
  72. 3b574aa Merge "Bailout from compilation if an invoke is malformed." by Nicolas Geoffray · 10 years ago
  73. 015c7e6 ART: Remove old DCHECK that trips Baseline by David Brazdil · 10 years ago
  74. 2e33525 Bailout from compilation if an invoke is malformed. by Nicolas Geoffray · 10 years ago
  75. 7b295db Merge "Fix a bug in optimizing when the null constant has been DCE." by Nicolas Geoffray · 10 years ago
  76. 18e6873 Fix a bug in optimizing when the null constant has been DCE. by Nicolas Geoffray · 10 years ago
  77. f78848f Don't special case HCurrentMethod in DCE. by Nicolas Geoffray · 10 years ago
  78. 2ef645b ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 10 years ago
  79. 15875b0 Revert "ART: Allow PackedSwitch instructions with zero targets" by David Brazdil · 10 years ago
  80. 241f9c4 ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 10 years ago
  81. 7cb499b Fix bug in optimizing around instanceof. by Nicolas Geoffray · 10 years ago
  82. 3cde622 Remove bogus DCHECK in BCE. by Nicolas Geoffray · 10 years ago
  83. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  84. db40ea7 Merge "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  85. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
  86. e4394f7 Merge "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
  87. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 10 years ago
  88. 2cbeb52 Merge "Bring ReferenceTypePropagation to ArrayGet" by Calin Juravle · 10 years ago
  89. 6e41d81 Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  90. 72a5eb5 Bring ReferenceTypePropagation to ArrayGet by Guillaume "Vermeille" Sanchez · 10 years ago
  91. ae09d2d Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  92. c4977a5 Merge "Fix reference comparison after redundant phi elimination." by Nicolas Geoffray · 10 years ago
  93. 51d400d Fix reference comparison after redundant phi elimination. by Nicolas Geoffray · 10 years ago
  94. ff924fb Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""" by Calin Juravle · 10 years ago
  95. 6c0c4f2 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  96. ec632a9 Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  97. a981f9d Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  98. a3a3c59 Optimizing: Move optimization objects to Arena. by Vladimir Marko · 10 years ago
  99. 1017675 Merge "Preserve class loading semantics in optimizing." by Nicolas Geoffray · 10 years ago
  100. ee1264b Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago