1. 639f279 Turn DCHECKs into return false in ReplaceUninitializedStringPhis. by Nicolas Geoffray · 7 years ago
  2. 8a62a4c Handle String.<init> with a phi input. by Nicolas Geoffray · 7 years ago
  3. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  4. dbb9aef Log at places we fail to compile. by Nicolas Geoffray · 8 years ago
  5. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 8 years ago
  6. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 8 years ago
  7. d5d2f2c ART: Introduce Uint8 compiler data type. by Vladimir Marko · 8 years ago
  8. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 8 years ago
  9. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  10. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  11. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  12. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  13. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  14. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 9 years ago
  15. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  16. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  17. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 9 years ago
  18. 50a9ed0 Compensate in compiler for verifier shortcomings. by Nicolas Geoffray · 9 years ago
  19. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  20. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 9 years ago
  21. 372f10e Refactor handling of input records. by Vladimir Marko · 9 years ago
  22. 3ea5a97 Attribute arena allocations previously marked as STL. by Vladimir Marko · 9 years ago
  23. b4154d3 Merge "Revert "Revert "Use dex cache from compilation unit in RTP.""" by Vladimir Marko · 9 years ago
  24. 456307a Revert "Revert "Use dex cache from compilation unit in RTP."" by Vladimir Marko · 9 years ago
  25. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 9 years ago
  26. 18b36ab Remove the no-longer-needed F/I and D/J alias. by Aart Bik · 9 years ago
  27. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  28. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  29. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  30. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  31. eda3140 Avoid removing new-instance instruction twice. by Aart Bik · 9 years ago
  32. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  33. 26962cc Merge "Expect less in the presence of a string init call." by Nicolas Geoffray · 9 years ago
  34. 5e08e36 Expect less in the presence of a string init call. by Nicolas Geoffray · 9 years ago
  35. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  36. 0d15f26 Merge "ART: Remove HTemporary" by David Brazdil · 9 years ago
  37. 6e33252 ART: Remove HTemporary by David Brazdil · 9 years ago
  38. d9994f0 Re-enable OSR. by Nicolas Geoffray · 9 years ago
  39. c047d94 ART: DCHECK still too strong for String NewInstance by David Brazdil · 10 years ago
  40. bc9ab16 ART: Cannot assume String.<init> called on NewInstance by David Brazdil · 10 years ago
  41. 65902e8 ART: Optimize out redundant NewInstances of String by David Brazdil · 10 years ago
  42. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 10 years ago
  43. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 10 years ago
  44. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 10 years ago
  45. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 10 years ago
  46. d87f3ea ART: Use Primitive::Is64BitType in SsaBuilder::TypePhiFromInputs by David Brazdil · 10 years ago
  47. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  48. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 10 years ago
  49. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  50. 809d70f ART: Fix wide stores in Optimizing by David Brazdil · 10 years ago
  51. d26a411 ART: Refactor iteration over normal/exceptional successors by David Brazdil · 10 years ago
  52. 2bd4c5c Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation" by David Brazdil · 10 years ago
  53. 1749e2c ART: Implement DeadPhiHandling in PrimitiveTypePropagation by David Brazdil · 10 years ago
  54. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 10 years ago
  55. b11fc61 Fix a bug in DeadPhiHandling around conflicting phis. by Nicolas Geoffray · 10 years ago
  56. 1d0a03c ART: Fix DeadPhiHandling creating >2 equivalents by David Brazdil · 10 years ago
  57. d0180f9 ART: SsaBuilder clean up by David Brazdil · 10 years ago
  58. d0d11f2 Merge "ART: Fix bug in DeadPhiHandling" by David Brazdil · 10 years ago
  59. b701315 ART: Fix bug in DeadPhiHandling by David Brazdil · 10 years ago
  60. eead071 ART: Optimize catch phi creation to save memory. by David Brazdil · 10 years ago
  61. 3eaa32f ART: Delete catch phis for undefined vregs. by David Brazdil · 10 years ago
  62. 71bf809 Optimizing: Tag arena allocations in SsaBuilder. by Vladimir Marko · 10 years ago
  63. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  64. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  65. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  66. ec16f79 ART: Refactor try/catch block info, store exception type by David Brazdil · 10 years ago
  67. 29fc008 ART: Revert storing of exceptional predecessors by David Brazdil · 10 years ago
  68. b618ade ART: Store and check exceptional predecessors by David Brazdil · 10 years ago
  69. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 10 years ago
  70. 4230e18 Do not replace a live phi with a dead phi. by Nicolas Geoffray · 10 years ago
  71. 51d400d Fix reference comparison after redundant phi elimination. by Nicolas Geoffray · 10 years ago
  72. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 10 years ago
  73. b176d7c Also encode the InvokeType in an InlineInfo. by Nicolas Geoffray · 10 years ago
  74. 8909baf Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a NullCheck by Guillaume "Vermeille" Sanchez · 10 years ago
  75. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  76. 8c0c91a Use a growable array instead of an environment during SSA. by Nicolas Geoffray · 10 years ago
  77. f213e05 Add support for caching float and double constants. by Nicolas Geoffray · 10 years ago
  78. 3192540 Cleanup unnecessary test conditions in ssa builder. by Calin Juravle · 10 years ago
  79. a4f8831 Remove duplicates phis created during SSA transformation by Calin Juravle · 10 years ago
  80. 3dcd58c Fix a bug when creating a HDeoptimization instruction. by Nicolas Geoffray · 10 years ago
  81. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 10 years ago
  82. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 10 years ago
  83. b59dba0 Fix a bug in the SSA builder. by Nicolas Geoffray · 10 years ago
  84. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 10 years ago
  85. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 10 years ago
  86. 10e244f optimizing: NullCheck elimination by Calin Juravle · 11 years ago
  87. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 11 years ago
  88. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 11 years ago
  89. 21cc798 Fix a bug in the type propagation phase of optimizing. by Nicolas Geoffray · 11 years ago
  90. 421e9f9 Remove HTemporary when building the SSA graph. by Nicolas Geoffray · 11 years ago
  91. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  92. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 11 years ago
  93. 476df55 Use Is*() helpers to shorten code in the optimizing compiler. by Roland Levillain · 11 years ago
  94. 184d640 Add a type propagation phase after building SSA. by Nicolas Geoffray · 11 years ago
  95. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 11 years ago
  96. 7c3560f Fix a bug in SSA construction. by Nicolas Geoffray · 11 years ago
  97. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  98. f635e63 Add a compilation tracing mechanism to the new compiler. by Nicolas Geoffray · 11 years ago
  99. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 11 years ago
  100. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 11 years ago