1. 1eede6a Don't inline methods that throw in graph with irreducible loops. by Nicolas Geoffray · 8 years ago
  2. 69d75ff Skip loop optimization if there is no loop in the graph. by Mingyao Yang · 8 years ago
  3. fdb7d63 Inline methods that throw. by Nicolas Geoffray · 8 years ago
  4. fe076a5 Merge "Code refactoring around sharpening HLoadClass." by Nicolas Geoffray · 8 years ago
  5. 83c8e27 Code refactoring around sharpening HLoadClass. by Nicolas Geoffray · 8 years ago
  6. 22aa54b AArch64: Add HInstruction scheduling support. by Alexandre Rames · 9 years ago
  7. 1ea9efc Acquire the mutator lock before comparing classes/strings. by Nicolas Geoffray · 8 years ago
  8. dcc7ab6 Merge "Put the resolved class in HLoadClass." by Nicolas Geoffray · 8 years ago
  9. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  10. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 8 years ago
  11. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  12. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 8 years ago
  13. 48886c2 Remove HLoadClass::LoadKind::kDexCachePcRelative. by Vladimir Marko · 8 years ago
  14. 6b69e0a Complete unrolling of loops with small body and trip count one. by Aart Bik · 8 years ago
  15. f0acfe7 Keep resolved String in HLoadString. by Nicolas Geoffray · 8 years ago
  16. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 9 years ago
  17. b0b051a CHA guard optimization (elimination/hoisting). by Mingyao Yang · 9 years ago
  18. a9dbe83 Add HVariableInputSizeInstruction. by Mingyao Yang · 9 years ago
  19. 9b1583e Support GVN for HLoadClass::LoadKind::kJitTableAddress. by Nicolas Geoffray · 9 years ago
  20. 22384ae Revert "Revert "Add kJitTableAddress for HLoadClass."" by Nicolas Geoffray · 9 years ago
  21. d2d5262 Revert "Add kJitTableAddress for HLoadClass." by Nicolas Geoffray · 9 years ago
  22. 5b12f79 Add kJitTableAddress for HLoadClass. by Nicolas Geoffray · 9 years ago
  23. be44dcf Add LoadString kind of kJitTableAddress for dump-cfg. by Mingyao Yang · 9 years ago
  24. 48f3e29 Merge "Do not inline loops without exit edges" by David Sehr · 9 years ago
  25. c757dec Do not inline loops without exit edges by David Sehr · 9 years ago
  26. b4e4c27 Merge "Reduce arena memory usage when changing graph structure." by Treehugger Robot · 9 years ago
  27. 661b69b Reduce arena memory usage when changing graph structure. by Vladimir Marko · 9 years ago
  28. 54d6a20 Fix 552-checker-sharpening for PIC test. by Vladimir Marko · 9 years ago
  29. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 9 years ago
  30. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  31. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 9 years ago
  32. 9620230 Refactoring of graph linearization and linear order. by Aart Bik · 9 years ago
  33. 26705cc Merge "A first implementation of a loop optimization framework." by Aart Bik · 9 years ago
  34. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 9 years ago
  35. 281c681 A first implementation of a loop optimization framework. by Aart Bik · 9 years ago
  36. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  37. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  38. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  39. 63dccbbe Store resolved Strings for AOT code in .bss. by Vladimir Marko · 9 years ago
  40. 20e9db6 Make LinearizeGraph() public (and move it to nodes files) by Aart Bik · 9 years ago
  41. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  42. 75d2df2 ART: Use old operator<< for MemBarrierKind by Andreas Gampe · 9 years ago
  43. 26de38b ART: Delete old compiler_enums.h by Andreas Gampe · 9 years ago
  44. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 9 years ago
  45. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  46. 206fbf5 Remove too aggressive DCHECKs. by Nicolas Geoffray · 9 years ago
  47. d6c205e ART: Remove redundant MoveInstructionBefore method by David Brazdil · 9 years ago
  48. 6b631dc Merge "ART: ArrayGet hoisting restriction added." by Aart Bik · 9 years ago
  49. f89381f ART: ArrayGet hoisting restriction added. by Anton Shamin · 9 years ago
  50. 372f10e Refactor handling of input records. by Vladimir Marko · 9 years ago
  51. d7c2fdc Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 9 years ago
  52. 3ea5a97 Attribute arena allocations previously marked as STL. by Vladimir Marko · 9 years ago
  53. 5bcbdd5 Merge "Optimizing: LoadString may not have any side effects." by Vladimir Marko · 9 years ago
  54. af3ec0a Merge "ART: Fix dominance for irreducible loops" by David Brazdil · 9 years ago
  55. 3f4a522 ART: Fix dominance for irreducible loops by David Brazdil · 9 years ago
  56. 5a62059 Stop populating irreducible loop at header by David Brazdil · 9 years ago
  57. f417ff4 Test component type for errors too. With regression test. by Aart Bik · 9 years ago
  58. c6b5627 Fix HInstruction::ReplaceInput(), allow no-op. by Vladimir Marko · 9 years ago
  59. 3c19d3e Reuse HUseListNode<>s when replacing instruction or input. by Vladimir Marko · 9 years ago
  60. 6435910 Merge "Use iterators "before" the use node in HUserRecord<>." by Vladimir Marko · 9 years ago
  61. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 9 years ago
  62. 5f6b908 Merge "Avoid constructing types with errors." by Aart Bik · 9 years ago
  63. fd66c50 Fix inlining loops in OSR mode. by Vladimir Marko · 9 years ago
  64. 8b3f9b2 Avoid constructing types with errors. by Aart Bik · 9 years ago
  65. c2e8af9 ART: Speed up HGraph::PopulateIrreducibleRecursive by David Brazdil · 9 years ago
  66. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  67. ace7a00 Optimizing: LoadString may not have any side effects. by Vladimir Marko · 9 years ago
  68. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  69. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  70. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  71. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  72. 62e78a7 Merge "ART: Fix order of operations in HBasicBlock::DisconnectAndDelete" by David Brazdil · 9 years ago
  73. 9eeebf6 ART: Fix order of operations in HBasicBlock::DisconnectAndDelete by David Brazdil · 9 years ago
  74. 0ced281 Merge "Clean up art::HConstant predicates." by Roland Levillain · 9 years ago
  75. c9b21f8 Fix some typos in art/compiler/optimizing/nodes.cc. by Roland Levillain · 9 years ago
  76. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 9 years ago
  77. 1a65388 Clean up art::HConstant predicates. by Roland Levillain · 9 years ago
  78. 18401b7 Fix invariant in reference type propagation. by Nicolas Geoffray · 9 years ago
  79. 7ba9966 ART: cleanup exit_block_ in graph if exit block is removed by Serguei Katkov · 9 years ago
  80. 3f52306 ART: Fix overlapping instruction IDs in inliner by David Brazdil · 9 years ago
  81. a1d8ddf Bug fix for polymorphic inlining. by Nicolas Geoffray · 9 years ago
  82. a1de918 Optimizing: Reduce memory usage of HInstructions. by Vladimir Marko · 9 years ago
  83. e53bd81 Remove unreachable code paths in constant folding. by Roland Levillain · 9 years ago
  84. f8a0873 Merge "Implement polymorphic inlining." by Nicolas Geoffray · 9 years ago
  85. 916cc1d Implement polymorphic inlining. by Nicolas Geoffray · 9 years ago
  86. 31dd3d6 Extend constant folding to float and double operations. by Roland Levillain · 9 years ago
  87. 55bd749 Refactor the inliner. by Nicolas Geoffray · 9 years ago
  88. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  89. 8650378 Fix x86-64 Baker's read barrier fast path for CheckCast. by Roland Levillain · 9 years ago
  90. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  91. 3f1a8be Fixed bug on premature DCHECK. With fail-before/pass-after test by Aart Bik · 9 years ago
  92. 74eb1b2 ART: Implement HSelect by David Brazdil · 10 years ago
  93. 09e8d5f Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  94. 788f2f0 Revert "Revert "Inline methods with loops."" by Nicolas Geoffray · 9 years ago
  95. 69fd1b5 Revert "Some minor simplifications in code and tests." by Nicolas Geoffray · 9 years ago
  96. bf03fcd Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  97. 451ad8d Revert "Inline methods with loops." by Andreas Gampe · 9 years ago
  98. 82fc9bb Inline methods with loops. by Nicolas Geoffray · 9 years ago
  99. 09aa147 Disable DCE when there are irreducible loops. by Nicolas Geoffray · 9 years ago
  100. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 9 years ago