1. 70e9746 Avoid excessive spill slots for slow paths. by Vladimir Marko · 8 years ago
  2. d9ffd0d Implement a graph coloring register allocator by Matthew Gharrity · 8 years ago
  3. 8f49d4b Refactor register allocation to be pluggable by Matthew Gharrity · 8 years ago
  4. 5d6e27d Refactor SSA deconstruction into its own class by Matthew Gharrity · 8 years ago
  5. e928885 Rename current register allocator implementation by Matthew Gharrity · 8 years ago[Renamed (97%) from compiler/optimizing/register_allocator.h]
  6. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 9 years ago
  7. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 9 years ago
  8. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 9 years ago
  9. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 9 years ago
  10. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  11. 8826f67 Callee/caller save logic in register allocator. by Nicolas Geoffray · 9 years ago
  12. 8cbab3c Linear scan: split at better positions. by Nicolas Geoffray · 9 years ago
  13. 5b168de Fix user-build on fugu. by Nicolas Geoffray · 9 years ago
  14. 234d69d Revert "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 9 years ago
  15. 154552e Revert "[optimizing] Enable x86 long support." by Nicolas Geoffray · 9 years ago
  16. b4ba354 [optimizing] Enable x86 long support. by Nicolas Geoffray · 9 years ago
  17. 7c3952f ART: Add -Wunused by Andreas Gampe · 9 years ago
  18. 776b318 Each primitive kind now spills to different locations. by Nicolas Geoffray · 9 years ago
  19. 6c2dff8 Revert "Revert "Fully support pairs in the register allocator."" by Nicolas Geoffray · 10 years ago
  20. c399fdc Revert "Fully support pairs in the register allocator." by Nicolas Geoffray · 10 years ago
  21. 41aedbb Fully support pairs in the register allocator. by Nicolas Geoffray · 10 years ago
  22. 6a5f5b2 Merge "Fix a bug in the register allocator." by Nicolas Geoffray · 10 years ago
  23. dd8f887 Fix a bug in the register allocator. by Nicolas Geoffray · 10 years ago
  24. f85a9ca [optimizing compiler] Compute live spill size by Mark Mendell · 10 years ago
  25. 840e546 Implement double and float support for arm in register allocator. by Nicolas Geoffray · 10 years ago
  26. 3e69f16 Opt compiler: Add arm64 support for register allocation. by Alexandre Rames · 10 years ago
  27. 296bd60 Some improvement to reg alloc. by Mingyao Yang · 10 years ago
  28. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 10 years ago
  29. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  30. 740475d Fix a bug in the insertion of parallel move. by Nicolas Geoffray · 10 years ago
  31. 3c04974 Optimize suspend checks in optimizing compiler. by Nicolas Geoffray · 10 years ago
  32. 3bca0df Support for saving and restoring live registers in a slow path. by Nicolas Geoffray · 10 years ago
  33. aac0f39 Fix a bug in the register allocator. by Nicolas Geoffray · 10 years ago
  34. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  35. 93bedb7 We can also run the linear scan register allocator on thumb. by Nicolas Geoffray · 10 years ago
  36. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  37. 412f10c Support longs in the register allocator for x86_64. by Nicolas Geoffray · 10 years ago
  38. ecb2f9b Enable the register allocator on x86_64. by Nicolas Geoffray · 10 years ago
  39. e27f31a Enable the register allocator on ARM. by Nicolas Geoffray · 10 years ago
  40. 86dbb9a Final CL to enable register allocation on x86. by Nicolas Geoffray · 10 years ago
  41. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 10 years ago
  42. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago