1. 4ed947a Dissociate uses with environment uses. by Nicolas Geoffray · 10 years ago
  2. 241a486 ART: Replace expensive calls to Covers in reg alloc by David Brazdil · 10 years ago
  3. 0d9f17d Move the linear order to the HGraph. by Nicolas Geoffray · 10 years ago
  4. d8126be Fix locations at environment uses. by Nicolas Geoffray · 10 years ago
  5. f01d344 Implement a proper solution for temps. by Nicolas Geoffray · 10 years ago
  6. 46e2a39 ART: Boolean simplifier by David Brazdil · 10 years ago
  7. 915b9d0 Tweak liveness when instructions are used in environments. by Nicolas Geoffray · 10 years ago
  8. 5b8e6a5 ART: Cache last returned range in LiveInterval::Covers by David Brazdil · 10 years ago
  9. da02afe Support hints for register pairs. by Nicolas Geoffray · 10 years ago
  10. c0572a4 Optimize leaf methods. by Nicolas Geoffray · 10 years ago
  11. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  12. 840e546 Implement double and float support for arm in register allocator. by Nicolas Geoffray · 10 years ago
  13. a8eed3a Revert "Revert "Fix the computation of linear ordering."" by Nicolas Geoffray · 11 years ago
  14. e50fa58 Revert "Fix the computation of linear ordering." by Nicolas Geoffray · 11 years ago
  15. 3054a90 Fix the computation of linear ordering. by Nicolas Geoffray · 11 years ago
  16. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  17. 296bd60 Some improvement to reg alloc. by Mingyao Yang · 11 years ago
  18. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 11 years ago
  19. 56b9ee6 Stop converting from Location to ManagedRegister. by Nicolas Geoffray · 11 years ago
  20. 01ef345 Add trivial register hints to the register allocator. by Nicolas Geoffray · 11 years ago
  21. 8ddb00c Improve detection of lifetime holes. by Nicolas Geoffray · 11 years ago
  22. 8a16d97 Fix valgrind errors. by Nicolas Geoffray · 11 years ago
  23. e77493c Make common BitVector operations inline-able. by Ian Rogers · 11 years ago
  24. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 11 years ago
  25. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 11 years ago
  26. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 11 years ago
  27. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  28. a5b8fde Rewrite BitVector index iterator. by Vladimir Marko · 11 years ago
  29. ddb311f Build live ranges in preparation for register allocation. by Nicolas Geoffray · 11 years ago
  30. 0d3f578 Linearize the graph before creating live ranges. by Nicolas Geoffray · 11 years ago
  31. f635e63 Add a compilation tracing mechanism to the new compiler. by Nicolas Geoffray · 11 years ago
  32. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 11 years ago
  33. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 11 years ago