1. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  2. 77ce643 Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 8 years ago
  3. d974379 ART: Address late comments on a GVN memory-saving CL by David Brazdil · 8 years ago
  4. 4283aa9 Reduce memory usage in GVN by David Brazdil · 8 years ago
  5. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 8 years ago
  6. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  7. 729645a Explicitly add HLoadClass/HClinitCheck for HNewInstance. by Nicolas Geoffray · 9 years ago
  8. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 9 years ago
  9. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  10. 5233f93 Optimizing: Tag even more arena allocations. by Vladimir Marko · 9 years ago
  11. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 9 years ago
  12. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 9 years ago
  13. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 9 years ago
  14. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 9 years ago
  15. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 9 years ago
  16. 78e3ef6 Add a GVN dependency 'GC' for garbage collection. by Alexandre Rames · 9 years ago
  17. 854a02b Improved side effect analysis (field/array write/read). by Aart Bik · 9 years ago
  18. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  19. 6d340c4 ART: Faster implementation of GVN's hash table by David Brazdil · 9 years ago
  20. dc5ac73 Opt compiler: enhance gvn for commutative ops. by Mingyao Yang · 9 years ago
  21. 433be7f Optimizing: Remove redundant hash set copy in GVN by David Brazdil · 9 years ago
  22. 827eedb Move code around and address growable_array comment. by Nicolas Geoffray · 10 years ago
  23. 86dde16 Introduce a SideEffectsAnalysis class. by Nicolas Geoffray · 10 years ago
  24. dbca6fa Fix a bug in GVN. by Nicolas Geoffray · 10 years ago
  25. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  26. d31cf3d First optimization in new compiler: simple GVN. by Nicolas Geoffray · 10 years ago