1. f9a1995 Revert "Revert "Do not update the type of something we already know."" by Nicolas Geoffray · 10 years ago
  2. 63107a8 Revert "Do not update the type of something we already know." by Calin Juravle · 10 years ago
  3. 30eb58c Do not update the type of something we already know. by Nicolas Geoffray · 10 years ago
  4. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  5. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  6. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 10 years ago
  7. 1d8b49f Revert "Add new rule to the graph checker." by Calin Juravle · 10 years ago
  8. 9d50775 Add new rule to the graph checker. by Calin Juravle · 10 years ago
  9. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  10. db216f4 Relax the only one back-edge restriction. by Nicolas Geoffray · 10 years ago
  11. 5d7b7f8 Update the remaining input index of phis after deleting an input. by Nicolas Geoffray · 10 years ago
  12. 1152c92 [optimizing] Rename HasArrayAccesses and check it by Mark Mendell · 10 years ago
  13. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  14. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 10 years ago
  15. 2d7352b ART: Dead block removal by David Brazdil · 10 years ago
  16. c3d743f ART: Update last_instruction when adding Phis by David Brazdil · 10 years ago
  17. 7d27537 ART: Update loop info of all nested loops when inlining by David Brazdil · 10 years ago
  18. 2fa194b ART: Extend list of instructions accepted as boolean inputs by David Brazdil · 10 years ago
  19. e7bee3b Merge "Remove duplicates phis created during SSA transformation" by Calin Juravle · 10 years ago
  20. a4f8831 Remove duplicates phis created during SSA transformation by Calin Juravle · 10 years ago
  21. 13b4718 ART: Remove DCHECKs for boolean type by David Brazdil · 10 years ago
  22. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 10 years ago
  23. 46e2a39 ART: Boolean simplifier by David Brazdil · 10 years ago
  24. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 10 years ago
  25. 1abb419 Optimizing: Speed up HInstruction use removal by David Brazdil · 10 years ago
  26. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 10 years ago
  27. 276d9da Inline methods with multiple blocks. by Nicolas Geoffray · 10 years ago
  28. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  29. 5c4405e Improve error messages in art::GraphChecker and art::SSAChecker by Roland Levillain · 10 years ago
  30. aecbd26 Ensure HCondition nodes on objects are either HEqual or HNotEqual by Roland Levillain · 10 years ago
  31. 9ee6618 Constant fold after inlining. by Nicolas Geoffray · 10 years ago
  32. 7c5367b Fix ids and remove invoke when inlining. by Nicolas Geoffray · 11 years ago
  33. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 11 years ago
  34. 91356c0 ART: Use std::vector in GraphChecker by Andreas Gampe · 11 years ago
  35. 6c82d40 Have HInstruction::StrictlyDominates compute strict dominance. by Roland Levillain · 11 years ago
  36. a8069ce Improve art::SSAChecker::VisitInstruction. by Roland Levillain · 11 years ago
  37. 6b46923 Optimizing compiler: check inputs & uses definitions in CFG. by Roland Levillain · 11 years ago
  38. 7e53b41 Optimizing compiler: ensure loop header dominates loop's blocks. by Roland Levillain · 11 years ago
  39. 6b879dd Add loop- and phi-related checks in the optimizing compiler. by Roland Levillain · 11 years ago
  40. ccc07a9 Add CFG and SSA form checkers in the optimizing compiler. by Roland Levillain · 11 years ago