1. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 8 years ago
  2. 372f10e Refactor handling of input records. by Vladimir Marko · 8 years ago
  3. 93a18c5 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 8 years ago
  4. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  5. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 8 years ago
  6. f355c3f Fix Boolean to integral types conversions. by Roland Levillain · 8 years ago
  7. 947eb70 Optimizing: Reduce arena memory used by GraphChecker. by Vladimir Marko · 8 years ago
  8. 11edec7 ART: Loosen a GraphChecker rule on Boolean inputs by David Brazdil · 8 years ago
  9. 541261e Merge "Fix and improve shift and rotate operations." by Roland Levillain · 8 years ago
  10. 48e7224 Merge "Optimizing: Reduce GraphChecker memory usage." by Vladimir Marko · 8 years ago
  11. 0f49c82 Optimizing: Reduce GraphChecker memory usage. by Vladimir Marko · 8 years ago
  12. 6fa06e6 Merge "Tighten art::HNeg type constraints on its input." by Roland Levillain · 8 years ago
  13. 5b5b931 Fix and improve shift and rotate operations. by Roland Levillain · 8 years ago
  14. 937e6cd Tighten art::HNeg type constraints on its input. by Roland Levillain · 8 years ago
  15. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 8 years ago
  16. 22c4922 Ensure art::HRor support boolean, byte, short and char inputs. by Roland Levillain · 8 years ago
  17. a5c4a40 Make art::HCompare support boolean, byte, short and char inputs. by Roland Levillain · 8 years ago
  18. 916cc1d Implement polymorphic inlining. by Nicolas Geoffray · 8 years ago
  19. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 8 years ago
  20. 74eb1b2 ART: Implement HSelect by David Brazdil · 9 years ago
  21. 09aa147 Disable DCE when there are irreducible loops. by Nicolas Geoffray · 9 years ago
  22. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 9 years ago
  23. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 9 years ago
  24. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  25. f555258 ART: Create BoundType for CheckCast early by David Brazdil · 9 years ago
  26. f5f64ef Detect phi cycles. by Nicolas Geoffray · 9 years ago
  27. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  28. 40a04bf Replace rotate patterns and invokes with HRor IR. by Scott Wakeling · 9 years ago
  29. 4a34277 Dynamic BCE (based on induction range analysis) by Aart Bik · 9 years ago
  30. 3fc7f35 Accept synthetic phi nodes and general names for blocks. by Aart Bik · 9 years ago
  31. d59c706 Revert "Dynamic BCE (based on induction range analysis)" by Aart Bik · 9 years ago
  32. 0b5849b Dynamic BCE (based on induction range analysis) by Aart Bik · 9 years ago
  33. d8ef0c6 ART: Remove unnecessary helper method from GraphChecker by David Brazdil · 9 years ago
  34. d26a411 ART: Refactor iteration over normal/exceptional successors by David Brazdil · 9 years ago
  35. 81e479e ART: Fix critical edge checks in GraphChecker by David Brazdil · 9 years ago
  36. f11f5eb Merge "ART: Fix critical edge splitting under try/catch" by David Brazdil · 9 years ago
  37. db51efb ART: Fix critical edge splitting under try/catch by David Brazdil · 9 years ago
  38. 3e5b3c9 Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect." by Vladimir Marko · 9 years ago
  39. b554b5a Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect. by Vladimir Marko · 9 years ago
  40. 9bc4361 ART: Fix simplification of catch blocks in the presence of dead code by David Brazdil · 9 years ago
  41. 655e585 Optimizing: Move GraphChecker memory allocations to arena. by Vladimir Marko · 9 years ago
  42. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  43. fe57faa [optimizing] Add basic PackedSwitch support by Mark Mendell · 9 years ago
  44. 3eaa32f ART: Delete catch phis for undefined vregs. by David Brazdil · 9 years ago
  45. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 9 years ago
  46. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 9 years ago
  47. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 9 years ago
  48. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 9 years ago
  49. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 9 years ago
  50. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 9 years ago
  51. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 9 years ago
  52. ec16f79 ART: Refactor try/catch block info, store exception type by David Brazdil · 9 years ago
  53. 29fc008 ART: Revert storing of exceptional predecessors by David Brazdil · 9 years ago
  54. b618ade ART: Store and check exceptional predecessors by David Brazdil · 9 years ago
  55. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 9 years ago
  56. f9a1995 Revert "Revert "Do not update the type of something we already know."" by Nicolas Geoffray · 9 years ago
  57. 63107a8 Revert "Do not update the type of something we already know." by Calin Juravle · 9 years ago
  58. 30eb58c Do not update the type of something we already know. by Nicolas Geoffray · 9 years ago
  59. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 9 years ago
  60. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 9 years ago
  61. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 9 years ago
  62. 1d8b49f Revert "Add new rule to the graph checker." by Calin Juravle · 9 years ago
  63. 9d50775 Add new rule to the graph checker. by Calin Juravle · 9 years ago
  64. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 9 years ago
  65. db216f4 Relax the only one back-edge restriction. by Nicolas Geoffray · 9 years ago
  66. 5d7b7f8 Update the remaining input index of phis after deleting an input. by Nicolas Geoffray · 9 years ago
  67. 1152c92 [optimizing] Rename HasArrayAccesses and check it by Mark Mendell · 9 years ago
  68. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 9 years ago
  69. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 9 years ago
  70. 2d7352b ART: Dead block removal by David Brazdil · 9 years ago
  71. c3d743f ART: Update last_instruction when adding Phis by David Brazdil · 9 years ago
  72. 7d27537 ART: Update loop info of all nested loops when inlining by David Brazdil · 9 years ago
  73. 2fa194b ART: Extend list of instructions accepted as boolean inputs by David Brazdil · 9 years ago
  74. e7bee3b Merge "Remove duplicates phis created during SSA transformation" by Calin Juravle · 9 years ago
  75. a4f8831 Remove duplicates phis created during SSA transformation by Calin Juravle · 9 years ago
  76. 13b4718 ART: Remove DCHECKs for boolean type by David Brazdil · 9 years ago
  77. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 9 years ago
  78. 46e2a39 ART: Boolean simplifier by David Brazdil · 9 years ago
  79. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 9 years ago
  80. 1abb419 Optimizing: Speed up HInstruction use removal by David Brazdil · 9 years ago
  81. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 9 years ago
  82. 276d9da Inline methods with multiple blocks. by Nicolas Geoffray · 9 years ago
  83. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  84. 5c4405e Improve error messages in art::GraphChecker and art::SSAChecker by Roland Levillain · 10 years ago
  85. aecbd26 Ensure HCondition nodes on objects are either HEqual or HNotEqual by Roland Levillain · 10 years ago
  86. 9ee6618 Constant fold after inlining. by Nicolas Geoffray · 10 years ago
  87. 7c5367b Fix ids and remove invoke when inlining. by Nicolas Geoffray · 10 years ago
  88. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 10 years ago
  89. 91356c0 ART: Use std::vector in GraphChecker by Andreas Gampe · 10 years ago
  90. 6c82d40 Have HInstruction::StrictlyDominates compute strict dominance. by Roland Levillain · 10 years ago
  91. a8069ce Improve art::SSAChecker::VisitInstruction. by Roland Levillain · 10 years ago
  92. 6b46923 Optimizing compiler: check inputs & uses definitions in CFG. by Roland Levillain · 10 years ago
  93. 7e53b41 Optimizing compiler: ensure loop header dominates loop's blocks. by Roland Levillain · 10 years ago
  94. 6b879dd Add loop- and phi-related checks in the optimizing compiler. by Roland Levillain · 10 years ago
  95. ccc07a9 Add CFG and SSA form checkers in the optimizing compiler. by Roland Levillain · 10 years ago