1. 9837caf Update art tests by Sebastien Hertz · 8 years ago
  2. ca57c40 Shorten long test names by Wojciech Staszkiewicz · 8 years ago[Renamed from test/458-checker-instruction-simplification/src/Main.java]
  3. 5319d3c Implement running user defined list of passes by Wojciech Staszkiewicz · 8 years ago
  4. 166aaee ART: Fix type parameter in tests by Andreas Gampe · 8 years ago
  5. dac9b19 Add a new control flow simplifier. by Nicolas Geoffray · 8 years ago
  6. d3278bd Two more patterns for instruction simplifier by Maxim Kazantsev · 8 years ago
  7. e14dc86 Simplification for associative and commutative operations on constants by Anton Kirilov · 8 years ago
  8. 5051844 Optimize away useless masking operations on shift amounts. by Alexandre Rames · 8 years ago
  9. a975dcc Fixes and cleaning for test/458-checker-instruction-simplification. by Alexandre Rames · 8 years ago
  10. 164306e Optimizing: Improve shift simplification, x >>> 64. by Vladimir Marko · 8 years ago
  11. 625090f Optimizing: Fix TypeConversion(And(x, const)) simplification. by Vladimir Marko · 8 years ago
  12. bdd7935 Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Anton Shamin · 8 years ago
  13. f02c3cf ART: Switch Checker run-tests to Jack by David Brazdil · 8 years ago
  14. afd33d7 Merge "Optimizing: Remove unnecessary And before TypeConversion." by Vladimir Marko · 8 years ago
  15. b01e0e2 Merge "ART: Run SsaBuilder from HGraphBuilder" by David Brazdil · 8 years ago
  16. 8428bd3 Optimizing: Remove unnecessary And before TypeConversion. by Vladimir Marko · 9 years ago
  17. b52bbde Optimizing: Simplify consecutive type conversions. by Vladimir Marko · 9 years ago
  18. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  19. 2f10a5f Revert "Revert "X86: Use the constant area for more operations."" by Mark P Mendell · 9 years ago
  20. 74eb1b2 ART: Implement HSelect by David Brazdil · 9 years ago
  21. d4aee94 Revert "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 9 years ago
  22. 884e54c Revert "Revert "Change condition to opposite if lhs is constant"" by Nicolas Geoffray · 9 years ago
  23. a05cacc Revert "Change condition to opposite if lhs is constant" by Nicolas Geoffray · 9 years ago
  24. f9f196c Change condition to opposite if lhs is constant by Anton Shamin · 9 years ago
  25. 57e863c ART: Do not build Checker tests with `dx --no-optimize` by David Brazdil · 9 years ago
  26. f180af0 Merge "Optimizing/ARM: Improve long shifts by 1." by Vladimir Marko · 9 years ago
  27. f652917 Simplify boolean condition compared to 0 by Mark Mendell · 9 years ago
  28. f9d741e Optimizing/ARM: Improve long shifts by 1. by Vladimir Marko · 9 years ago
  29. 38db785 Opt compiler: More strength reduction for multiplications. by Alexandre Rames · 9 years ago
  30. 452c1b6 Optimizing: Simplify UShr+And, Shr+And. by Vladimir Marko · 9 years ago
  31. 6a92a03 Cosmetic changes in ART run-tests. by Roland Levillain · 9 years ago
  32. 1e9ec05 ART: Simplify (Not)Equal bool vs. int to true/false by David Brazdil · 9 years ago
  33. b2bdfce Run a simplification pass before code generation. by Nicolas Geoffray · 9 years ago
  34. 454a481 Revert "Revert "Support for inlining virtual and interface calls."" by Nicolas Geoffray · 9 years ago
  35. 6e47586 Revert "Support for inlining virtual and interface calls." by Nicolas Geoffray · 9 years ago
  36. 1d5006c Support for inlining virtual and interface calls. by Nicolas Geoffray · 9 years ago
  37. a06d66a ART: Distinguish Checker lines from comments by David Brazdil · 9 years ago
  38. c57397b ART: Print C1vis lists as [v1,...,vN] by David Brazdil · 9 years ago
  39. c2c48ff ART: Change Checker syntax for variables by David Brazdil · 9 years ago
  40. ba56d06 [optimizing] Improve 32 bit long shift by 1. by Mark Mendell · 9 years ago
  41. 0d22184 Revert "Revert "[optimizing] Replace FP divide by power of 2"" by Nicolas Geoffray · 9 years ago
  42. 769c9e5 ART: Simplify Ifs with BooleanNot condition by David Brazdil · 9 years ago
  43. adf1597 Merge "Revert "[optimizing] Replace FP divide by power of 2"" by Nicolas Geoffray · 9 years ago
  44. 067cae2 Revert "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 9 years ago
  45. 5ff903a Merge "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 9 years ago
  46. 7bf9bc7 Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 9 years ago
  47. b0bd891 [optimizing] Replace FP divide by power of 2 by Mark Mendell · 9 years ago
  48. 0d13fee ART: Simplify more bool operations by David Brazdil · 9 years ago
  49. b2a5847 Minor improvements to 458-checker-instruction-simplification. by Alexandre Rames · 9 years ago
  50. 188d431 Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub. by Alexandre Rames · 9 years ago
  51. 7441769 Fix checker tests in 458-checker-instruction-simplification. by Alexandre Rames · 9 years ago
  52. b2fd7bc Opt compiler: Basic simplification for arithmetic operations. by Alexandre Rames · 9 years ago