1. b738d4f Step-wise improvement of range analysis with outer loop induction. by Aart Bik · 10 years ago
  2. 47229aa Merge "Revert "Revert "Don't use the compiler driver for method resolution.""" by Nicolas Geoffray · 10 years ago
  3. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 10 years ago
  4. b5cdc5d Merge "Clean up optimizing compiler stats" by Calin Juravle · 10 years ago
  5. d585b2c Merge "Revert "Revert "ART: Do not eagerly type LoopPhi [null, ...]""" by David Brazdil · 10 years ago
  6. fe86070 Revert "Revert "ART: Do not eagerly type LoopPhi [null, ...]"" by David Brazdil · 10 years ago
  7. 874121e Merge "Optimizing: Add checker tests for sharpening." by Vladimir Marko · 10 years ago
  8. f64242a Optimizing: Add checker tests for sharpening. by Vladimir Marko · 10 years ago
  9. 08a84ac Merge "Revert "ART: Do not eagerly type LoopPhi [null, ...]"" by David Brazdil · 10 years ago
  10. 5f3fb18 Revert "ART: Do not eagerly type LoopPhi [null, ...]" by David Brazdil · 10 years ago
  11. 4a34277 Dynamic BCE (based on induction range analysis) by Aart Bik · 10 years ago
  12. 1cfe7fd Merge "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 10 years ago
  13. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 10 years ago
  14. 8b3609b Merge "ART: Do not eagerly type LoopPhi [null, ...]" by David Brazdil · 10 years ago
  15. 3a738bf ART: Do not eagerly type LoopPhi [null, ...] by David Brazdil · 10 years ago
  16. 753e8c4 Merge "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 10 years ago
  17. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 10 years ago
  18. b1aa617 Merge "Move PC-relative addressing bases to a better position." by Vladimir Marko · 10 years ago
  19. ad54338 Clean up optimizing compiler stats by Calin Juravle · 10 years ago
  20. 1965328 Merge "Optimizing/ARM: Implement kDexCachePcRelative dispatch." by Vladimir Marko · 10 years ago
  21. fb337ea Move PC-relative addressing bases to a better position. by Vladimir Marko · 10 years ago
  22. b4536b7 Optimizing/ARM: Implement kDexCachePcRelative dispatch. by Vladimir Marko · 10 years ago
  23. 584bc17 Merge "Accept synthetic phi nodes and general names for blocks." by Aart Bik · 10 years ago
  24. 3a581b4 Merge "ARM64: Use the shifter operands." by Vladimir Marko · 10 years ago
  25. 92e997d Merge "ARM64 read barrier support for concurrent GC in Optimizing." by Roland Levillain · 10 years ago
  26. 8626b74 ARM64: Use the shifter operands. by Alexandre Rames · 10 years ago
  27. 42e372e Optimize HLoadClass when we know the class is in the cache. by Nicolas Geoffray · 10 years ago
  28. 95f7bbc Merge "A few more optimizations on avoiding HClinit." by Nicolas Geoffray · 10 years ago
  29. d9dc6f4 A few more optimizations on avoiding HClinit. by Nicolas Geoffray · 10 years ago
  30. 73a4265 MIPS32: Record missing implicit null checks by Goran Jakovljevic · 10 years ago
  31. 22ccc3a ARM64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  32. 888d067 Revamp art::CheckEntrypointTypes uses. by Roland Levillain · 10 years ago
  33. 51a354c Merge "MIPS64: Support short and long branches" by Roland Levillain · 10 years ago
  34. 4f6b0b5 Clean up read barrier related comments in Optimizing. by Roland Levillain · 10 years ago
  35. 67e0ad6 Merge "ARM64: Add support for multiply-accumulate." by Vladimir Marko · 10 years ago
  36. 349106d Merge "ART: Fix wide stores in Optimizing" by David Brazdil · 10 years ago
  37. 0d1caa5 Optimizing: Avoid a PrettyMethod() call per compiled method. by Vladimir Marko · 10 years ago
  38. 809d70f ART: Fix wide stores in Optimizing by David Brazdil · 10 years ago
  39. 6d92d59 Merge "Do not change to the access check entrypoint when inlined." by Nicolas Geoffray · 10 years ago
  40. 8e1ef53 Do not change to the access check entrypoint when inlined. by Nicolas Geoffray · 10 years ago
  41. f180af0 Merge "Optimizing/ARM: Improve long shifts by 1." by Vladimir Marko · 10 years ago
  42. dde8b86 Merge "Fix lint error." by Nicolas Geoffray · 10 years ago
  43. 317f9ce Fix lint error. by Nicolas Geoffray · 10 years ago
  44. 5c00485 ART: Fix uninitialized variable by David Brazdil · 10 years ago
  45. 2171e2a Merge "Simplify boolean condition compared to 0" by David Brazdil · 10 years ago
  46. 5d78a0f Merge "Revert "Add stats support for existing optimizations"" by Nicolas Geoffray · 10 years ago
  47. e34648d Revert "Add stats support for existing optimizations" by Nicolas Geoffray · 10 years ago
  48. 01b88a2 Merge "Explicitly add HLoadClass/HClinitCheck for HNewInstance." by Nicolas Geoffray · 10 years ago
  49. 06241b1 Add stats support for existing optimizations by Jean-Philippe Halimi · 10 years ago
  50. a0e87b0 MIPS64: Support short and long branches by Alexey Frunze · 10 years ago
  51. 3fc7f35 Accept synthetic phi nodes and general names for blocks. by Aart Bik · 10 years ago
  52. d59c706 Revert "Dynamic BCE (based on induction range analysis)" by Aart Bik · 10 years ago
  53. 0b5849b Dynamic BCE (based on induction range analysis) by Aart Bik · 10 years ago
  54. 729645a Explicitly add HLoadClass/HClinitCheck for HNewInstance. by Nicolas Geoffray · 10 years ago
  55. e3dbda2 Merge "MIPS32: Miscellaneous bit manipulations routines:" by Andreas Gampe · 10 years ago
  56. f652917 Simplify boolean condition compared to 0 by Mark Mendell · 10 years ago
  57. f9d741e Optimizing/ARM: Improve long shifts by 1. by Vladimir Marko · 10 years ago
  58. 418318f ARM64: Add support for multiply-accumulate. by Alexandre Rames · 10 years ago
  59. 38db785 Opt compiler: More strength reduction for multiplications. by Alexandre Rames · 10 years ago
  60. 53ced03 Merge "Clean up the special input in HInvokeStaticOrDirect." by Vladimir Marko · 10 years ago
  61. 33a9a16 Merge "Allow NullConstant to be untyped in GraphVisualiser." by Calin Juravle · 10 years ago
  62. b2d38fd Allow NullConstant to be untyped in GraphVisualiser. by Mark Mendell · 10 years ago
  63. 34053d1 Merge "MIPS64: Add java.lang.String.equals intrinsic." by Andreas Gampe · 10 years ago
  64. c53c079 Clean up the special input in HInvokeStaticOrDirect. by Vladimir Marko · 10 years ago
  65. ee7d4a3 Merge "ARM read barrier support for concurrent GC in Optimizing." by Roland Levillain · 10 years ago
  66. d846a2c Merge "Fix ClinitCheck pruning." by Vladimir Marko · 10 years ago
  67. fbb184a Fix ClinitCheck pruning. by Vladimir Marko · 10 years ago
  68. 0ff7afc Fix an assert in lse. by Mingyao Yang · 10 years ago
  69. fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 10 years ago
  70. 3f8bf65 MIPS32: Miscellaneous bit manipulations routines: by Chris Larsen · 10 years ago
  71. 9231730 Merge "Opt compiler: Arm64 packed-switch jump tables." by Vladimir Marko · 10 years ago
  72. 3927c8b Opt compiler: Arm64 packed-switch jump tables. by Zheng Xu · 10 years ago
  73. a4d1b64 Merge "Implement common super type in reference type propagation." by Calin Juravle · 10 years ago
  74. 3b359c7 ARM read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  75. 52503d8 Implement common super type in reference type propagation. by Calin Juravle · 10 years ago
  76. a04f57b Merge "Minor fixes and cleaning of arm64 static and direct calls code." by Vladimir Marko · 10 years ago
  77. 0debae7 ART: Refactor GenerateTestAndBranch by David Brazdil · 10 years ago
  78. a663d67 Merge "Ignore NullConstants when computing the type for Phis." by Calin Juravle · 10 years ago
  79. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  80. 972d6d7 MIPS64: Add java.lang.String.equals intrinsic. by Chris Larsen · 10 years ago
  81. 6dc0174 Minor fixes and cleaning of arm64 static and direct calls code. by Alexandre Rames · 10 years ago
  82. cff8107 Merge "Optimizing/X86: PC-relative dex cache array addressing." by Vladimir Marko · 10 years ago
  83. fe0ec35 Merge "Optimizing: Clean up constant location handling." by Vladimir Marko · 10 years ago
  84. 0f7dca4 Optimizing/X86: PC-relative dex cache array addressing. by Vladimir Marko · 10 years ago
  85. 00580bd MIPS64: fix calling conventions in LoadClass and field accesses by Alexey Frunze · 10 years ago
  86. d15cd44 Merge "Correct exception behavior for default methods" by Alex Light · 10 years ago
  87. 617bd92 Ignore NullConstants when computing the type for Phis. by Calin Juravle · 10 years ago
  88. 13c86fd Optimizing: Clean up constant location handling. by Vladimir Marko · 10 years ago
  89. cdfed3d Revert "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 10 years ago
  90. ea30dae Merge "Optimizing/ARM: Improve shifts of long values by a constant." by Vladimir Marko · 10 years ago
  91. 33ad10e Optimizing/ARM: Improve shifts of long values by a constant. by Vladimir Marko · 10 years ago
  92. 9139e00 Correct exception behavior for default methods by Alex Light · 10 years ago
  93. 040db34 Optimizing: Clean up Equal/NotEqual constant folding for nulls. by Vladimir Marko · 10 years ago
  94. 5c7c824 Merge "ART: Remove unnecessary helper method from GraphChecker" by David Brazdil · 10 years ago
  95. d8ef0c6 ART: Remove unnecessary helper method from GraphChecker by David Brazdil · 10 years ago
  96. feaf26d Merge "Optimizing: Improve constant folding + DCE for inlining." by Vladimir Marko · 10 years ago
  97. d26a411 ART: Refactor iteration over normal/exceptional successors by David Brazdil · 10 years ago
  98. 9e23df5 Optimizing: Improve constant folding + DCE for inlining. by Vladimir Marko · 10 years ago
  99. 8a6463a Merge "ART: Improve comment about inlining into try/catch" by David Brazdil · 10 years ago
  100. 59a850e ART: Improve comment about inlining into try/catch by David Brazdil · 10 years ago