1. 93a18c5 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 8 years ago
  2. f355c3f Fix Boolean to integral types conversions. by Roland Levillain · 8 years ago
  3. 947eb70 Optimizing: Reduce arena memory used by GraphChecker. by Vladimir Marko · 8 years ago
  4. 6fa06e6 Merge "Tighten art::HNeg type constraints on its input." by Roland Levillain · 8 years ago
  5. 937e6cd Tighten art::HNeg type constraints on its input. by Roland Levillain · 8 years ago
  6. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 8 years ago
  7. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 8 years ago
  8. 74eb1b2 ART: Implement HSelect by David Brazdil · 9 years ago
  9. f555258 ART: Create BoundType for CheckCast early by David Brazdil · 9 years ago
  10. 9bc4361 ART: Fix simplification of catch blocks in the presence of dead code by David Brazdil · 9 years ago
  11. 655e585 Optimizing: Move GraphChecker memory allocations to arena. by Vladimir Marko · 9 years ago
  12. fe57faa [optimizing] Add basic PackedSwitch support by Mark Mendell · 9 years ago
  13. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 9 years ago
  14. f9a1995 Revert "Revert "Do not update the type of something we already know."" by Nicolas Geoffray · 9 years ago
  15. 63107a8 Revert "Do not update the type of something we already know." by Calin Juravle · 9 years ago
  16. 30eb58c Do not update the type of something we already know. by Nicolas Geoffray · 9 years ago
  17. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 9 years ago
  18. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 9 years ago
  19. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 9 years ago
  20. 1152c92 [optimizing] Rename HasArrayAccesses and check it by Mark Mendell · 9 years ago
  21. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 9 years ago
  22. e7bee3b Merge "Remove duplicates phis created during SSA transformation" by Calin Juravle · 9 years ago
  23. a4f8831 Remove duplicates phis created during SSA transformation by Calin Juravle · 9 years ago
  24. 13b4718 ART: Remove DCHECKs for boolean type by David Brazdil · 9 years ago
  25. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 9 years ago
  26. 5c4405e Improve error messages in art::GraphChecker and art::SSAChecker by Roland Levillain · 10 years ago
  27. 9ee6618 Constant fold after inlining. by Nicolas Geoffray · 10 years ago
  28. 7c5367b Fix ids and remove invoke when inlining. by Nicolas Geoffray · 10 years ago
  29. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 10 years ago
  30. 91356c0 ART: Use std::vector in GraphChecker by Andreas Gampe · 10 years ago
  31. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  32. 75be283 Revert "Revert "Introduce a class to implement optimization passes."" by Roland Levillain · 10 years ago
  33. 633021e Implement default traversals in CFG & SSA graph checkers. by Roland Levillain · 10 years ago
  34. 1ddbf6d Revert "Introduce a class to implement optimization passes." by Nicolas Geoffray · 10 years ago
  35. bf9cd7b Introduce a class to implement optimization passes. by Roland Levillain · 10 years ago
  36. 6b879dd Add loop- and phi-related checks in the optimizing compiler. by Roland Levillain · 10 years ago
  37. ccc07a9 Add CFG and SSA form checkers in the optimizing compiler. by Roland Levillain · 10 years ago