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