1. d426a8f Fix register allocator test. by Calin Juravle · 10 years ago
  2. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
  3. dd8f887 Fix a bug in the register allocator. by Nicolas Geoffray · 10 years ago
  4. 52c4896 [optimizing compiler] Add support for volatile by Calin Juravle · 10 years ago
  5. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago
  6. f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 10 years ago
  7. d6fb6cf [optimizing compiler] Add DIV_LONG by Calin Juravle · 10 years ago
  8. f43083d Do not update Out after it has a valid location. by Nicolas Geoffray · 10 years ago
  9. d0d4852 [optimizing compiler] Add div-int and exception handling. by Calin Juravle · 10 years ago
  10. 296bd60 Some improvement to reg alloc. by Mingyao Yang · 10 years ago
  11. 1f897b9 Fix register_allocator_test after reg alloc changes. by Nicolas Geoffray · 10 years ago
  12. 56b9ee6 Stop converting from Location to ManagedRegister. by Nicolas Geoffray · 10 years ago
  13. 01ef345 Add trivial register hints to the register allocator. by Nicolas Geoffray · 10 years ago
  14. fd680d8 Fix test now that instructions can die at instruction entry. by Nicolas Geoffray · 10 years ago
  15. aac0f39 Fix a bug in the register allocator. by Nicolas Geoffray · 10 years ago
  16. 8a16d97 Fix valgrind errors. by Nicolas Geoffray · 10 years ago
  17. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  18. 3ac17fc Fix SsaDeadPhiElimination in the presence of dependent phis. by Nicolas Geoffray · 10 years ago
  19. de025a7 Fix a bug in LiveInterval::FirstRegisterUseAfter. by Nicolas Geoffray · 10 years ago
  20. 86dbb9a Final CL to enable register allocation on x86. by Nicolas Geoffray · 10 years ago
  21. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 10 years ago
  22. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago