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 · 8 years ago
  4. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 8 years ago
  5. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  6. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  7. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  8. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 10 years ago
  9. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  10. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 10 years ago
  11. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  12. 0d9f17d Move the linear order to the HGraph. by Nicolas Geoffray · 10 years ago
  13. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 10 years ago
  14. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  15. 5e8b137 Create HGraph outside Builder, print timings by David Brazdil · 10 years ago
  16. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
  17. e53798a Inlining support in optimizing. by Nicolas Geoffray · 11 years ago
  18. f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 11 years ago
  19. a8eed3a Revert "Revert "Fix the computation of linear ordering."" by Nicolas Geoffray · 11 years ago
  20. e50fa58 Revert "Fix the computation of linear ordering." by Nicolas Geoffray · 11 years ago
  21. 3054a90 Fix the computation of linear ordering. by Nicolas Geoffray · 11 years ago
  22. 8a16d97 Fix valgrind errors. by Nicolas Geoffray · 11 years ago
  23. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 11 years ago
  24. 8f1a4d4 Workaround for multi-line comment error when compiled with g++. by Nicolas Geoffray · 11 years ago
  25. 0d3f578 Linearize the graph before creating live ranges. by Nicolas Geoffray · 11 years ago