1. 0846a8f Fix ReplaceUninitializedStringPhis. by Nicolas Geoffray · 6 years ago
  2. 639f279 Turn DCHECKs into return false in ReplaceUninitializedStringPhis. by Nicolas Geoffray · 6 years ago
  3. 8a62a4c Handle String.<init> with a phi input. by Nicolas Geoffray · 6 years ago
  4. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  5. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  6. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  7. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  8. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  9. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  10. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  11. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  12. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  13. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  14. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  15. 456307a Revert "Revert "Use dex cache from compilation unit in RTP."" by Vladimir Marko · 9 years ago
  16. 34d9b04 Revert "Use dex cache from compilation unit in RTP." by Nicolas Geoffray · 9 years ago
  17. 27bb86e Use dex cache from compilation unit in RTP. by Vladimir Marko · 9 years ago
  18. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  19. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  20. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  21. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  22. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  23. 6e33252 ART: Remove HTemporary by David Brazdil · 9 years ago
  24. 65902e8 ART: Optimize out redundant NewInstances of String by David Brazdil · 9 years ago
  25. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 9 years ago
  26. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 9 years ago
  27. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  28. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 9 years ago
  29. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  30. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  31. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  32. 809d70f ART: Fix wide stores in Optimizing by David Brazdil · 9 years ago
  33. 2bd4c5c Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation" by David Brazdil · 9 years ago
  34. 1749e2c ART: Implement DeadPhiHandling in PrimitiveTypePropagation by David Brazdil · 9 years ago
  35. eead071 ART: Optimize catch phi creation to save memory. by David Brazdil · 9 years ago
  36. 71bf809 Optimizing: Tag arena allocations in SsaBuilder. by Vladimir Marko · 9 years ago
  37. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 9 years ago
  38. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 9 years ago
  39. 8c0c91a Use a growable array instead of an environment during SSA. by Nicolas Geoffray · 10 years ago
  40. a4f8831 Remove duplicates phis created during SSA transformation by Calin Juravle · 10 years ago
  41. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 10 years ago
  42. 915b9d0 Tweak liveness when instructions are used in environments. by Nicolas Geoffray · 10 years ago
  43. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 10 years ago
  44. 7c3952f ART: Add -Wunused by Andreas Gampe · 10 years ago
  45. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 10 years ago
  46. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  47. f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 10 years ago
  48. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 10 years ago
  49. 421e9f9 Remove HTemporary when building the SSA graph. by Nicolas Geoffray · 10 years ago
  50. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 10 years ago
  51. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 11 years ago
  52. c32e770 Add a Transform to SSA phase to the optimizing compiler. by Nicolas Geoffray · 11 years ago