1. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  2. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 8 years ago
  3. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 8 years ago
  4. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 8 years ago
  5. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 8 years ago
  6. b3e773e ART: Implement support for instruction inlining by David Brazdil · 9 years ago
  7. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  8. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  9. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  10. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  11. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 9 years ago
  12. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 9 years ago
  13. 0d9f17d Move the linear order to the HGraph. by Nicolas Geoffray · 9 years ago
  14. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 9 years ago
  15. 09b8463 [optimizing compiler] x86 goodness by Mark Mendell · 9 years ago
  16. b666f48 Move arenas into runtime by Mathieu Chartier · 9 years ago
  17. 5e8b137 Create HGraph outside Builder, print timings by David Brazdil · 10 years ago
  18. ea55b93 ART: Further refactor use lists by David Brazdil · 10 years ago
  19. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  20. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
  21. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago
  22. f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 10 years ago
  23. a3c00e5 Fix tests now that dead phis are removed when building SSA. by Nicolas Geoffray · 10 years ago
  24. 8e3964b Remove the notion of dies at entry. by Nicolas Geoffray · 10 years ago
  25. f8e28f5 Merge "Use Is*() helpers to shorten code in the optimizing compiler." by Roland Levillain · 10 years ago
  26. 476df55 Use Is*() helpers to shorten code in the optimizing compiler. by Roland Levillain · 10 years ago
  27. 360231a Fix code generation of materialized conditions. by Nicolas Geoffray · 10 years ago
  28. 9ae0daa Add support for inputs dying at entry of instructions. by Nicolas Geoffray · 10 years ago
  29. 8ddb00c Improve detection of lifetime holes. by Nicolas Geoffray · 10 years ago
  30. 9ebc72c Make suspend checks note have side effects. by Nicolas Geoffray · 10 years ago
  31. fbc695f Revert "Revert "Implement suspend checks in new compiler."" by Nicolas Geoffray · 10 years ago
  32. 8a16d97 Fix valgrind errors. by Nicolas Geoffray · 10 years ago
  33. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  34. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 10 years ago
  35. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 10 years ago
  36. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  37. ddb311f Build live ranges in preparation for register allocation. by Nicolas Geoffray · 10 years ago