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