1. 714e14f ART: Nano optimization of LiveInterval by David Brazdil · 10 years ago
  2. 7c3952f ART: Add -Wunused by Andreas Gampe · 10 years ago
  3. 829280c Finally implement Location::kNoOutputOverlap. by Nicolas Geoffray · 10 years ago
  4. aedc328 Fix a bug in the liveness analysis. by Nicolas Geoffray · 10 years ago
  5. 3747b48 Address review comments. by Nicolas Geoffray · 10 years ago
  6. dd8f887 Fix a bug in the register allocator. by Nicolas Geoffray · 10 years ago
  7. 840e546 Implement double and float support for arm in register allocator. by Nicolas Geoffray · 10 years ago
  8. a8eed3a Revert "Revert "Fix the computation of linear ordering."" by Nicolas Geoffray · 11 years ago
  9. e50fa58 Revert "Fix the computation of linear ordering." by Nicolas Geoffray · 11 years ago
  10. 3054a90 Fix the computation of linear ordering. by Nicolas Geoffray · 11 years ago
  11. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  12. 296bd60 Some improvement to reg alloc. by Mingyao Yang · 11 years ago
  13. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  14. c8147a7 Fix off by one errors in linear scan register allocator. by Nicolas Geoffray · 11 years ago
  15. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 11 years ago
  16. 8e3964b Remove the notion of dies at entry. by Nicolas Geoffray · 11 years ago
  17. 01ef345 Add trivial register hints to the register allocator. by Nicolas Geoffray · 11 years ago
  18. 8ddb00c Improve detection of lifetime holes. by Nicolas Geoffray · 11 years ago
  19. 7690562 Register allocator: refine instructions liveness. by Nicolas Geoffray · 11 years ago
  20. 3bca0df Support for saving and restoring live registers in a slow path. by Nicolas Geoffray · 11 years ago
  21. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 11 years ago
  22. de025a7 Fix a bug in LiveInterval::FirstRegisterUseAfter. by Nicolas Geoffray · 11 years ago
  23. 86dbb9a Final CL to enable register allocation on x86. by Nicolas Geoffray · 11 years ago
  24. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 11 years ago
  25. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 11 years ago
  26. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  27. ddb311f Build live ranges in preparation for register allocation. by Nicolas Geoffray · 11 years ago
  28. 0d3f578 Linearize the graph before creating live ranges. by Nicolas Geoffray · 11 years ago
  29. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 11 years ago