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