1. bc84222 Merge "Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a NullCheck" by Calin Juravle · 10 years ago
  2. dc23a38 Merge "Eliminate redundant constructor barriers when inlining." by Calin Juravle · 10 years ago
  3. 3cd4fc8 Eliminate redundant constructor barriers when inlining. by Calin Juravle · 10 years ago
  4. 07276db Don't do a null test in MarkGCCard if the value cannot be null. by Nicolas Geoffray · 10 years ago
  5. 8909baf Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a NullCheck by Guillaume "Vermeille" Sanchez · 10 years ago
  6. e82549b [optimizing] Fold HTypeConversion of constants by Mark Mendell · 10 years ago
  7. f396211 Merge "ART: Rediscover loops after deleting blocks in DCE" by David Brazdil · 10 years ago
  8. a4b8c21 ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 10 years ago
  9. 987b2e6 Merge "Simplify floating-point comparisons with NaN in Optimizing." by Roland Levillain · 10 years ago
  10. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  11. 3b55ebb Simplify floating-point comparisons with NaN in Optimizing. by Roland Levillain · 10 years ago
  12. 8c0c91a Use a growable array instead of an environment during SSA. by Nicolas Geoffray · 10 years ago
  13. db216f4 Relax the only one back-edge restriction. by Nicolas Geoffray · 10 years ago
  14. 5d7b7f8 Update the remaining input index of phis after deleting an input. by Nicolas Geoffray · 10 years ago
  15. fd5f56d Merge "Revert "GVN final fields even with side effects."" by Nicolas Geoffray · 10 years ago
  16. 2af2307 Revert "GVN final fields even with side effects." by Nicolas Geoffray · 10 years ago
  17. 56784f8 Merge "GVN final fields even with side effects." by Nicolas Geoffray · 10 years ago
  18. 7817336 GVN final fields even with side effects. by Nicolas Geoffray · 10 years ago
  19. ed51747 Merge "Add synthesize uses at back edge." by Nicolas Geoffray · 10 years ago
  20. 5790260 Add synthesize uses at back edge. by Nicolas Geoffray · 10 years ago
  21. 69a2804 ART: Fix loop information after dead code elimination by David Brazdil · 10 years ago
  22. fadf977 Merge "Add InsertInstructionAfter in HBasicBlock." by Roland Levillain · 10 years ago
  23. 80613ff Merge "Have HInvoke instructions know their number of actual arguments." by Roland Levillain · 10 years ago
  24. 3e3d733 Have HInvoke instructions know their number of actual arguments. by Roland Levillain · 10 years ago
  25. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  26. d14438f Merge "ART: Simplify Ifs with BooleanNot condition" by David Brazdil · 10 years ago
  27. 769c9e5 ART: Simplify Ifs with BooleanNot condition by David Brazdil · 10 years ago
  28. a0ee862 Merge "Add support for caching float and double constants." by Nicolas Geoffray · 10 years ago
  29. f213e05 Add support for caching float and double constants. by Nicolas Geoffray · 10 years ago
  30. c7508e9 ART: Fix removing a Phi with RemoveInstruction by David Brazdil · 10 years ago
  31. 2967ec6 Add InsertInstructionAfter in HBasicBlock. by Guillaume "Vermeille" Sanchez · 10 years ago
  32. f382eff Merge "Deoptimization-based BCE for unknown loop bounds." by Mingyao Yang · 10 years ago
  33. 206d6fd Deoptimization-based BCE for unknown loop bounds. by Mingyao Yang · 10 years ago
  34. adf1597 Merge "Revert "[optimizing] Replace FP divide by power of 2"" by Nicolas Geoffray · 10 years ago
  35. 067cae2 Revert "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 10 years ago
  36. 5ff903a Merge "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 10 years ago
  37. 940c65d Merge "[optimizing] Rename HasArrayAccesses and check it" by Andreas Gampe · 10 years ago
  38. 1152c92 [optimizing] Rename HasArrayAccesses and check it by Mark Mendell · 10 years ago
  39. 0379f82 Fix DCHECKs about clinit checks in Optimizing's code generators. by Roland Levillain · 10 years ago
  40. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  41. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 10 years ago
  42. 2d7352b ART: Dead block removal by David Brazdil · 10 years ago
  43. 322b389 Merge "Remove unnecessary null checks in CheckCast and InstanceOf" by Calin Juravle · 10 years ago
  44. af88835 Remove unnecessary null checks in CheckCast and InstanceOf by Guillaume "Vermeille" Sanchez · 10 years ago
  45. c1b829b Merge "Remove ActAsNullConstant" by Calin Juravle · 10 years ago
  46. edad8ad Remove ActAsNullConstant by Calin Juravle · 10 years ago
  47. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  48. c3d743f ART: Update last_instruction when adding Phis by David Brazdil · 10 years ago
  49. 641547a [optimizing] Fix a bug in moving the null check to the user. by Calin Juravle · 10 years ago
  50. 769f2d3 Merge "Linear scan: Use FirstUse instead of FirstRegisterUse." by Nicolas Geoffray · 10 years ago
  51. 1ba1981 Linear scan: Use FirstUse instead of FirstRegisterUse. by Nicolas Geoffray · 10 years ago
  52. b0bd891 [optimizing] Replace FP divide by power of 2 by Mark Mendell · 10 years ago
  53. 27eac12 Merge "Opt compiler: Implement parallel move resolver without using swap." by Nicolas Geoffray · 10 years ago
  54. 27df758 [optimizing] Add memory barriers in constructors when needed by Calin Juravle · 10 years ago
  55. ad4450e Opt compiler: Implement parallel move resolver without using swap. by Zheng Xu · 10 years ago
  56. e7bee3b Merge "Remove duplicates phis created during SSA transformation" by Calin Juravle · 10 years ago
  57. a4f8831 Remove duplicates phis created during SSA transformation by Calin Juravle · 10 years ago
  58. ee2da34 Merge "Remove dead blocks for the blocks_ array." by Nicolas Geoffray · 10 years ago
  59. f776b92 Remove dead blocks for the blocks_ array. by Nicolas Geoffray · 10 years ago
  60. a76a08f Merge "Type MoveOperands." by Nicolas Geoffray · 10 years ago
  61. acf9b7b Merge "Move the linear order to the HGraph." by Nicolas Geoffray · 10 years ago
  62. 0d9f17d Move the linear order to the HGraph. by Nicolas Geoffray · 10 years ago
  63. 9021825 Type MoveOperands. by Nicolas Geoffray · 10 years ago
  64. 66d126e ART: Implement HBooleanNot instruction by David Brazdil · 10 years ago
  65. 188d431 Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub. by Alexandre Rames · 10 years ago
  66. 3dcd58c Fix a bug when creating a HDeoptimization instruction. by Nicolas Geoffray · 10 years ago
  67. e428522 Merge "Revert "Revert "Deoptimization-based bce.""" by Mingyao Yang · 10 years ago
  68. 0c365e6 CanThrow() of HNewArray should return true. by Mingyao Yang · 10 years ago
  69. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 10 years ago
  70. a0466e1 GVN HClinitCheck nodes. by Nicolas Geoffray · 10 years ago
  71. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 10 years ago
  72. 7904129 Use the original invoke type when inlining. by Nicolas Geoffray · 10 years ago
  73. 651b4fb Merge "Revert "Revert "Inline across dex files.""" by Nicolas Geoffray · 10 years ago
  74. 9437b78 Revert "Revert "Inline across dex files."" by Nicolas Geoffray · 10 years ago
  75. b2bd1c5 ART: Formatting and comments in BooleanSimplifier by David Brazdil · 10 years ago
  76. 10f56cb ART: Fix crash in gtests by David Brazdil · 10 years ago
  77. b64b782 Merge "ART: Boolean simplifier" by David Brazdil · 10 years ago
  78. 46e2a39 ART: Boolean simplifier by David Brazdil · 10 years ago
  79. 2c2d00e Merge "Unify ART's various implementations of bit_cast." by Roland Levillain · 10 years ago
  80. 6a816cf Revert "Inline across dex files." by Nicolas Geoffray · 10 years ago
  81. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 10 years ago
  82. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 10 years ago
  83. e295e6e Deoptimization-based bce. by Mingyao Yang · 10 years ago
  84. 7e4c350 Inline across dex files. by Nicolas Geoffray · 10 years ago
  85. ddd04a6 Merge "Tweak liveness when instructions are used in environments." by Nicolas Geoffray · 10 years ago
  86. 915b9d0 Tweak liveness when instructions are used in environments. by Nicolas Geoffray · 10 years ago
  87. 97d30ac Merge "Opt compiler: Basic simplification for arithmetic operations." by Roland Levillain · 10 years ago
  88. d335083 Run the natural loop recognizer before building SSA. by Nicolas Geoffray · 10 years ago
  89. b2fd7bc Opt compiler: Basic simplification for arithmetic operations. by Alexandre Rames · 10 years ago
  90. 234d69d Revert "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 10 years ago
  91. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 10 years ago
  92. 0e242b5 Merge "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 10 years ago
  93. 154552e Revert "[optimizing] Enable x86 long support." by Nicolas Geoffray · 10 years ago
  94. 2ed20af Opt compiler: Clean the use of `virtual` and `OVERRIDE`. by Alexandre Rames · 10 years ago
  95. b4ba354 [optimizing] Enable x86 long support. by Nicolas Geoffray · 10 years ago
  96. e4335eb Make BCE a no-op if there is no array access. by Mingyao Yang · 10 years ago
  97. dc5ac73 Opt compiler: enhance gvn for commutative ops. by Mingyao Yang · 10 years ago
  98. 2d043b3 Merge "[optimizing] Add if-context sensitivity for null popagation." by Calin Juravle · 10 years ago
  99. 61d544b [optimizing] Add if-context sensitivity for null popagation. by Calin Juravle · 10 years ago
  100. 1abb419 Optimizing: Speed up HInstruction use removal by David Brazdil · 10 years ago