1. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 9 years ago
  2. 0022bdf Merge "ART: Fix data loss when symbolizing oat files." by Roland Levillain · 9 years ago
  3. 87dc1b0 Merge "ART: Compiler generated GC map should take care of temp registers." by Vladimir Marko · 9 years ago
  4. b5061a8 Merge "Do not overwrite an input register in shift operations." by Nicolas Geoffray · 9 years ago
  5. a4f3581 Do not overwrite an input register in shift operations. by Nicolas Geoffray · 9 years ago
  6. 3a690be ART: Fix GraphVisualizer dlopen crash by David Brazdil · 9 years ago
  7. ec3a4e7 Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes" by Igor Murashkin · 9 years ago
  8. 2ee54e2 runtime: Partially implement box-lambda and unbox-lambda experimental opcodes by Igor Murashkin · 9 years ago
  9. 59cb521 Merge "Fix in ReferenceTypePropagation" by Calin Juravle · 9 years ago
  10. c08ab29 ART: Don't do pre-linked calls to the interpreter bridge. by Vladimir Marko · 9 years ago
  11. b783b40 Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 9 years ago
  12. ae37039 Merge "Use compiling class instead of outer class for access checks." by Nicolas Geoffray · 9 years ago
  13. eb7b739 Opt compiler: Add disassembly to the '.cfg' output. by Alexandre Rames · 9 years ago
  14. 8ec0e20 Merge "ART: Simplify (Not)Equal bool vs. int to true/false" by David Brazdil · 9 years ago
  15. 1e9ec05 ART: Simplify (Not)Equal bool vs. int to true/false by David Brazdil · 9 years ago
  16. 0f0be72 Merge "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 9 years ago
  17. 463580c Revert "Use IsAssignableFrom instead of IsSubclass for robustness." by Nicolas Geoffray · 9 years ago
  18. afd0641 Use compiling class instead of outer class for access checks. by Nicolas Geoffray · 9 years ago
  19. e85647e Merge "Use IsAssignableFrom instead of IsSubclass for robustness." by Nicolas Geoffray · 9 years ago
  20. 8cf7cbf Merge "Fix wrong DCHECK in bounds check elimination." by Nicolas Geoffray · 9 years ago
  21. aa91920 Fix String Change baseline compiler errors. by Nicolas Geoffray · 9 years ago
  22. 8d82a0c Fix wrong DCHECK in bounds check elimination. by Nicolas Geoffray · 9 years ago
  23. 183617a Fix in ReferenceTypePropagation by Calin Juravle · 9 years ago
  24. 1e73a95 Merge "Use signed encoding when using relative CFI addresses." by David Srbecky · 9 years ago
  25. 1706588 Use signed encoding when using relative CFI addresses. by David Srbecky · 9 years ago
  26. f8da196 Fix GC map generation edge case by Mathieu Chartier · 9 years ago
  27. dde9827 Fix case where block has no predecessor for StringChange. by Jeff Hao · 9 years ago
  28. af268bb Use IsAssignableFrom instead of IsSubclass for robustness. by Nicolas Geoffray · 9 years ago
  29. e102f19 Merge "Fix StringChange for optimizing compiler." by Jeff Hao · 9 years ago
  30. e4bb626 Merge "Quick: Handle total high/low register overlap on arm/mips." by Vladimir Marko · 9 years ago
  31. 87a135e Merge "Be careful with predecessor/successor index." by Nicolas Geoffray · 9 years ago
  32. 8b20f88 Be careful with predecessor/successor index. by Nicolas Geoffray · 9 years ago
  33. ff3fd95 Merge "Quick: Fix optimizations for empty if blocks." by Vladimir Marko · 9 years ago
  34. 4664889 Opt compiler: Add a description to MIP64 slow paths. by Roland Levillain · 9 years ago
  35. 4dda337 MIPS: Initial version of optimizing compiler for MIPS64R6. by Alexey Frunze · 9 years ago
  36. 71af6f7 Merge "Opt compiler: Add a description to slow paths." by David Brazdil · 9 years ago
  37. 8958f7f Quick: Handle total high/low register overlap on arm/mips. by Vladimir Marko · 9 years ago
  38. f11c420 Quick: Fix optimizations for empty if blocks. by Vladimir Marko · 9 years ago
  39. 9931f31 Opt compiler: Add a description to slow paths. by Alexandre Rames · 9 years ago
  40. 97d207c Merge "Use compiling class instead of referrer for access checks." by Nicolas Geoffray · 9 years ago
  41. 3045174 Use compiling class instead of referrer for access checks. by Nicolas Geoffray · 9 years ago
  42. d8d7b90 Merge "Do not expect 0 or 1 only when comparing a boolean." by Nicolas Geoffray · 9 years ago
  43. e438757 Merge "Verifier: check an aput, even if we know it will fail." by Nicolas Geoffray · 9 years ago
  44. 3c4ab80 Do not expect 0 or 1 only when comparing a boolean. by Nicolas Geoffray · 9 years ago
  45. 66389fb Verifier: check an aput, even if we know it will fail. by Nicolas Geoffray · 9 years ago
  46. 98088c4 ART: Fix data loss when symbolizing oat files. by Zheng Xu · 9 years ago
  47. cad6542 Fix StringChange for optimizing compiler. by Jeff Hao · 9 years ago
  48. 247e977 Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda" by Igor Murashkin · 9 years ago
  49. 2d1a0a4 Quick: Don't expect move-exception in every catch block. by Vladimir Marko · 9 years ago
  50. 3d266a9 Merge "Don't check the return type in the builder." by Nicolas Geoffray · 9 years ago
  51. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  52. 33d6903 Replace some run-time assertions with compile-time ones in ART. by Roland Levillain · 9 years ago
  53. 69505f8 Don't check the return type in the builder. by Nicolas Geoffray · 9 years ago
  54. 822c00d Merge "Run a simplification pass before code generation." by Nicolas Geoffray · 9 years ago
  55. 01b6ec8 Merge "Don't special case HCurrentMethod in DCE." by Nicolas Geoffray · 9 years ago
  56. 92fe57f Merge "Quick: Fix marking unused registers in DCE." by Vladimir Marko · 9 years ago
  57. b2bdfce Run a simplification pass before code generation. by Nicolas Geoffray · 9 years ago
  58. 46ff9b6 Merge "ART: Fix reporting initialized classes by CompilerDriver." by Vladimir Marko · 9 years ago
  59. d4de42f Merge "ART: Remove old DCHECK that trips Baseline" by David Brazdil · 9 years ago
  60. 3b574aa Merge "Bailout from compilation if an invoke is malformed." by Nicolas Geoffray · 9 years ago
  61. 015c7e6 ART: Remove old DCHECK that trips Baseline by David Brazdil · 9 years ago
  62. 2e33525 Bailout from compilation if an invoke is malformed. by Nicolas Geoffray · 9 years ago
  63. 7b295db Merge "Fix a bug in optimizing when the null constant has been DCE." by Nicolas Geoffray · 9 years ago
  64. 07785bb ART: Fix reporting initialized classes by CompilerDriver. by Vladimir Marko · 9 years ago
  65. 511d408 Quick: Fix marking unused registers in DCE. by Vladimir Marko · 9 years ago
  66. 18e6873 Fix a bug in optimizing when the null constant has been DCE. by Nicolas Geoffray · 9 years ago
  67. f78848f Don't special case HCurrentMethod in DCE. by Nicolas Geoffray · 9 years ago
  68. 2ef645b ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 9 years ago
  69. 15875b0 Revert "ART: Allow PackedSwitch instructions with zero targets" by David Brazdil · 9 years ago
  70. 241f9c4 ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 9 years ago
  71. 7cb499b Fix bug in optimizing around instanceof. by Nicolas Geoffray · 9 years ago
  72. 41f9cc2 ART: Compiler generated GC map should take care of temp registers. by Pavel Vyssotski · 9 years ago
  73. 3cde622 Remove bogus DCHECK in BCE. by Nicolas Geoffray · 9 years ago
  74. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 9 years ago
  75. db40ea7 Merge "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 9 years ago
  76. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 9 years ago
  77. e4394f7 Merge "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 9 years ago
  78. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 9 years ago
  79. 2cbeb52 Merge "Bring ReferenceTypePropagation to ArrayGet" by Calin Juravle · 9 years ago
  80. 6e41d81 Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  81. 72a5eb5 Bring ReferenceTypePropagation to ArrayGet by Guillaume "Vermeille" Sanchez · 9 years ago
  82. ae09d2d Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 9 years ago
  83. c4977a5 Merge "Fix reference comparison after redundant phi elimination." by Nicolas Geoffray · 9 years ago
  84. 51d400d Fix reference comparison after redundant phi elimination. by Nicolas Geoffray · 9 years ago
  85. ff924fb Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""" by Calin Juravle · 9 years ago
  86. 6c0c4f2 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 9 years ago
  87. ec632a9 Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 9 years ago
  88. a981f9d Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 9 years ago
  89. a3a3c59 Optimizing: Move optimization objects to Arena. by Vladimir Marko · 9 years ago
  90. 1017675 Merge "Preserve class loading semantics in optimizing." by Nicolas Geoffray · 9 years ago
  91. ee1264b Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 9 years ago
  92. 958857d Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  93. 5dcdf94 Merge "Optimizing: Remove PcInfo, use the StackMapStream instead." by Vladimir Marko · 9 years ago
  94. 78f4fa7 Preserve class loading semantics in optimizing. by Nicolas Geoffray · 9 years ago
  95. 6ab9edb Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  96. bd8c725 Optimizing: Remove PcInfo, use the StackMapStream instead. by Vladimir Marko · 9 years ago
  97. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  98. 79b08e6 Merge "runtime: Minor cleanup and extra comments around interpreter" by Igor Murashkin · 9 years ago
  99. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 9 years ago
  100. 97dabb7 Fix build breakage in dwarf_test. by Narayan Kamath · 9 years ago