1. 7cb499b Fix bug in optimizing around instanceof. by Nicolas Geoffray · 10 years ago
  2. 222862c Add optimizations for instanceof/checkcast. by Guillaume Sanchez · 10 years ago
  3. bc84222 Merge "Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a NullCheck" 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. ba56d06 [optimizing] Improve 32 bit long shift by 1. by Mark Mendell · 10 years ago
  7. 0d22184 Revert "Revert "[optimizing] Replace FP divide by power of 2"" by Nicolas Geoffray · 10 years ago
  8. adf1597 Merge "Revert "[optimizing] Replace FP divide by power of 2"" by Nicolas Geoffray · 10 years ago
  9. 067cae2 Revert "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 10 years ago
  10. 5ff903a Merge "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 10 years ago
  11. 322b389 Merge "Remove unnecessary null checks in CheckCast and InstanceOf" by Calin Juravle · 10 years ago
  12. af88835 Remove unnecessary null checks in CheckCast and InstanceOf by Guillaume "Vermeille" Sanchez · 10 years ago
  13. 5384919 Mul simplification should expect zero operand by Serguei Katkov · 10 years ago
  14. 943136f Remove warning when we do too many simplifications by Calin Juravle · 10 years ago
  15. 223f2f5 Merge "Incorrect transformation of (sub,neg) to (sub) for fp" by Roland Levillain · 10 years ago
  16. b0bd891 [optimizing] Replace FP divide by power of 2 by Mark Mendell · 10 years ago
  17. 339dfc2 Incorrect transformation of (sub,neg) to (sub) for fp by Serguei Katkov · 10 years ago
  18. 0d13fee ART: Simplify more bool operations by David Brazdil · 10 years ago
  19. 188d431 Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub. by Alexandre Rames · 10 years ago
  20. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 10 years ago
  21. b2fd7bc Opt compiler: Basic simplification for arithmetic operations. by Alexandre Rames · 10 years ago
  22. acf735c Reference type propagation by Calin Juravle · 10 years ago
  23. 0304e18 Improve bce so that more bounds checks can be eliminated. by Mingyao Yang · 10 years ago
  24. 10e244f optimizing: NullCheck elimination by Calin Juravle · 10 years ago
  25. fa93b50 Do not use HNot for creating !bool. by Nicolas Geoffray · 10 years ago
  26. 01fcc9e Remove type conversion nodes converting to the same type. by Nicolas Geoffray · 11 years ago
  27. 5e6916c Use HOptimization abstraction for running optimizations. by Nicolas Geoffray · 11 years ago
  28. af07bc1 Minor object store optimizations. by Nicolas Geoffray · 11 years ago
  29. 1cc5f251 Implement int bit-wise not operation in the optimizing compiler. by Roland Levillain · 11 years ago
  30. 01ef345 Add trivial register hints to the register allocator. by Nicolas Geoffray · 11 years ago
  31. 3c04974 Optimize suspend checks in optimizing compiler. by Nicolas Geoffray · 11 years ago