1. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 10 years ago
  2. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  3. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 10 years ago
  4. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  5. 809d70f ART: Fix wide stores in Optimizing by David Brazdil · 10 years ago
  6. 2bd4c5c Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation" by David Brazdil · 10 years ago
  7. 1749e2c ART: Implement DeadPhiHandling in PrimitiveTypePropagation by David Brazdil · 10 years ago
  8. eead071 ART: Optimize catch phi creation to save memory. by David Brazdil · 10 years ago
  9. 71bf809 Optimizing: Tag arena allocations in SsaBuilder. by Vladimir Marko · 10 years ago
  10. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 10 years ago
  11. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 10 years ago
  12. 8c0c91a Use a growable array instead of an environment during SSA. by Nicolas Geoffray · 10 years ago
  13. a4f8831 Remove duplicates phis created during SSA transformation by Calin Juravle · 10 years ago
  14. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 10 years ago
  15. 915b9d0 Tweak liveness when instructions are used in environments. by Nicolas Geoffray · 10 years ago
  16. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 10 years ago
  17. 7c3952f ART: Add -Wunused by Andreas Gampe · 10 years ago
  18. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 10 years ago
  19. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 11 years ago
  20. f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 11 years ago
  21. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 11 years ago
  22. 421e9f9 Remove HTemporary when building the SSA graph. by Nicolas Geoffray · 11 years ago
  23. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 11 years ago
  24. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 11 years ago
  25. c32e770 Add a Transform to SSA phase to the optimizing compiler. by Nicolas Geoffray · 11 years ago