1. 61ba8d2 Fix longstanding bug around implicit NPEs and GC, version 2. by Nicolas Geoffray · 7 years ago
  2. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
  3. fa3db3d Change compiler tests to have aligned code item by Mathieu Chartier · 7 years ago
  4. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  5. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 8 years ago
  6. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 8 years ago
  7. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 9 years ago
  8. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  9. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  10. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  11. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  12. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  13. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 10 years ago
  14. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  15. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  16. db216f4 Relax the only one back-edge restriction. by Nicolas Geoffray · 10 years ago
  17. 0d9f17d Move the linear order to the HGraph. by Nicolas Geoffray · 10 years ago
  18. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 10 years ago
  19. 3afca78 Fix tests now that the SSA builder is pruning more phis. by Nicolas Geoffray · 10 years ago
  20. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  21. 5e8b137 Create HGraph outside Builder, print timings by David Brazdil · 10 years ago
  22. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
  23. e53798a Inlining support in optimizing. by Nicolas Geoffray · 11 years ago
  24. f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 11 years ago
  25. 360231a Fix code generation of materialized conditions. by Nicolas Geoffray · 11 years ago
  26. 8ddb00c Improve detection of lifetime holes. by Nicolas Geoffray · 11 years ago
  27. 8a16d97 Fix valgrind errors. by Nicolas Geoffray · 11 years ago
  28. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 11 years ago
  29. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 11 years ago
  30. 26066f2 Don't use Dump for printing a bitset in liveness_test. by Nicolas Geoffray · 11 years ago
  31. 014d77a ART: BitVector not calculating number_of_bits correctly by Jean Christophe Beyler · 11 years ago
  32. 0d3f578 Linearize the graph before creating live ranges. by Nicolas Geoffray · 11 years ago
  33. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 11 years ago
  34. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 11 years ago